]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_ext: Add images to SDK_INSTALL_TARGETS
authorRandy Witt <randy.e.witt@linux.intel.com>
Wed, 24 Feb 2016 23:27:42 +0000 (15:27 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:38 +0000 (11:32 +0000)
commit6eb75df1000ce1905e83840204adb614659d25cf
treea9e547976b9977d1fd32ed30f996fb6c3522639c
parentc5a402bcd0ebf0238f7f7f8bcc08a0790cba7a67
populate_sdk_ext: Add images to SDK_INSTALL_TARGETS

When running ext-sdk-prepare.py during sdk installation a check is done to
make sure no tasks would run that aren't provided by the "leaf" recipes
specified in SDK_INSTALL_TARGETS.

However sometimes an image recipe can cause other images to be created
such as an initramfs. So make sure those additional images are
recognized by ext-sdk-prepare.py and don't flag an error.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/populate_sdk_ext.bbclass