Fix for image format dependencies during parsing
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_beaglebone.inc
1 # This config is for the beaglebone (inspired from the vayu config).
2
3 #-------------------------------------------------
4 ## Graphics section ##
5 #-------------------------------------------------
6 PACKAGES_GFX = "omapdrm-pvr"
7 IMAGE_INSTALL_append = " ${PACKAGES_GFX}"
8
9
10 # Enable Gfx Pkgs
11 MACHINE_FEATURES_append = " sgx"
12 MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2"
13
14 DEPENDS_remove = "virtual/libgl"
15
16 # Preferred providers
17 PREFERRED_PROVIDER_virtual/libgles1 = ""
18 PREFERRED_PROVIDER_virtual/libgles2 = "ti-sgx-ddk-um"
19 PREFERRED_PROVIDER_virtual/egl      = "ti-sgx-ddk-um"
20 PREFERRED_PROVIDER_virtual/mesa     = "mesa-gl"
21 PREFERRED_PROVIDER_libgbm           = "libgbm"
22
23 #Preferred versions
24 PREFERRED_VERSION_libgbm            = "10.0.0"
25
26 #-------------------------------------------------
27 ## Multimedia section ##
28 #-------------------------------------------------
29
30 PREFERRED_PROVIDER_virtual/kernel  = "linux-ti-staging"
31 PREFERRED_VERSION_virtual/kernel  = "4.9"
32
33 # DEFAULTTUNE for cortex-a8
34 DISTRO_FEATURES_append = " agl-medium-arm-compiler"
35
36 SECURITY_CFLAGS_pn-mozjs = ""
37 SECURITY_LDFLAGS_pn-mozjs = ""
38 SECURITY_CFLAGS_pn-gpm = ""
39 SECURITY_LDFLAGS_pn-gpm = ""
40 SECURITY_CFLAGS_pn-libatasmart = ""
41 SECURITY_LDFLAGS_pn-libatasmart = ""
42
43
44 AGL_EXTRA_IMAGE_FSTYPES := "wic.xz"