summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-05-10 14:50:28 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-05-11 09:54:03 +0200
commite2b8dc19f0af3f1c91ebc6fa34bb634412ed55c7 (patch)
tree8a4dbdee9e2fbac3189de9a0a2638c6b963b004e
parent4a9b9dadc28d524c346367a268c4218b2e86f262 (diff)
machine/am62xx-tdx: follow meta-ti's gpu driver handling
The used driver is now set with virtual/gpudriver and installed automatically. This additionally allows to not use a GPU driver at all as used by the Toradex Easy Installer. Related-to: TEI-1066, ELB-5190 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/am62xx-tdx.inc2
-rw-r--r--qt5-layer/recipes-qt/qt5/qtbase_%.bbappend2
2 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/am62xx-tdx.inc b/conf/machine/am62xx-tdx.inc
index 241a58d..6bc3741 100644
--- a/conf/machine/am62xx-tdx.inc
+++ b/conf/machine/am62xx-tdx.inc
@@ -6,6 +6,6 @@
# all
WKS_FILE:k3 = "sdimage-2part.wks"
-MACHINE_EXTRA_RRECOMMENDS:append:am62xx = " ti-img-rogue-umlibs kernel-modules"
+MACHINE_EXTRA_RRECOMMENDS:append:am62xx = " kernel-modules"
PREFERRED_PROVIDER_virtual/dtb:am62xx = "device-tree-overlays-ti"
diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
index 7103ed5..1edf8bd 100644
--- a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
+++ b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
@@ -51,8 +51,6 @@ PACKAGE_ARCH:am62xx = "${MACHINE_ARCH}"
############################### TDX added
-DEPENDS:append:am62xx = " ti-img-rogue-umlibs"
-
# from meta-arago/conf/layer.conf
PACKAGECONFIG_GL:am62xx = "gles2 linuxfb"
PACKAGECONFIG_DISTRO:am62xx = "icu examples accessibility gif gbm kms libinput"