[oe-commits] Valentin Cobelea : bitbake.conf: Adds bitbake qemu option for ppc e6500 & ppc e6500-64b.

git at git.openembedded.org git at git.openembedded.org
Thu Mar 27 09:56:30 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 62b0f09c13aa8e9c75ddea286586d1a2385a80be
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=62b0f09c13aa8e9c75ddea286586d1a2385a80be

Author: Valentin Cobelea <valentin.cobelea at enea.com>
Date:   Thu Mar 20 16:08:10 2014 +0100

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 at enea.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index fc528a4..b3786a7 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.



More information about the Openembedded-commits mailing list