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:27 +0000 (10:04 +0000)
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>
meta/conf/bitbake.conf

index fc528a4..b3786a7 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.