diff options
author | Elliot Smith <elliot.smith@intel.com> | 2016-01-13 08:55:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-18 11:47:07 +0000 |
commit | e246905bfc271d271c9dbfb3dd78db53b36b849a (patch) | |
tree | 07b9bf37cb6c2dc8c9abc29dc85afafb521aa57b /meta/recipes-extended | |
parent | 4f481bcfaab6cd3aebed94579e59b184333f7609 (diff) | |
download | poky-e246905bfc271d271c9dbfb3dd78db53b36b849a.tar.gz |
toaster.bbclass: Separate artifact dump from image file dump
SDK artifacts were being dumped alongside the image file dump.
However, the dump was not being triggered correctly, as it
should be attached as a postfunc to do_populate_sdk, rather than
do_rootfs, as do_rootfs doesn't always fire when populating
the SDK directory.
By adding a postfunc to do_populate_sdk, the postfunc is fired
in the correct situations.
Also fixes the directory which is scanned for SDK artifacts, as
this is different from the image file directory.
[YOCTO #7603]
(From OE-Core rev: cd2eb45ce1f9be15e133d6fe940c1cff2199099b)
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions