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 | |
parent | c85d492a4b0575ad1bf1383eb09a826543fabd0f (diff) | |
download | poky-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
-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 | |||
6 | require conf/machine/include/zaurus-clamshell.inc | 6 | require conf/machine/include/zaurus-clamshell.inc |
7 | 7 | ||
8 | PACKAGE_EXTRA_ARCHS += "iwmmxt" | 8 | PACKAGE_EXTRA_ARCHS += "iwmmxt" |
9 | MACHINE_FEATURES += "iwmmxt" | ||
10 | |||
9 | IMAGE_FSTYPES ?= "jffs2" | 11 | IMAGE_FSTYPES ?= "jffs2" |
10 | 12 | ||
11 | ROOT_FLASH_SIZE = "58" | 13 | ROOT_FLASH_SIZE = "58" |