aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/images/oh-image.bb
blob: 2d10e04ebc38dbac26fda61c04c8c176216914e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 \
    ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-devtools", "",d)} \
    ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-testapps", "",d)} \
    ${XSERVER} "

export IPKG_INSTALL = "${RDEPENDS}"
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "

inherit image_ipk
LICENSE = MIT