-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackagegroup-middleware-layer.bb
More file actions
184 lines (178 loc) · 4.89 KB
/
packagegroup-middleware-layer.bb
File metadata and controls
184 lines (178 loc) · 4.89 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
SUMMARY = "Packagegroup for middleware layer"
PACKAGE_ARCH = "${MIDDLEWARE_ARCH}"
LICENSE = "MIT"
inherit packagegroup volatile-bind-gen
# For interim development and package depolyment to test should be using pre release tags
PV = "8.4.4.12"
# PRs are prefered to be be incremented during development stages for any updates in corresponding
# contributing component revision intakes.
# With release prior to release, PV gets reset to production semver and PR gets reset to r0
PR = "r0"
#Generic components
RDEPENDS:${PN} = " \
aamp \
audiocapturemgr \
bluetooth-core \
bluetooth-mgr \
cimplog \
cjwt \
commonutilities \
crashupload \
ctrlm-headers \
ctrlm-main \
dcmd \
devicesettings \
dobby \
dobby-thunderplugin \
ermgr \
evtest \
${@bb.utils.contains('DISTRO_FEATURES', 'enable_ripple', "virtual/firebolt ", "", d)} \
gst-plugins-rdk \
rdk-gstreamer-utils \
hdmicec \
iarm-event-sender \
iarm-set-powerstate \
iarm-query-powerstate \
iarmbus \
iarmmgrs \
key-simulator \
libparodus \
libsyswrapper \
libunpriv \
logrotate \
lsof \
${@bb.utils.contains('DISTRO_FEATURES', 'RDKTV_APP_HIBERNATE', "memcr ", "", d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'memcapture', 'memcapture', '', d)} \
remotedebugger \
networkmanager-plugin \
packagemanager \
parodus \
rbus \
rdk-logger \
rdkat \
rdkfwupgrader \
rdknativescript \
rdkperf \
entservices-casting \
entservices-connectivity \
entservices-deviceanddisplay \
entservices-infra \
entservices-inputoutput \
entservices-mediaanddrm \
entservices-peripherals \
entservices-runtime \
entservices-softwareupdate \
entservices-mediaanddrm-screencapture \
${@bb.utils.contains('DISTRO_FEATURES', 'DAC_SUPPORT', 'entservices-lisa', '', d)} \
rdksysctl \
rdkversion \
rdmagent \
monit \
rfc \
rtcore \
rtremote \
safec-common-wrapper \
sysint \
systimemgr \
telemetry \
thunderjs \
tr69hostif \
tr69hostif-conf \
tr69hostif-headers \
tts \
ucresolv \
webconfig-framework\
wdmp-c \
wpe-backend-rdk \
wpeframework \
wpeframework-clientlibraries \
entservices-apis \
wpeframework-ui \
wpe-webkit \
wpe-webkit-web-inspector-plugin \
wrp-c \
xdial \
xr-voice-sdk \
bluez5 \
lcms \
libunwind \
wayland \
lighttpd \
openssl \
wpa-supplicant \
dnsmasq \
dropbear \
libopus \
libwpe \
mdns \
mtd-utils \
nopoll \
trower-base64 \
webkitbrowser-plugin \
mfr-utils \
webcfg \
systimemgrfactory \
systimemgrinetrface \
thunderstartupservices \
${@bb.utils.contains('DISTRO_FEATURES', 'wpe_r4_4', 'packagemanager', '', d)} \
breakpad-wrapper \
ctemplate \
ebtables \
fribidi \
gdbm \
gdk-pixbuf \
gupnp \
iptables \
iw \
wireless-tools \
libcroco \
libevdev \
rdkcertconfig \
libflac \
libgudev \
libinput \
liboauth \
libunwind \
libusb1 \
libvorbis \
lzo \
mtd-utils-ubifs \
mpg123 \
mtdev \
smcroute \
speex \
stunnel \
taglib \
tzdata \
util-linux \
${@bb.utils.contains('DISTRO_FEATURES', 'enable_gdb_support', "gdb ", "", d)} \
jquery \
ndisc6-rdnssd \
${@bb.utils.contains('DISTRO_FEATURES', 'enable_heaptrack', " heaptrack ", "", d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'ENABLE_NETWORKMANAGER', 'networkmanager', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'leak_sanitizer', "leakcheck-msgq ", "", d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'apparmor', "apparmor ", "", d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'apparmor', "apparmor-generic ", "", d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'enable_rialto','rialto-client rialto-server rialto-servermanager rialto-gstreamer rialto-ocdm', '', d) } \
${@bb.utils.contains('DISTRO_FEATURES', 'enable_cobalt_plugin', 'cobalt-plugin', '', d) } \
rdkwpasupplicantconfig \
cpeabs \
virtual/ca-certificates-trust-store \
xmidt-agent \
bootversion-loader \
virtual/default-font \
${@bb.utils.contains('DISTRO_FEATURES', 'rdkwindowmanager', " rdkwindowmanager ", "", d)} \
os-release \
wlan-p2p \
thunder-hang-recovery \
thunder-plugin-activator \
sqlite3 \
${@bb.utils.contains('DISTRO_FEATURES', 'sceneset', " sceneset ", "", d)} \
"
DEPENDS += " cjson crun jsonrpc libarchive libdash libevent gssdp harfbuzz hiredis \
jpeg linenoise nanomsg ne10 nopoll libopus libpam \
libpcre libseccomp libsoup-2.4 trower-base64 libxkbcommon \
log4c mbedtls rdkperf cjwt nghttp2 ucresolv fcgi glib-openssl libol \
graphite2 curl openssl zlib glib-networking glib-2.0 \
lighttpd systemd sqlite3 \
"