Fix i.MX6 (usb)
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_imx6qsabreauto.inc
1 # Caution: Hand-merge needed when original recipes are updated
2 #
3 # Here we only have selected lines from the following (and
4 # their included) files
5 #
6 # fslc-wayland.conf
7 # fsl-image-multimedia-full.bb
8 #
9
10 # fslc-wayland.conf
11
12 #
13 # Followings were intentionally removed from the original recipe
14 # to make our set simpler
15
16 # gtk+3-demo clutter-1.0-examples
17 #
18
19 IMAGE_INSTALL_append = " \
20     packagegroup-fsl-tools-gpu \
21     packagegroup-fsl-gstreamer1.0 \
22     packagegroup-imx-tools-audio \
23     weston weston-init weston-examples \
24 "
25
26 # fsl-image-multimedia-full.bb
27
28 IMAGE_INSTALL_append = " \
29     packagegroup-fsl-gstreamer1.0-full \
30 "
31
32 # fix build error
33
34 SECURITY_CFLAGS_pn-devil = "${SECURITY_NO_PIE_CFLAGS}"
35
36 # since krogoth, u-boot-fslc does not seem to handle imx6qsabreauto correctly
37
38 PREFERRED_PROVIDER_u-boot = "u-boot-imx"
39 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
40 PREFERRED_PROVIDER_u-boot-mxsboot-native = "u-boot-imx"
41
42 # force generate sdcard image also
43
44 AGL_DEFAULT_IMAGE_FSTYPES := "sdcard.xz"
45 AGL_DEFAULT_INITRAMFS_FSTYPES := ""
46