From: Richard Purdie Date: Wed, 15 May 2024 09:36:24 +0000 (+0100) Subject: build-appliance-image: Remove warning about S not existing X-Git-Tag: uninative-4.5~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99db8d07c74e1580242add9fd9b6f77f1b893b27;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb index dbb257eda1b..e406968df2e 100644 --- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb +++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb @@ -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