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

export IMAGE_BASENAME = "oh-image-sdk"

IMAGE_FEATURES += "apps-core apps-pda dev-tools dev-pkgs dbg-pkgs"

DEPENDS = "\
    task-oh \
    task-oh-sdk"
    
RDEPENDS = "${DISTRO_TASKS}"
export PACKAGE_INSTALL = "${RDEPENDS}"

inherit image
LICENSE = MIT