summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/meta/oh-image.bb
blob: 6c0b3c7d643448452a3f4387266078ef58ab2ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PR = "r9"

export IMAGE_BASENAME = "oh-image"

GUI_MACHINE_CLASS ?= "none"

XSERVER ?= "xserver-kdrive-fbdev"

DEPENDS = "\
    task-bootstrap \
    task-oh"
    
RDEPENDS = "\
    task-bootstrap \
    task-oh-base \
    ${XSERVER} "

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

inherit image_ipk
LICENSE = MIT