Update i.MX machine configurations
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_dra7xx-evm.inc
1
2 #-------------------------------------------------
3 ## Graphics section ##
4 #-------------------------------------------------
5 PACKAGES_GFX_${MACHINE} = "ti-sgx-ddk-km"
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/libgbm   = "ti-sgx-ddk-um"
18 PREFERRED_PROVIDER_virtual/mesa     = "mesa-gl"
19
20 #-------------------------------------------------
21 ## Multimedia section ##
22 #-------------------------------------------------
23
24 PACKAGES_MULTIMEDIA   = " \
25     ipumm-fw \
26     ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-misc' , '', d)}      \
27 "
28
29 PREFERRED_PROVIDER_virtual/kernel  = "linux-ti-staging"
30 PREFERRED_VERSION_virtual/kernel  = "4.9"
31
32 # Distribution-specific runtime components
33 IMAGE_INSTALL_append = " \
34      ${PACKAGES_GFX}     \
35      ${PACKAGES_MULTIMEDIA}     \
36      cmem \
37 "
38
39 # Include WIC support based on beaglebone
40 do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
41 WKS_FILE = "sdimage-bootpart-uuid.wks"
42 IMAGE_BOOT_FILES = "MLO u-boot.img uEnv.txt"