diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 12:53:17 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 12:53:17 +0000 |
commit | 8caadc8dc7f358df49ad7df99c2f548247007201 (patch) | |
tree | f2a6e7ba5cfca5f665e267345a8b35946567d60a /meta/conf/machine | |
parent | 45dc7ba72bb986757ee6a71596f0cc2aae078f9b (diff) | |
download | openembedded-core-8caadc8dc7f358df49ad7df99c2f548247007201.tar.gz openembedded-core-8caadc8dc7f358df49ad7df99c2f548247007201.tar.bz2 openembedded-core-8caadc8dc7f358df49ad7df99c2f548247007201.zip |
spitz: added 'iwmmxt' to MACHINE_FEATURES (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3527 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/spitz.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/spitz.conf b/meta/conf/machine/spitz.conf index 4a3730aeb0..4a794331e8 100644 --- a/meta/conf/machine/spitz.conf +++ b/meta/conf/machine/spitz.conf @@ -5,6 +5,8 @@ require conf/machine/include/zaurus-2.6.inc require conf/machine/include/zaurus-clamshell.inc +MACHINE_FEATURES += "iwmmxt" + PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" PACKAGE_EXTRA_ARCHS += "iwmmxt" |