Files
poky/meta-extras/packages/images/oh-image-extras.bb
2006-11-29 09:47:05 +00:00

29 lines
490 B
BlitzBasic

PR = "r9"
export IMAGE_BASENAME = "oh-extras"
GUI_MACHINE_CLASS ?= "none"
XSERVER ?= "xserver-kdrive-fbdev"
DEPENDS = "\
task-oh \
task-oh-extras"
RDEPENDS = "\
task-base \
task-oh-boot \
task-oh-boot-extras \
task-oh-base \
task-oh-standard \
task-oh-testapps \
task-oh-devtools \
task-oh-extraapps \
${XSERVER} "
export PACKAGE_INSTALL = "${RDEPENDS}"
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
inherit image
LICENSE = MIT