summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-01-18 12:39:37 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-01-18 12:39:37 +0000
commit7bdce63ffd0e868f1b60bbc29d7e26d5196b7422 (patch)
tree24c9c86d515fb226ad7da215391639e7c78551bf /meta/conf/machine
parentc85d492a4b0575ad1bf1383eb09a826543fabd0f (diff)
downloadpoky-7bdce63ffd0e868f1b60bbc29d7e26d5196b7422.tar.gz
akita: added 'iwmmxt' to MACHINE_FEATURES (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3525 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/akita.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/akita.conf b/meta/conf/machine/akita.conf
index 06d5946523..0f5eaca9cc 100644
--- a/meta/conf/machine/akita.conf
+++ b/meta/conf/machine/akita.conf
@@ -6,6 +6,8 @@ require conf/machine/include/zaurus-2.6.inc
6require conf/machine/include/zaurus-clamshell.inc 6require conf/machine/include/zaurus-clamshell.inc
7 7
8PACKAGE_EXTRA_ARCHS += "iwmmxt" 8PACKAGE_EXTRA_ARCHS += "iwmmxt"
9MACHINE_FEATURES += "iwmmxt"
10
9IMAGE_FSTYPES ?= "jffs2" 11IMAGE_FSTYPES ?= "jffs2"
10 12
11ROOT_FLASH_SIZE = "58" 13ROOT_FLASH_SIZE = "58"