aboutsummaryrefslogtreecommitdiffstats
path: root/images/fsl-image-minimal.bb
diff options
context:
space:
mode:
Diffstat (limited to 'images/fsl-image-minimal.bb')
-rw-r--r--images/fsl-image-minimal.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/images/fsl-image-minimal.bb b/images/fsl-image-minimal.bb
deleted file mode 100644
index 1732585..0000000
--- a/images/fsl-image-minimal.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Copyright (C) 2007 OpenedHand Ltd.
-#
-IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} u-boot"
-IMAGE_LINGUAS = " "
-
-LICENSE = "MIT"
-
-inherit core-image
-
-IMAGE_ROOTFS_SIZE = "8192"
-
-# remove not needed ipkg informations
-ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
-
-IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot jffs2"