- Create image def.
authorronan <ronan@fridu.net>
Tue, 19 Feb 2013 10:17:11 +0000 (11:17 +0100)
committerronan <ronan@fridu.net>
Tue, 19 Feb 2013 10:17:11 +0000 (11:17 +0100)
meta-tizen-skeleton/recipes-BaseSystem/images/tizen-core-image-minimal.bb [new file with mode: 0644]

diff --git a/meta-tizen-skeleton/recipes-BaseSystem/images/tizen-core-image-minimal.bb b/meta-tizen-skeleton/recipes-BaseSystem/images/tizen-core-image-minimal.bb
new file mode 100644 (file)
index 0000000..d58d974
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "A small image just capable of allowing a device to boot."
+
+IMAGE_INSTALL = "packagegroup-tizen-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
+
+IMAGE_LINGUAS = " "
+
+LICENSE = "MIT"
+
+inherit core-image
+
+IMAGE_ROOTFS_SIZE = "8192"
+
+# remove not needed ipkg informations
+ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "