From: Richard Purdie Date: Fri, 11 Jun 2010 09:27:02 +0000 (+0100) Subject: qemuppc: Add ppc603e to PACKAGE_EXTRA_ARCHS, fixing image builds X-Git-Tag: 2011-1~5868 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d6bda454f8963d8d913d13e340c574810ea4311b;p=openembedded-core.git qemuppc: Add ppc603e to PACKAGE_EXTRA_ARCHS, fixing image builds Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf index 91abb0792a..6ca8ce8d26 100644 --- a/meta/conf/machine/qemuppc.conf +++ b/meta/conf/machine/qemuppc.conf @@ -3,6 +3,7 @@ #@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation TARGET_ARCH = "powerpc" +PACKAGE_EXTRA_ARCHS = "ppc603e" require conf/machine/include/qemu.inc require conf/machine/include/tune-ppc603e.inc