summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorValentin Cobelea <valentin.cobelea@enea.com>2014-03-20 16:08:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-27 10:04:27 +0000
commit18bbfc4cf32b3ed564f93efef16a391c5a3ae50f (patch)
tree10b9b12143985293a9a1137088d7ab8f36acbbb0 /meta/conf
parent8c1e43ca58fe6616fa4b98bf1076f31d4bfd095d (diff)
downloadpoky-18bbfc4cf32b3ed564f93efef16a391c5a3ae50f.tar.gz
bitbake.conf: Adds bitbake qemu option for ppc e6500 & ppc e6500-64b.
This patch adds the bitbake qemu option for the ppc e6500 & ppc e6500-64b architectures. (From OE-Core rev: 62b0f09c13aa8e9c75ddea286586d1a2385a80be) Signed-off-by: Valentin Cobelea <valentin.cobelea@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index fc528a4c0d..b3786a757b 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -152,6 +152,8 @@ QEMU_OPTIONS_e500v2 = "-cpu e500v2"
152QEMU_OPTIONS_e500mc = "-cpu e500mc" 152QEMU_OPTIONS_e500mc = "-cpu e500mc"
153QEMU_OPTIONS_e5500 = "-cpu e5500" 153QEMU_OPTIONS_e5500 = "-cpu e5500"
154QEMU_OPTIONS_e5500-64b = "-cpu e5500" 154QEMU_OPTIONS_e5500-64b = "-cpu e5500"
155QEMU_OPTIONS_e6500 = "-cpu e6500"
156QEMU_OPTIONS_e6500-64b = "-cpu e6500"
155 157
156################################################################## 158##################################################################
157# Date/time variables. 159# Date/time variables.