diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-05-03 12:01:04 +0300 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-05-20 16:06:14 +0100 |
commit | c283ab637c7e0501a309dbe9abdf14ad70834c9b (patch) | |
tree | 60abaf68a4a04dde3ff5b228795b58b5d145438d /meta/recipes-devtools | |
parent | 54a7691a3efce3d7a154233345b5f6b161fd71bf (diff) | |
download | openembedded-core-c283ab637c7e0501a309dbe9abdf14ad70834c9b.tar.gz openembedded-core-c283ab637c7e0501a309dbe9abdf14ad70834c9b.tar.bz2 openembedded-core-c283ab637c7e0501a309dbe9abdf14ad70834c9b.zip |
archive-*-source.bbclass: have do_dumpdata_create_diff_gz task run before do_rootfs
do_rootfs[cleandirs] contains ${S} and, if do_rootfs task starts before
the do_dumpdata_create_diff_gz is finished, an error will occur in the
process because the directory will be removed while still needed by the
create_diff_gz() function.
This patch will force the do_dumpdata_create_diff_gz task to run before
do_rootfs when the final image is created.
[YOCTO #4310]
(From OE-Core master rev: cd90be31571178d6822dba5a94a2795209a3576c)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions