blob: 74879dbbf8a66a52aa486b4e3e6e30d406571b92 (
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
|
# Caution: Hand-merge needed when original recipes are updated
#
# Here we only have selected lines from the following (and
# their included) files
#
# fslc-wayland.conf
# fsl-image-multimedia-full.bb
#
# fslc-wayland.conf
#
# Followings were intentionally removed from the original recipe
# to make our set simpler
#
# gtk+3-demo clutter-1.0-examples
#
IMAGE_INSTALL_append = " \
packagegroup-fsl-tools-gpu \
packagegroup-fsl-gstreamer1.0 \
packagegroup-imx-tools-audio \
weston weston-init weston-examples \
"
# fsl-image-multimedia-full.bb
IMAGE_INSTALL_append = " \
packagegroup-fsl-gstreamer1.0-full \
"
# fix build error
SECURITY_CFLAGS_pn-devil = "${SECURITY_NO_PIE_CFLAGS}"
|