86ed8d2d616326699bb1104d9c0f0ee40768a765
[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 IMAGE_CLASSES_append_sota = " image_types_uboot sdcard_image-dra7xx-evm-ota"
52 IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'dra7xx-evm-sdimg-ota  ', '', d)}"
53 OSTREE_BOOTLOADER ?= "u-boot"