195a11ea9fe1b5d73dc00cd5008ef6b988f8700d
[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 SECURITY_CFLAGS_pn-mozjs = ""
24 SECURITY_LDFLAGS_pn-mozjs = ""
25 SECURITY_CFLAGS_pn-gpm = ""
26 SECURITY_LDFLAGS_pn-gpm = ""
27 SECURITY_CFLAGS_pn-libatasmart = ""
28 SECURITY_LDFLAGS_pn-libatasmart = ""
29
30 #-------------------------------------------------
31 ## Multimedia section ##
32 #-------------------------------------------------
33
34 GSTREAMER_PLUGINS = " \
35      gstreamer1.0-plugins-bad-meta \
36      gstreamer1.0-plugins-ducati \
37      gstreamer1.0-plugins-vpe \
38 "
39
40 PACKAGES_MULTIMEDIA   = " \
41     ipumm-fw \
42     pulseaudio-misc      \
43     ${GSTREAMER_PLUGINS} \
44 "
45
46 PREFERRED_VERSION_ipumm-fw          = "3.00.13.00"
47
48 PREFERRED_PROVIDER_virtual/kernel  = "linux-ti-staging"
49 PREFERRED_VERSION_virtual/kernel  = "4.9"
50
51 # Distribution-specific runtime components
52 IMAGE_INSTALL_append = " \
53      ${PACKAGES_GFX}     \
54      ${PACKAGES_MULTIMEDIA}     \
55      cmem \
56 "