dra7xx-evm: morty: temporarily disable kernel drivers for sgx and cmem
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_dra7xx-evm.inc
1
2 #-------------------------------------------------
3 ## Graphics section ##
4 #-------------------------------------------------
5 # disable for morty branch
6 # PACKAGES_GFX_${MACHINE} = "omapdrm-pvr"
7 PACKAGES_GFX_${MACHINE} = " "
8
9 # Enable Gfx Pkgs
10 MACHINE_FEATURES_append = " sgx"
11 MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2"
12
13 DEPENDS_remove = "virtual/libgl"
14
15 # Preferred providers
16 PREFERRED_PROVIDER_virtual/libgles1 = ""
17 PREFERRED_PROVIDER_virtual/libgles2 = "ti-sgx-ddk-um"
18 PREFERRED_PROVIDER_virtual/egl      = "ti-sgx-ddk-um"
19 PREFERRED_PROVIDER_virtual/mesa     = "mesa-gl"
20 PREFERRED_PROVIDER_libgbm           = "libgbm"
21
22 #Preferred versions
23 PREFERRED_VERSION_libgbm            = "10.0.0"
24
25 #-------------------------------------------------
26 ## Multimedia section ##
27 #-------------------------------------------------
28
29 GSTREAMER_PLUGINS = " \
30                     "
31 # Disable due to broken build in morty
32 #     gstreamer1.0-plugins-bad-meta \
33 #     gstreamer1.0-plugins-ducati \
34 #     gstreamer1.0-plugins-vpe \
35 #"
36
37 PACKAGES_MULTIMEDIA   = " \
38     ipumm-fw \
39     pulseaudio-misc      \
40     ${GSTREAMER_PLUGINS} \
41 "
42
43 PREFERRED_VERSION_ipumm-fw          = "3.00.08.02"
44
45 PREFERRED_PROVIDER_virtual/kernel  = "linux-ti-staging"
46 PREFERRED_VERSION_virtual/kernel  = "4.4"
47
48 # Distribution-specific runtime components
49 IMAGE_INSTALL_append = " \
50      ${PACKAGES_GFX}     \
51      ${PACKAGES_MULTIMEDIA}     \
52 "
53
54 ## ATTENTION, this is needed right now to build meta-ti with AGL: ##
55 ## due to meta-ti being based on YP 1.8 instead of YP 2.0
56 BBMASK  = "meta-ti/.*eudev"
57
58
59
60 IMAGE_CLASSES_append_sota = " image_types_uboot sdcard_image-dra7xx-evm-ota"
61 IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'dra7xx-evm-sdimg-ota  ', '', d)}"