1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 02:11:00 +00:00

conf/machine: fix use of screen and touchscreen machine features

Some machine configs didn't specify their use of screen and touchscreen
machine features correctly, fix them.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Denys Dmytriyenko
2023-02-24 10:12:19 +00:00
committed by Ryan Eatmon
parent d859c8c091
commit 696c7d090d
5 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
require conf/machine/include/k3.inc
SOC_FAMILY:append = ":am62xx"
MACHINE_FEATURES += "screen touchscreen gpu"
MACHINE_FEATURES += "screen gpu"
SERIAL_CONSOLES = "115200;ttyS2"
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
@@ -1,8 +1,6 @@
require conf/machine/include/k3.inc
SOC_FAMILY:append = ":am64xx"
MACHINE_FEATURES += "screen touchscreen"
SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
+1 -1
View File
@@ -1,7 +1,7 @@
require conf/machine/include/k3.inc
SOC_FAMILY:append = ":j721e"
MACHINE_FEATURES += "gpu"
MACHINE_FEATURES += "screen gpu"
PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
+1 -1
View File
@@ -1,7 +1,7 @@
require conf/machine/include/k3.inc
SOC_FAMILY:append = ":j721s2"
MACHINE_FEATURES += "gpu"
MACHINE_FEATURES += "screen gpu"
PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
+1 -1
View File
@@ -1,7 +1,7 @@
require conf/machine/include/k3.inc
SOC_FAMILY:append = ":j784s4"
MACHINE_FEATURES += "gpu"
MACHINE_FEATURES += "screen gpu"
PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"