aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb
blob: a468086c9de7f0eb68130b10569724b68384aaec (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
DESCRIPTION = "Task to add multimedia related packages"
LICENSE = "MIT"
PR = "r21"

PACKAGE_ARCH = "${MACHINE_ARCH}"

inherit packagegroup

MULTIMEDIA = " \
    amsdk-av-files \
"

MULTIMEDIA_append_keystone = " \
    hevc-arm-decoder \
"

MULTIMEDIA_append_ti43x = " \
    dual-camera-demo \
    image-gallery \
"

MULTIMEDIA_append_omap-a15 = " \
    dual-camera-demo \
    image-gallery \
"

MULTIMEDIA_append_dra7xx = " \
    hevc-arm-decoder \
    ${@bb.utils.contains('MACHINE_FEATURES', 'opencl', 'qt-opencv-opencl-opengl-multithreaded-dev', '', d)} \
"

MULTIMEDIA_append_omap5-evm = " \
    abefw \
"

ACCEL_FW = ""

ACCEL_FW_append_am57xx-evm = " \
    ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'ipumm-fw', '', d)} \
"

ACCEL_FW_append_omap5-evm = " \
    ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'ipumm-fw', '', d)} \
"

ACCEL_FW_append_dra7xx-evm = " \
    ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'ipumm-fw', '', d)} \
    vis \
"

RDEPENDS_${PN} = "\
    packagegroup-arago-gst \
    ${MULTIMEDIA} \
    ${ACCEL_FW} \
"