aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Cobelea <valentin.cobelea@enea.com>2014-03-20 16:08:10 +0100
committerAndreas Oberritter <obi@opendreambox.org>2016-04-06 19:27:38 +0200
commitd95cad7c1cfa98fde49d775d9ce8704f4001c84b (patch)
treeddd5b0fc8074126f6a82c9297915d1b6fe874c8d
parenta8d853a28d4b1cc4b0b2e4f924e41281e24db9af (diff)
downloadopenembedded-core-contrib-d95cad7c1cfa98fde49d775d9ce8704f4001c84b.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. Signed-off-by: Valentin Cobelea <valentin.cobelea@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 62b0f09c13aa8e9c75ddea286586d1a2385a80be) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-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 47d2171775..33f7e34f2d 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -152,6 +152,8 @@ QEMU_OPTIONS_e500v2 = "-cpu e500v2"
QEMU_OPTIONS_e500mc = "-cpu e500mc"
QEMU_OPTIONS_e5500 = "-cpu e5500"
QEMU_OPTIONS_e5500-64b = "-cpu e5500"
+QEMU_OPTIONS_e6500 = "-cpu e6500"
+QEMU_OPTIONS_e6500-64b = "-cpu e6500"
##################################################################
# Date/time variables.