diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-05-05 17:44:21 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-05 14:22:22 -0500 |
| commit | 31b053692c9f4434907e69c29fc7b08153c00ccb (patch) | |
| tree | 87a56d4ce7137e5e294cf338645873cdb0cf8407 /meta-ti-bsp/conf/machine/include/ti33x.inc | |
| parent | fa2639b3a6a1cbff78a9eba16e1aee6ac9d06df7 (diff) | |
| download | meta-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.inc | 9 |
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" | |||
| 4 | DEFAULTTUNE ?= "armv7athf-neon" | 4 | DEFAULTTUNE ?= "armv7athf-neon" |
| 5 | require conf/machine/include/arm/armv7a/tune-cortexa8.inc | 5 | require conf/machine/include/arm/armv7a/tune-cortexa8.inc |
| 6 | 6 | ||
| 7 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
| 8 | |||
| 9 | # For built-in LCD, add xf86-input-tslib | ||
| 10 | XSERVER = "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 |
| 17 | MACHINE_KERNEL_PR = "r22" | 8 | MACHINE_KERNEL_PR = "r22" |
| 18 | 9 | ||
