diff options
author | Trevor Woerner <twoerner@gmail.com> | 2023-02-21 15:44:45 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-23 12:11:29 +0000 |
commit | 906657e9beef9a256b642ebb9857036710c24f62 (patch) | |
tree | 2944e5c8975e0cc530f05783eaaa5d7d9e00c80f /bitbake/lib/bb/tests | |
parent | 9e0145df7a9d18b97edc617d1321dc361648bb04 (diff) | |
download | poky-906657e9beef9a256b642ebb9857036710c24f62.tar.gz |
build-appliance-image: check for xattr feature
The xattr DISTRO_FEATURE is required otherwise a bitbake build will fail due
to a failure with the 'cp' utility:
Subprocess output:
cp: cannot preserve extended attributes, cp is built without xattr support
ERROR: Logfile of failure stored in: /home/builder/poky/build/tmp/work/qemux86_64-poky-linux/packagegroup-base/1.0-r83/temp/log.do_populate_lic.1001
ERROR: Task (/home/builder/poky/meta/recipes-core/packagegroups/packagegroup-base.bb:do_populate_lic) failed with exit code '1'
(From OE-Core rev: 7e1b2598fedfdc7c9a79c5c94273218f2eedcba9)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests')
0 files changed, 0 insertions, 0 deletions