mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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:
@@ -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/"
|
||||
Reference in New Issue
Block a user