aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/mtx-3a.conf
diff options
context:
space:
mode:
authorMartin Dietze <di@fh-wedel.de>2007-04-19 10:32:07 +0000
committerMartin Dietze <di@fh-wedel.de>2007-04-19 10:32:07 +0000
commit7302c6263934c237da66719bd42505b6c05d10cc (patch)
treeb08b3ba74128d79cef4164ef3bec64ac3ce519f5 /conf/machine/mtx-3a.conf
parentff81f5be6bc505a8597da1cd6b2ddf4e205eadf9 (diff)
downloadopenembedded-7302c6263934c237da66719bd42505b6c05d10cc.tar.gz
mtx-3a.conf, nylon-image-base.bb: removed remaints from old OE code (PACKAGE_INSTALL instead of IPKG_INSTALL)
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 bda68acd12..6f963d164e 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"
-IPKG_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"