blob: 782752c7eaa77367f612340cbdae9c272f1ff10d (
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
|
include core-image-renesas-base.inc
IMAGE_INSTALL_append_rcar-gen2 = '${@base_conditional("USE_GLES", "1", \
" libegl libegl-dev libgbm-dev", "", d)} \
gstreamer1.0-plugins-bad-waylandsink'
# pkg groups for oss codecs
IMAGE_INSTALL_append_silk = ' ${@base_conditional("USE_MULTIMEDIA", "1", " \
packagegroup-lcb-oss-codecs \
", "", d)}'
IMAGE_INSTALL_append_silk = " \
can-utils \
libsocketcan \
"
IMAGE_INSTALL_append_porter = ' ${@base_conditional("USE_MULTIMEDIA", "1", " \
packagegroup-lcb-oss-codecs \
", "", d)}'
IMAGE_INSTALL_append_porter = " \
can-utils \
libsocketcan \
"
|