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 | |
parent | ff81f5be6bc505a8597da1cd6b2ddf4e205eadf9 (diff) |
mtx-3a.conf, nylon-image-base.bb: removed remaints from old OE code (PACKAGE_INSTALL instead of IPKG_INSTALL)
-rw-r--r-- | conf/machine/mtx-3a.conf | 2 | ||||
-rw-r--r-- | packages/images/nylon-image-base.bb | 8 |
2 files changed, 5 insertions, 5 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" diff --git a/packages/images/nylon-image-base.bb b/packages/images/nylon-image-base.bb index 2c45d40bb6..8cd71194b4 100644 --- a/packages/images/nylon-image-base.bb +++ b/packages/images/nylon-image-base.bb @@ -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 = "" |