blob: 44d41c15ed43a6cd873c8c3b46ecbffc069d479e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DISTRO_FEATURES_append = " agl-medium-arm-compiler"
# 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
#
# fix build error
SECURITY_CFLAGS_pn-devil = "${SECURITY_NO_PIE_CFLAGS}"
# since krogoth, u-boot-fslc does not seem to handle imx6qsabreauto correctly
PREFERRED_PROVIDER_u-boot = "u-boot-imx"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
PREFERRED_PROVIDER_u-boot-mxsboot-native = "u-boot-imx"
#PREFERRED_VERSION_weston_mx6_forcevariable = "2.0.0"
|