diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-11 10:27:02 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-11 10:27:02 +0100 |
commit | d6bda454f8963d8d913d13e340c574810ea4311b (patch) | |
tree | 8a48b5add688324a3e45a0547e26eba9708c4a1b /meta/conf/machine/qemuppc.conf | |
parent | b5fc6abac95a541a1a2f4250c6acffad629faa79 (diff) | |
download | poky-d6bda454f8963d8d913d13e340c574810ea4311b.tar.gz |
qemuppc: Add ppc603e to PACKAGE_EXTRA_ARCHS, fixing image builds
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/machine/qemuppc.conf')
-rw-r--r-- | meta/conf/machine/qemuppc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
3 | #@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation | 3 | #@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation |
4 | 4 | ||
5 | TARGET_ARCH = "powerpc" | 5 | TARGET_ARCH = "powerpc" |
6 | PACKAGE_EXTRA_ARCHS = "ppc603e" | ||
6 | 7 | ||
7 | require conf/machine/include/qemu.inc | 8 | require conf/machine/include/qemu.inc |
8 | require conf/machine/include/tune-ppc603e.inc | 9 | require conf/machine/include/tune-ppc603e.inc |