summaryrefslogtreecommitdiff
path: root/meta/unslung-standard-image.oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta/unslung-standard-image.oe')
-rw-r--r--meta/unslung-standard-image.oe10
1 files changed, 0 insertions, 10 deletions
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/*
-
}