mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
oh-image metadata rearrangement to support minimal images. Minimal target is oh-image-minimal
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@351 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
PR = "r0"
|
||||
|
||||
export IMAGE_BASENAME = "oh-image-minimal"
|
||||
|
||||
GUI_MACHINE_CLASS ?= "none"
|
||||
|
||||
XSERVER ?= "xserver-kdrive-fbdev"
|
||||
|
||||
DEPENDS = "task-oh"
|
||||
|
||||
RDEPENDS = "\
|
||||
task-oh-boot \
|
||||
task-oh-boot-min-extras \
|
||||
task-oh-base \
|
||||
${XSERVER} "
|
||||
|
||||
export IPKG_INSTALL = "${RDEPENDS}"
|
||||
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
|
||||
|
||||
inherit image_ipk
|
||||
LICENSE = MIT
|
||||
Reference in New Issue
Block a user