diff options
author | Martin Dietze <di@fh-wedel.de> | 2007-04-19 10:32:07 +0000 |
---|---|---|
committer | Martin Dietze <di@fh-wedel.de> | 2007-04-19 10:32:07 +0000 |
commit | 7302c6263934c237da66719bd42505b6c05d10cc (patch) | |
tree | b08b3ba74128d79cef4164ef3bec64ac3ce519f5 /conf | |
parent | ff81f5be6bc505a8597da1cd6b2ddf4e205eadf9 (diff) |
mtx-3a.conf, nylon-image-base.bb: removed remaints from old OE code (PACKAGE_INSTALL instead of IPKG_INSTALL)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/mtx-3a.conf | 2 |
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" |