dra7xx-evm: add support for graphics acceleration
[AGL/meta-agl.git] / templates / machine / dra7xx-evm / 50_local.conf.inc
1 MACHINE = "dra7xx-evm"
2
3 PACKAGES_GFX_${MACHINE} = "omapdrm-pvr"
4
5 # Enable Gfx Pkgs
6 MACHINE_FEATURES_append = " sgx"
7 MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2"
8
9 DEPENDS_remove = "virtual/libgl"
10
11 # Preferred providers
12 PREFERRED_PROVIDER_virtual/libgles1 = ""
13 PREFERRED_PROVIDER_virtual/libgles2 = "ti-sgx-ddk-um"
14 PREFERRED_PROVIDER_virtual/egl      = "ti-sgx-ddk-um"
15 PREFERRED_PROVIDER_virtual/mesa     = "mesa-gl"
16 PREFERRED_PROVIDER_libgbm           = "libgbm"
17
18 #Preferred versions
19 PREFERRED_VERSION_libgbm            = "10.0.0"
20
21
22 # Distribution-specific runtime components
23 IMAGE_INSTALL_append = " \
24      ${PACKAGES_GFX}     \
25 "
26
27 ## ATTENTION, this is needed right now to build meta-ti with AGL: ##
28 ## due to meta-ti being based on YP 1.8 instead of YP 2.0
29 BBMASK  = "meta-ti/.*eudev"