From: Valentin Cobelea Date: Thu, 20 Mar 2014 15:08:10 +0000 (+0100) Subject: bitbake.conf: Adds bitbake qemu option for ppc e6500 & ppc e6500-64b. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34058 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62b0f09c13aa8e9c75ddea286586d1a2385a80be;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fc528a4c0d0..b3786a757b9 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.