diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/switchbox-image.oe (renamed from meta/unslung-switchbox-image.oe) | 0 | ||||
-rw-r--r-- | meta/unslung-image.oe | 2 | ||||
-rw-r--r-- | meta/unslung-standard-image.oe | 10 |
3 files changed, 1 insertions, 11 deletions
diff --git a/meta/unslung-switchbox-image.oe b/meta/switchbox-image.oe index e69de29bb2..e69de29bb2 100644 --- a/meta/unslung-switchbox-image.oe +++ b/meta/switchbox-image.oe diff --git a/meta/unslung-image.oe b/meta/unslung-image.oe index 924dff024d..42ef5e2c2e 100644 --- a/meta/unslung-image.oe +++ b/meta/unslung-image.oe @@ -1 +1 @@ -DEPENDS = "unslung-switchbox-image unslung-standard-image unslung-able-image" +DEPENDS = "unslung-standard-image unslung-able-image" diff --git a/meta/unslung-standard-image.oe b/meta/unslung-standard-image.oe index 6af8c6b97d..e1e77396d4 100644 --- a/meta/unslung-standard-image.oe +++ b/meta/unslung-standard-image.oe @@ -20,22 +20,12 @@ RDEPENDS = "${UNSLUNG_BASE_PACKAGES} ${UNSLUNG_EXTRA_RDEPENDS}" RRECOMMENDS = "${UNSLUNG_EXTRA_RRECOMMENDS}" -UNSLUNG_DEVICE_TABLE = "${@oe.which(oe.data.getVar('OEPATH', d, 1), 'files/device_table-unslung.txt')}" - -IMAGE_FSTYPES = "ext2.gz jffs2" -EXTRA_IMAGECMD_ext2.gz = "-f ${UNSLUNG_DEVICE_TABLE}" -EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000" - IMAGE_PREPROCESS_COMMAND += "unslung_clean_image; " inherit image_ipk # Note that anything in this function must be repeatable without having to rebuild the rootfs unslung_clean_image () { - - makedevs -r ${IMAGE_ROOTFS} -D ${UNSLUNG_DEVICE_TABLE} - # Remove info from the local feed used to build the image rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/lists/* - } |