aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/images/oh-image-minimal.bb
blob: b1e2050a1cb2b9dad1a842bf232574740f98b1f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PR = "r0"

export IMAGE_BASENAME = "oh-image-minimal"

GUI_MACHINE_CLASS ?= "none"

XSERVER ?= "xserver-kdrive-fbdev"

DEPENDS = "task-oh"
    
RDEPENDS = "\
    task-oh-boot \
    task-oh-boot-min-extras \
    task-oh-base \
    ${XSERVER} "

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

inherit image_ipk
LICENSE = MIT