mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@351 311d38ba-8fff-0310-9ca6-ca027cbcb966
23 lines
378 B
BlitzBasic
23 lines
378 B
BlitzBasic
PR = "r10"
|
|
|
|
export IMAGE_BASENAME = "oh-image"
|
|
|
|
GUI_MACHINE_CLASS ?= "none"
|
|
|
|
XSERVER ?= "xserver-kdrive-fbdev"
|
|
|
|
DEPENDS = "task-oh"
|
|
|
|
RDEPENDS = "\
|
|
task-oh-boot \
|
|
task-oh-boot-extras \
|
|
task-oh-base \
|
|
task-oh-standard \
|
|
${XSERVER} "
|
|
|
|
export IPKG_INSTALL = "${RDEPENDS}"
|
|
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
|
|
|
|
inherit image_ipk
|
|
LICENSE = MIT
|