aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/mtx-3a.conf2
-rw-r--r--packages/images/nylon-image-base.bb8
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 = ""