summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti33x.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-05-05 17:44:21 +0000
committerRyan Eatmon <reatmon@ti.com>2022-05-05 14:22:22 -0500
commit31b053692c9f4434907e69c29fc7b08153c00ccb (patch)
tree87a56d4ce7137e5e294cf338645873cdb0cf8407 /meta-ti-bsp/conf/machine/include/ti33x.inc
parentfa2639b3a6a1cbff78a9eba16e1aee6ac9d06df7 (diff)
downloadmeta-ti-31b053692c9f4434907e69c29fc7b08153c00ccb.tar.gz
conf/machine: remove default setting for xorg
meta-ti does not provide official X.org support, so no reason to set any defaults, just assume the ones from OE-Core. Also, drop setting MACHINE_GUI_CLASS, which is now only used by the kernel from meta-openembedded to determine the size of the Tux during boot. Keep those for now in community Beagle machines. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti33x.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index 06d35f09..cfacc30d 100644
--- a/meta-ti-bsp/conf/machine/include/ti33x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti33x.inc
@@ -4,15 +4,6 @@ SOC_FAMILY:append = ":ti33x"
4DEFAULTTUNE ?= "armv7athf-neon" 4DEFAULTTUNE ?= "armv7athf-neon"
5require conf/machine/include/arm/armv7a/tune-cortexa8.inc 5require conf/machine/include/arm/armv7a/tune-cortexa8.inc
6 6
7PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
8
9# For built-in LCD, add xf86-input-tslib
10XSERVER = "xserver-xorg \
11 xf86-input-evdev \
12 xf86-input-mouse \
13 xf86-video-fbdev \
14 xf86-input-keyboard"
15
16# Increase this everytime you change something in the kernel 7# Increase this everytime you change something in the kernel
17MACHINE_KERNEL_PR = "r22" 8MACHINE_KERNEL_PR = "r22"
18 9