aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/mtx-3a.conf
diff options
context:
space:
mode:
authorMartin Dietze <di@fh-wedel.de>2007-04-27 09:06:29 +0000
committerMartin Dietze <di@fh-wedel.de>2007-04-27 09:06:29 +0000
commit3d75046772500b479cbfaa0c199aa7ef069fdc7a (patch)
tree808caadb430b58bd4dc7e329c726b2b014d9722d /conf/machine/mtx-3a.conf
parent3cc9d5463dac0412d5591b506e308f3e9cde0494 (diff)
downloadopenembedded-3d75046772500b479cbfaa0c199aa7ef069fdc7a.tar.gz
mtx-3a.conf, nylon-image-mini.bb: fixes to not conflict with the recent bitbake versions.
Diffstat (limited to 'conf/machine/mtx-3a.conf')
-rw-r--r--conf/machine/mtx-3a.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/mtx-3a.conf b/conf/machine/mtx-3a.conf
index 6f963d164e..000b200840 100644
--- a/conf/machine/mtx-3a.conf
+++ b/conf/machine/mtx-3a.conf
@@ -3,7 +3,7 @@
#@DESCRIPTION: Machine configuration for the mtx-3a
TARGET_ARCH = "arm"
-#PACKAGE_ARCHS = "all arm ${MACHINE}"
+PACKAGE_ARCHS = "all arm ${MACHINE}"
PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-3a"
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"
TARGET_CC_ARCH = "-march=armv5te"