mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 06:52:38 +02: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:
10
meta/packages/images/oh-image-minimal.bb
Normal file
10
meta/packages/images/oh-image-minimal.bb
Normal 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/"
|
||||
Reference in New Issue
Block a user