aboutsummaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/images/oh-image-extras.bb
blob: b62774205e3b9fd3f7247094fb4f77397bbc1ce5 (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
25
26
27
28
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