diff options
Diffstat (limited to 'meta/classes-recipe/qemu.bbclass')
-rw-r--r-- | meta/classes-recipe/qemu.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-recipe/qemu.bbclass b/meta/classes-recipe/qemu.bbclass index 42a39dd059..e9fe757c7f 100644 --- a/meta/classes-recipe/qemu.bbclass +++ b/meta/classes-recipe/qemu.bbclass | |||
@@ -60,5 +60,5 @@ def qemu_run_binary(data, rootfs_path, binary): | |||
60 | # this dance). For others (e.g. arm) a -cpu option is not necessary, since the | 60 | # this dance). For others (e.g. arm) a -cpu option is not necessary, since the |
61 | # qemu-arm default CPU supports all required architecture levels. | 61 | # qemu-arm default CPU supports all required architecture levels. |
62 | 62 | ||
63 | QEMU_OPTIONS = "-r ${OLDEST_KERNEL} ${@d.getVar("QEMU_EXTRAOPTIONS_%s" % d.getVar('TUNE_PKGARCH')) or ""}" | 63 | QEMU_OPTIONS = "-r ${OLDEST_KERNEL} ${@d.getVar("QEMU_EXTRAOPTIONS:tune-%s" % d.getVar('TUNE_PKGARCH')) or ""}" |
64 | QEMU_OPTIONS[vardeps] += "QEMU_EXTRAOPTIONS_${TUNE_PKGARCH}" | 64 | QEMU_OPTIONS[vardeps] += "QEMU_EXTRAOPTIONS:tune-${TUNE_PKGARCH}" |