summaryrefslogtreecommitdiff
path: root/poky/meta/classes/allarch.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/classes/allarch.bbclass')
-rw-r--r--poky/meta/classes/allarch.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/poky/meta/classes/allarch.bbclass b/poky/meta/classes/allarch.bbclass
index 5bd5c44a27..a766a654a9 100644
--- a/poky/meta/classes/allarch.bbclass
+++ b/poky/meta/classes/allarch.bbclass
@@ -61,3 +61,5 @@ python () {
bb.error("Please ensure recipe %s sets PACKAGE_ARCH before inherit packagegroup" % d.getVar("FILE"))
}
+def qemu_wrapper_cmdline(data, rootfs_path, library_paths):
+ return 'false'