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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user