aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/images/oh-image-core.bb
blob: e416d848433055227af2f407474a624922b75b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PR = "r0"

export IMAGE_BASENAME = "oh-image-core"

DEPENDS = "task-oh"
    
RDEPENDS = "\
    task-oh-boot \
    task-oh-boot-extras \
    task-oh-base "

export PACKAGE_INSTALL = "${RDEPENDS}"

inherit image
LICENSE = MIT