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

export IMAGE_BASENAME = "oh-image-pda"

DEPENDS = "task-oh"

RDEPENDS = "\
    task-oh-boot \
    task-oh-boot-extras \
    task-oh-base \
    task-oh-standard \
    ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-devtools", "",d)} \
    ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-testapps", "",d)} "

export IPKG_INSTALL = "${RDEPENDS}"

inherit image_ipk
LICENSE = MIT