generic-poky/meta/packages/images/oh-image-core.bb

19 lines
277 B
BlitzBasic

PR = "r0"
export IMAGE_BASENAME = "oh-image-core"
XSERVER ?= "xserver-kdrive-fbdev"
DEPENDS = "task-oh"
RDEPENDS = "\
task-oh-boot \
task-oh-boot-extras \
task-oh-base \
${XSERVER} "
export IPKG_INSTALL = "${RDEPENDS}"
inherit image_ipk
LICENSE = MIT