diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 12:39:37 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 12:39:37 +0000 |
commit | 7bdce63ffd0e868f1b60bbc29d7e26d5196b7422 (patch) | |
tree | 24c9c86d515fb226ad7da215391639e7c78551bf /meta | |
parent | c85d492a4b0575ad1bf1383eb09a826543fabd0f (diff) | |
download | openembedded-core-7bdce63ffd0e868f1b60bbc29d7e26d5196b7422.tar.gz openembedded-core-7bdce63ffd0e868f1b60bbc29d7e26d5196b7422.tar.bz2 openembedded-core-7bdce63ffd0e868f1b60bbc29d7e26d5196b7422.zip |
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')
-rw-r--r-- | meta/conf/machine/akita.conf | 2 |
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 require conf/machine/include/zaurus-clamshell.inc PACKAGE_EXTRA_ARCHS += "iwmmxt" +MACHINE_FEATURES += "iwmmxt" + IMAGE_FSTYPES ?= "jffs2" ROOT_FLASH_SIZE = "58" |