1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00
Files
poky/openembedded/packages/meta/oh-image-devel.bb
T
2006-04-13 13:50:09 +00:00

26 lines
424 B
BlitzBasic

PR = "r9"
export IMAGE_BASENAME = "oh-devel"
GUI_MACHINE_CLASS ?= "none"
XSERVER ?= "xserver-kdrive-fbdev"
DEPENDS = "\
task-bootstrap \
task-oh"
RDEPENDS = "\
task-oh-boot \
task-oh-boot-extras \
task-oh-base \
task-oh-standard \
task-oh-devel \
${XSERVER} "
export IPKG_INSTALL = "${RDEPENDS}"
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
inherit image_ipk
LICENSE = MIT