From: Marcin Juszkiewicz Date: Wed, 2 May 2007 13:28:23 +0000 (+0000) Subject: oh-image-minimal: added minimal image - contain only stuff needed to boot X-Git-Tag: 2011-1~11822 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e507e2f15b17dd545b99489a7ec36230bcea8f66;p=openembedded-core.git oh-image-minimal: added minimal image - contain only stuff needed to boot git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1591 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/images/oh-image-minimal.bb b/meta/packages/images/oh-image-minimal.bb new file mode 100644 index 0000000000..bc77727d3c --- /dev/null +++ b/meta/packages/images/oh-image-minimal.bb @@ -0,0 +1,10 @@ +LICENSE = "MIT" +DEPENDS = "task-oh" + +export IMAGE_BASENAME = "${PN}" +export PACKAGE_INSTALL = "task-oh-boot" + +inherit image + +# remove not needed stuff (locale support and ipkg support) +ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/share/i18n/ ${IMAGE_ROOTFS}/usr/lib/ipkg/"