From d6bda454f8963d8d913d13e340c574810ea4311b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 11 Jun 2010 10:27:02 +0100 Subject: qemuppc: Add ppc603e to PACKAGE_EXTRA_ARCHS, fixing image builds Signed-off-by: Richard Purdie --- meta/conf/machine/qemuppc.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/machine/qemuppc.conf') 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 -- cgit 1.2.3-korg