classes/image_ipk: Add support for multiple device tables. The original code
authorJamie Lenehan <lenehan@twibble.org>
Thu, 6 Jul 2006 14:37:51 +0000 (14:37 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 6 Jul 2006 14:37:51 +0000 (14:37 +0000)
commit9bfbf27d78e0edd5f639c2eaee98f5e506ce7cc6
treeb105e397233bfd881e8217fc92bfff5b6d960534
parent5e2403ec7fcd6f8e0a84732b9885229b046b3015
classes/image_ipk: Add support for multiple device tables. The original code
support a single value as IMAGE_DEVICE_TABLE which needed to be an absolute
value. If that is definied it'll be used as is and this change will have no
effect. If is is not definied it'll check for IMAGE_DEVICE_TABLES which can
be a list of device images tables which are searched for relative to the
BBPATH and it'll apply each one in turn. If neither of these are definied
it'll use the default of files/device_table-minimal.txt
classes/image_ipk.bbclass