From cba63460c62e458ce01440445834b1356427aee6 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 27 Sep 2012 16:32:23 +1000 Subject: image-tiny: Created a core image which is smaller 'core-image-tiny' intends to be smaller then 'core-image-minimal'. Signed-off-by: Nathan Rossi --- recipes-core/images/core-image-tiny.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-core/images/core-image-tiny.bb diff --git a/recipes-core/images/core-image-tiny.bb b/recipes-core/images/core-image-tiny.bb new file mode 100644 index 00000000..ed0994ed --- /dev/null +++ b/recipes-core/images/core-image-tiny.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "A tiny image just capable of allowing a device to boot." + +IMAGE_INSTALL = "base-files \ + base-passwd \ + busybox \ + busybox-mdev \ + initscripts \ + modutils-initscripts \ + netbase \ + tinylogin \ + sysvinit \ + ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \ + ${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 ; " -- cgit v1.2.3-54-g00ecf