From d95cad7c1cfa98fde49d775d9ce8704f4001c84b Mon Sep 17 00:00:00 2001 From: Valentin Cobelea Date: Thu, 20 Mar 2014 16:08:10 +0100 Subject: 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 Signed-off-by: Richard Purdie (cherry picked from commit 62b0f09c13aa8e9c75ddea286586d1a2385a80be) Signed-off-by: Andreas Oberritter --- meta/conf/bitbake.conf | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit 1.2.3-korg