aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/nylon-image-base.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/images/nylon-image-base.bb')
-rw-r--r--packages/images/nylon-image-base.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/images/nylon-image-base.bb b/packages/images/nylon-image-base.bb
index 8cd71194b4..b4913097be 100644
--- a/packages/images/nylon-image-base.bb
+++ b/packages/images/nylon-image-base.bb
@@ -1,6 +1,5 @@
inherit image
inherit nylon-image
-LICENSE = "MIT"
export IMAGE_BASENAME = "nylon-base"
@@ -12,7 +11,7 @@ NYLON_BASE = "base-files base-passwd bash busybox \
timezones tinylogin udev"
DEPENDS += "virtual/kernel less nano"
-RDEPENDS = "kernel less nano elvis-tiny \
+IMAGE_INSTALL = "kernel less nano elvis-tiny \
${NYLON_BASE} ${BOOTSTRAP_EXTRA_RDEPENDS}"
## kernel 2.4 ##
@@ -22,11 +21,8 @@ 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 PACKAGE_INSTALL = "${RDEPENDS}"
-
IMAGE_LINGUAS = ""
# we dont need the kernel in the image
ROOTFS_POSTPROCESS_COMMAND = "rm -f ${IMAGE_ROOTFS}/tmp/*Image*"
# needed?? the above line is the same as in classes/nylon-image.bbclass
-