aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-13 14:06:31 +0100
committerAndreas Oberritter <obi@opendreambox.org>2016-04-06 19:27:39 +0200
commit94992fc447f2d2c85a76272f46abb5d5b2bb62f7 (patch)
tree44d9f6e5fbe3e05e60e90d20c8ec09c2e3613649
parentd95cad7c1cfa98fde49d775d9ce8704f4001c84b (diff)
downloadopenembedded-core-contrib-94992fc447f2d2c85a76272f46abb5d5b2bb62f7.tar.gz
bitbake.conf: Add QEMU_OPTION for ppc7400 as used by qemuppc
Currently, qemuppc prints warnings about gdk-pixbuf postinstalls not working due to illegal instructions. This is due to qemu running with the wrong cpu type. Add an option for ppc7400 so that qemuppc works correctly. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5995fdbe81799f1ecf5de722cb2eb95ccb2aa860) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 33f7e34f2d..dae169e0be 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -154,6 +154,7 @@ QEMU_OPTIONS_e5500 = "-cpu e5500"
QEMU_OPTIONS_e5500-64b = "-cpu e5500"
QEMU_OPTIONS_e6500 = "-cpu e6500"
QEMU_OPTIONS_e6500-64b = "-cpu e6500"
+QEMU_OPTIONS_ppc7400 = "-cpu 7400"
##################################################################
# Date/time variables.