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 <[email protected]> --- meta/recipes-core/images/build-appliance-image_15.0.0.bb | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.40.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#199286): https://lists.openembedded.org/g/openembedded-core/message/199286 Mute This Topic: https://lists.openembedded.org/mt/106112380/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
