diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-13 14:06:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-14 08:43:56 +0100 |
commit | 7b0e2e9141f2e3bd8e6a66e6b85e9edad1ad3b8e (patch) | |
tree | d7893106f59070e808ae2f72f90eafeb413aeb09 /meta/conf/bitbake.conf | |
parent | ce4cd2c31c13f1916e43f70cd0979334a864bee3 (diff) | |
download | poky-7b0e2e9141f2e3bd8e6a66e6b85e9edad1ad3b8e.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.
(From OE-Core rev: 5995fdbe81799f1ecf5de722cb2eb95ccb2aa860)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index cd6f94004e..1dc8860480 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -155,6 +155,7 @@ QEMU_OPTIONS_e5500 = "-cpu e5500" | |||
155 | QEMU_OPTIONS_e5500-64b = "-cpu e5500" | 155 | QEMU_OPTIONS_e5500-64b = "-cpu e5500" |
156 | QEMU_OPTIONS_e6500 = "-cpu e6500" | 156 | QEMU_OPTIONS_e6500 = "-cpu e6500" |
157 | QEMU_OPTIONS_e6500-64b = "-cpu e6500" | 157 | QEMU_OPTIONS_e6500-64b = "-cpu e6500" |
158 | QEMU_OPTIONS_ppc7400 = "-cpu 7400" | ||
158 | 159 | ||
159 | ################################################################## | 160 | ################################################################## |
160 | # Date/time variables. | 161 | # Date/time variables. |