Blame view

recipes-core/packagegroups/packagegroup-arago-tisdk-matrix-no-bt-wifi-demos.bb 3.05 KB
5fe58ebd5   Eric Lee   SMARC-T335X meta-...
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
  DESCRIPTION = "Task to include Matrix v2"
  LICENSE = "MIT"
  PR = "r18"
  
  inherit packagegroup
  
  MATRIX_ESSENTIALS = "        \
      matrix-gui               \
      matrix-lighttpd-config   \
  "
  
  MATRIX_GUI = "               \
      refresh-screen           \
      matrix-gui-browser       \
  "
  
  MATRIX_GUI_keystone = ""
  
  MATRIX_COMMON_APPS = "              \
      matrix-gui-armbenchmarks-demos  \
      matrix-gui-crypto-demos         \
      matrix-gui-oprofile-demos       \
      matrix-gui-settings-demos       \
      matrix-gui-usb-demos            \
      matrix-gui-submenus-ethernet    \
  "
  
  MATRIX_QT_APPS = "                  \
      matrix-gui-qt4-demos            \
      matrix-gui-thermostat-demo      \
      ${@base_conditional('ARAGO_QT_PROVIDER','qt4-embedded-gles','matrix-gui-apps-quick-playground','', d)} \
  "
  
  MATRIX_SGX_DEMOS = "                \
      matrix-3d-demo-chameleon        \
      matrix-3d-demo-film             \
      matrix-3d-demo-lantern          \
      matrix-3d-demo-skull            \
  "
  MATRIX_QT_APPS_keystone = ""
  
  MATRIX_APPS = ""
  
  MATRIX_APPS_append_omap3 = "        \
      ${@base_contains('MACHINE_FEATURES','sgx','${MATRIX_SGX_DEMOS}','',d)} \
      matrix-multimedia-demo-aac \
      matrix-multimedia-demo-h264dec      \
      matrix-multimedia-demo-mpeg4aacdec   \
      matrix-multimedia-demo-mpeg4dec     \
  "
  
  MATRIX_APPS_append_ti33x = "        \
      matrix-gui-ethernet-demos       \
      ${@base_contains('MACHINE_FEATURES','sgx','${MATRIX_SGX_DEMOS}','',d)} \
      matrix-multimedia-demo-aac \
      matrix-multimedia-demo-audiocapture \
      matrix-multimedia-demo-h264dec      \
      matrix-multimedia-demo-mpeg4aacdec   \
      matrix-multimedia-demo-mpeg4dec     \
                                      \
      matrix-gui-generic-pm           \
      matrix-gui-pm-demos-suspend     \
      matrix-gui-clocks               \
                                      \
  "
  
  MATRIX_APPS_append_omap-a15 = "     \
      matrix-multimedia-demo-aac      \
      matrix-multimedia-demo-h264dec  \
      matrix-multimedia-demo-mpeg4aacdec \
      matrix-multimedia-demo-mpeg4dec \
  "
  
  MATRIX_APPS_append_beagleboard = "  \
      matrix-gui-display-control      \
  "
  
  MATRIX_APPS_append_am3517-evm = "   \
      matrix-gui-v4l2-demos           \
  "
  
  MATRIX_APPS_append_am37x-evm = "    \
                                      \
      matrix-gui-generic-pm           \
      matrix-gui-pm-demos-count       \
      matrix-gui-pm-demos-dump-reg    \
      matrix-gui-pm-demos-snapshot1   \
      matrix-gui-pm-demos-snapshot2   \
      matrix-gui-pm-demos-suspend     \
                                      \
      matrix-gui-display-control      \
      matrix-gui-camera-loopback      \
      matrix-gui-v4l2-demos           \
      matrix-gui-display-control      \
      matrix-gui-clocks               \
                                      \
                                      \
      matrix-multimedia-demo-audiocapture \
  "
  
  MATRIX_APPS_append_am180x-evm = "   \
      matrix-gui-pru-demos            \
  "
  
  RDEPENDS_${PN} = "        \
      ${MATRIX_ESSENTIALS}  \
      ${MATRIX_GUI}         \
      ${MATRIX_COMMON_APPS} \
      ${MATRIX_QT_APPS} \
      ${MATRIX_APPS}        \
  "