diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-02 17:00:54 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-02 17:00:54 +0000 |
commit | 65f6428521a6721b94a9c3f90a229ef06179ab51 (patch) | |
tree | df9dcda77e0bacb2f7d496e272ea13df649a83dd /meta/conf/machine/qemuarm.conf | |
parent | d20e041f2f9c27bd3fc8f0f266c1e6a1f286eb3f (diff) | |
download | poky-65f6428521a6721b94a9c3f90a229ef06179ab51.tar.gz |
conf/machine: Sync various changes with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2656 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/qemuarm.conf')
-rw-r--r-- | meta/conf/machine/qemuarm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index 6a2fe6feb9..4306a6b22d 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
@@ -3,7 +3,7 @@ | |||
3 | #@DESCRIPTION: Machine configuration for running an ARM system under qemu emulation | 3 | #@DESCRIPTION: Machine configuration for running an ARM system under qemu emulation |
4 | 4 | ||
5 | TARGET_ARCH = "arm" | 5 | TARGET_ARCH = "arm" |
6 | PACKAGE_EXTRA_ARCHS = "armv4 armv5te" | 6 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te" |
7 | 7 | ||
8 | require conf/machine/include/qemu.inc | 8 | require conf/machine/include/qemu.inc |
9 | require conf/machine/include/tune-arm926ejs.inc | 9 | require conf/machine/include/tune-arm926ejs.inc |