aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/images/oh-image-sdk.bb
blob: 58f764844ae4cc2b387add7f526b5b2a424a370a (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 = "r9"

export IMAGE_BASENAME = "oh-image-sdk"

XSERVER ?= "xserver-kdrive-fbdev"

DEPENDS = "\
    task-oh \
    task-oh-sdk"
    
RDEPENDS = "\
    task-oh-boot \
    task-oh-boot-extras \
    task-oh-base \
    task-oh-standard \
    task-oh-devtools \
    task-oh-testapps \
    task-oh-sdk \
    ${XSERVER} "

export IPKG_INSTALL = "${RDEPENDS}"

inherit image_ipk
LICENSE = MIT