diff options
author | Elliot Smith <elliot.smith@intel.com> | 2016-07-12 15:54:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-19 09:03:32 +0100 |
commit | ac339ece209b7c6b4fbe9a55233599f3cd112fbe (patch) | |
tree | 23df3826980bc84101f82a78ff064c82b0015b10 /meta/site/powerpc64-linux | |
parent | 8d08a73225ca665189fa922b87618638f86ca0f9 (diff) | |
download | poky-ac339ece209b7c6b4fbe9a55233599f3cd112fbe.tar.gz |
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]
(From OE-Core rev: 67ebb5406c0fcdd1b28bf446249aa6fe34a741a8)
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/site/powerpc64-linux')
0 files changed, 0 insertions, 0 deletions