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
This commit is contained in:
Marcin Juszkiewicz 2007-05-02 13:28:23 +00:00
parent 45c57a3e1d
commit e507e2f15b
1 changed files with 10 additions and 0 deletions

View File

@ -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/"