summaryrefslogtreecommitdiffstats
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 @@
1#
2# Copyright (C) 2007 OpenedHand Ltd.
3#
4IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} u-boot"
5IMAGE_LINGUAS = " "
6
7LICENSE = "MIT"
8
9inherit core-image
10
11IMAGE_ROOTFS_SIZE = "8192"
12
13# remove not needed ipkg informations
14ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
15
16IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot jffs2"