1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

build-appliance-image: Remove warning about S not existing

Disable the qe checks the cause a warning about S not existing as this
recipe is special case where that doens't matter.

(From OE-Core rev: 99db8d07c74e1580242add9fd9b6f77f1b893b27)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2024-05-15 10:36:24 +01:00
parent a5cea4c0b4
commit 510daf16bc
@@ -129,6 +129,11 @@ python () {
d.delVarFlag("do_unpack", "noexec")
}
# ${S} doesn't exist for us
do_qa_unpack() {
return
}
create_bundle_files () {
cd ${WORKDIR}
mkdir -p Yocto_Build_Appliance