meta-agl-bsp: Make more and better use of WIC images
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_dra7xx-evm.inc
1
2 #-------------------------------------------------
3 ## Graphics section ##
4 #-------------------------------------------------
5 PACKAGES_GFX_${MACHINE} = "omapdrm-pvr"
6
7 # Enable Gfx Pkgs
8 MACHINE_FEATURES_append = " sgx"
9 MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2"
10
11 DEPENDS_remove = "virtual/libgl"
12
13 # Preferred providers
14 PREFERRED_PROVIDER_virtual/libgles1 = ""
15 PREFERRED_PROVIDER_virtual/libgles2 = "ti-sgx-ddk-um"
16 PREFERRED_PROVIDER_virtual/egl      = "ti-sgx-ddk-um"
17 PREFERRED_PROVIDER_virtual/mesa     = "mesa-gl"
18 PREFERRED_PROVIDER_libgbm           = "libgbm"
19
20 #Preferred versions
21 PREFERRED_VERSION_libgbm            = "10.0.0"
22
23 #-------------------------------------------------
24 ## Multimedia section ##
25 #-------------------------------------------------
26
27 GSTREAMER_PLUGINS = " \
28      gstreamer1.0-plugins-bad-meta \
29      gstreamer1.0-plugins-ducati \
30      gstreamer1.0-plugins-vpe \
31 "
32
33 PACKAGES_MULTIMEDIA   = " \
34     ipumm-fw \
35     pulseaudio-misc      \
36     ${GSTREAMER_PLUGINS} \
37 "
38
39 PREFERRED_VERSION_ipumm-fw          = "3.00.13.00"
40
41 PREFERRED_PROVIDER_virtual/kernel  = "linux-ti-staging"
42 PREFERRED_VERSION_virtual/kernel  = "4.9"
43
44 # Distribution-specific runtime components
45 IMAGE_INSTALL_append = " \
46      ${PACKAGES_GFX}     \
47      ${PACKAGES_MULTIMEDIA}     \
48      cmem \
49 "
50
51 # Include WIC support based on beaglebone
52 do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
53 WKS_FILE = "sdimage-bootpart.wks"
54 IMAGE_BOOT_FILES = "MLO u-boot.img uEnv.txt"
55
56 AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum"