diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2017-01-13 15:23:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:53:48 +0000 |
commit | 3ba8917c4d890a1fdd3ffb250fe3ef73557542f5 (patch) | |
tree | c1752528dbc96940d9b3d2a3c0eea8c5ca8a1e9b /meta-skeleton | |
parent | bf0ea57e4a5dc5f47b2fb7623c3cea9a3ae7e4cb (diff) | |
download | poky-3ba8917c4d890a1fdd3ffb250fe3ef73557542f5.tar.gz |
rm_work.bbclass: allow preserving additional content
By default, do_rm_work either skips recipes entirely (when listed in
RM_WORK_EXCLUDE) or removes everything except for temp.
In meta-swupd, virtual image recipes collaborate on producing update
data for the base recipe. Tasks running in the base recipe need some
information from the virtual images.
Those files could be passed via a new shared work directory, but that
scatters data in even more places. It's simpler to use the normal
WORKDIR and teach rm_work.bbclass to not remove the special output
with the new RM_WORK_EXCLUDE_ITEMS.
(From OE-Core rev: 28fbb2dd17033308cc09811fbc4f43e2f6c17f54)
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
0 files changed, 0 insertions, 0 deletions