summaryrefslogtreecommitdiff
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorElliot Smith <elliot.smith@intel.com>2016-07-12 15:54:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-19 09:03:01 +0100
commit67ebb5406c0fcdd1b28bf446249aa6fe34a741a8 (patch)
tree8a2c0f3df99959fdbee1f96cc9f426ac1fac2586 /meta/recipes-extended
parentda7a2c7b00b40a8759dbe9f4ab6df3e337e3d6b6 (diff)
downloadopenembedded-core-67ebb5406c0fcdd1b28bf446249aa6fe34a741a8.tar.gz
openembedded-core-67ebb5406c0fcdd1b28bf446249aa6fe34a741a8.tar.bz2
openembedded-core-67ebb5406c0fcdd1b28bf446249aa6fe34a741a8.zip
toaster.bbclass: remove directory scan logic for detecting artifacts
toaster.bbclass does a scan of the image deploy and SDK directories when a build finishes. However, this brings no benefit and could be better managed and made easier to modify if moved to toasterui and carried out when the BuildCompleted event occurs. Remove the image scan code from toaster.bbclass, prior to moving it to toasterui and buildinfohelper. Also remove the license manifest update code, as this can also be done from toasterui. The postfuncs for do_populate_sdk are retained, but no longer do the directory scan for SDK artifacts. Instead, they fire an event with the value of the TOOLCHAIN_OUTPUTNAME variable, as this is only accessible at the point when the do_populate_sdk and do_populate_sdk_ext tasks are run. The value of this can then be used by buildinfohelper to find the SDK artifacts produced by a target. [YOCTO #9002] Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: bavery <brian.avery@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions