diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-04-15 14:57:43 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-04-15 14:57:43 +0000 |
| commit | 46a5cd5bc88c7bcf55643181bc672ff0463d1dc2 (patch) | |
| tree | a79d20955f56c63991608bf148ac9a304a3e9637 /meta/conf/machine/mx31litekit.conf | |
| parent | 05d6ea53aa01f941e8a1ed8b1f813c8b92a444b0 (diff) | |
| download | poky-46a5cd5bc88c7bcf55643181bc672ff0463d1dc2.tar.gz | |
conf/machine/mx31*: Add armv6 to PACKAGE_EXTRA_ARCHS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4274 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/mx31litekit.conf')
| -rw-r--r-- | meta/conf/machine/mx31litekit.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/mx31litekit.conf b/meta/conf/machine/mx31litekit.conf index 70faa51311..2dc2883759 100644 --- a/meta/conf/machine/mx31litekit.conf +++ b/meta/conf/machine/mx31litekit.conf | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #@NAME: imx31 Lite Kit | 2 | #@NAME: imx31 Lite Kit |
| 3 | #@DESCRIPTION: Machine configuration for the imx31 based Lite Kit | 3 | #@DESCRIPTION: Machine configuration for the imx31 based Lite Kit |
| 4 | TARGET_ARCH = "arm" | 4 | TARGET_ARCH = "arm" |
| 5 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te" | 5 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6" |
| 6 | 6 | ||
| 7 | PREFERRED_PROVIDER_virtual/kernel = "linux-mx31" | 7 | PREFERRED_PROVIDER_virtual/kernel = "linux-mx31" |
| 8 | 8 | ||
