summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/k3.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/k3.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/k3.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/k3.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
index 7b353129..911b59bd 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/conf/machine/include/k3.inc
@@ -29,8 +29,6 @@ EXTRA_IMAGEDEPENDS += "virtual/bootloader"
29TFA_PLATFORM = "k3" 29TFA_PLATFORM = "k3"
30TFA_BOARD = "generic" 30TFA_BOARD = "generic"
31 31
32MACHINE_GUI_CLASS = "smallscreen"
33
34# Use the expected value of the ubifs filesystem's volume name in the kernel 32# Use the expected value of the ubifs filesystem's volume name in the kernel
35# and u-boot. 33# and u-boot.
36UBI_VOLNAME = "rootfs" 34UBI_VOLNAME = "rootfs"