mtx-3a.conf, nylon-image-base.bb: removed remaints from old OE code (PACKAGE_INSTALL...
authorMartin Dietze <di@fh-wedel.de>
Thu, 19 Apr 2007 10:32:07 +0000 (10:32 +0000)
committerMartin Dietze <di@fh-wedel.de>
Thu, 19 Apr 2007 10:32:07 +0000 (10:32 +0000)
conf/machine/mtx-3a.conf
packages/images/nylon-image-base.bb

index bda68ac..6f963d1 100644 (file)
@@ -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"
index 2c45d40..8cd7119 100644 (file)
@@ -1,6 +1,6 @@
-inherit image_ipk 
-inherit nylon_image
-LICENSE = MIT
+inherit image
+inherit nylon-image
+LICENSE = "MIT"
 
 export IMAGE_BASENAME = "nylon-base"
  
@@ -22,7 +22,7 @@ RDEPENDS_append_mtx-2 = " modutils modutils-initscripts modutils-depmod modutils
 RDEPENDS_append_mtx-3 = " module-init-tools udev"
 RDEPENDS_append_mtx-3a = " module-init-tools"
 
-export IPKG_INSTALL = "${RDEPENDS}" 
+export PACKAGE_INSTALL = "${RDEPENDS}"
 
 IMAGE_LINGUAS = ""