summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2025-02-12 14:38:13 -0300
committerHiago De Franco <hiago.franco@toradex.com>2025-02-19 11:03:58 -0300
commit68ba6dd25955aed50e1d58fbb623b0b8cb0afc07 (patch)
treef9f0200effdd20ca92c6698c103e6ff979f9db06
parentb73e51d8fb362cc43569ed4e17b0faf18c8dabae (diff)
weston-init: Remove tdx override
The 'tdx' override is not relevant for meta-toradex-demos. This layer is solely for building demos for the Toradex distribution, and all recipes within it are expected to be applied. If the user intends to build only the distribution, they should use meta-toradex-distro instead. Related-to: ELB-6231 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> (cherry picked from commit 5207251ac61b521db2f3d96cc52149e53d4ad354)
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend
index bc567798..b985411a 100644
--- a/recipes-graphics/wayland/weston-init.bbappend
+++ b/recipes-graphics/wayland/weston-init.bbappend
@@ -3,9 +3,9 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
SRC_URI += "file://toradex-save-touchscreen-calibration.sh"
PACKAGECONFIG[touchscreen-calibration] = ",,"
-PACKAGECONFIG:append:tdx = " touchscreen-calibration"
+PACKAGECONFIG:append = " touchscreen-calibration"
-do_install:append:tdx() {
+do_install:append () {
if [ "${@bb.utils.contains('PACKAGECONFIG', 'touchscreen-calibration', 'yes', 'no', d)}" = "yes" ]; then
sed -i -e "s/^#\\[libinput\\]/[libinput]/g" ${D}${sysconfdir}/xdg/weston/weston.ini