diff options
author | Russ Dill <russ.dill@nikolamotor.com> | 2022-04-20 09:03:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-21 20:58:15 +0100 |
commit | f2016af0399250d2378818758c704c37a96e2ed6 (patch) | |
tree | e861d3352d1ed2019a48d97874dd8059a699c1b2 /meta/classes/testimage.bbclass | |
parent | 9e113e175b4942cc302f69078915b15862964c46 (diff) | |
download | poky-f2016af0399250d2378818758c704c37a96e2ed6.tar.gz |
package.bbclass: Prevent perform_packagecopy from removing /sysroot-only
The files in /sysroot-only are intended to make it into the
recipes sysroot output, but not into the package. However, if
do_package is run before do_populate_sysroot, the files are
removed.
Use a smaller hammer to avoid copying the files into the package so
they are still around when do_populate_sysroot runs.
(From OE-Core rev: 493145c6f1bc92ab2b7a23e181641b09df87c9ff)
Signed-off-by: Russ Dill <russ.dill@nikolamotor.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/testimage.bbclass')
0 files changed, 0 insertions, 0 deletions