summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/am335x-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include/am335x-evm.conf')
-rw-r--r--conf/distro/include/am335x-evm.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/conf/distro/include/am335x-evm.conf b/conf/distro/include/am335x-evm.conf
index 4f90a0e..4ec3e4d 100644
--- a/conf/distro/include/am335x-evm.conf
+++ b/conf/distro/include/am335x-evm.conf
@@ -31,28 +31,4 @@ include conf/distro/include/ti.inc
31 31
32DEPLOY_CONF_NAME = "Sitara AM335x Starter Kit" 32DEPLOY_CONF_NAME = "Sitara AM335x Starter Kit"
33 33
34BOOTFS_CONTENT = "\
35 u-boot-${MACHINE}.img:u-boot.img \
36 MLO-${MACHINE}:MLO \
37 "
38BOOTFS_DEPENDS = "u-boot:do_deploy"
39
40DISTRO_FEATURES_remove = "webengine" 34DISTRO_FEATURES_remove = "webengine"
41
42PREFERRED_VERSION_linux-ti-staging = "3.14%"
43
44PREFERRED_PROVIDER_virtual/egl = "libgles-omap3"
45PREFERRED_PROVIDER_virtual/libgles2 = "libgles-omap3"
46
47PREFERRED_VERSION_libgles-omap3 = "5.01.01.02"
48PREFERRED_VERSION_omap3-sgx-modules = "5.01.01.02"
49
50MACHINE_EXTRA_INSTALL += "\
51 libgles-omap3 \
52 libgles-omap3-rawdemos \
53 lighttpd \
54 "
55
56MACHINE_EXTRA_INSTALL_SDK += "\
57 libgles-omap3-dev \
58 "