]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Adds bitbake qemu option for ppc e6500 & ppc e6500-64b.
authorValentin Cobelea <valentin.cobelea@enea.com>
Thu, 20 Mar 2014 15:08:10 +0000 (16:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Mar 2014 10:04:13 +0000 (10:04 +0000)
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>
meta/conf/bitbake.conf

index fc528a4c0d0204a9d6b0fa089449c9f43468b72f..b3786a757b99ab4d07da33d2ccf2c4806ce56d4d 100644 (file)
@@ -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.