summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-02-18 11:21:11 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-02-27 10:05:12 +0100
commit625fc358645788eea74e95863138e339813096dd (patch)
treed5812a31008d660b21ea019f023c2f964feb80b0
parent764570c5ef63985f027302ae14a0c6c42819320d (diff)
weston-init: add verdin-am62 specific modification
Verdin AM62 uses regular weston also with the downstream kernel, thus set no idle timeout also without the upstream override. Related-to: ELB-5064 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 3dc7e8a2fdfabc9a1c9c3a718acf6ceebb7a1a24)
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend
index 4a3516b..6baccf4 100644
--- a/recipes-graphics/wayland/weston-init.bbappend
+++ b/recipes-graphics/wayland/weston-init.bbappend
@@ -3,6 +3,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://weston.sh"
PACKAGECONFIG:append:upstream:tdx = " no-idle-timeout"
+PACKAGECONFIG:append:am62x = " no-idle-timeout"
PACKAGECONFIG:append:upstream:colibri-imx6ull = " use-pixman"
PACKAGECONFIG:append:upstream:colibri-imx6ull-emmc = " use-pixman"
PACKAGECONFIG:append:upstream:colibri-imx7 = " use-pixman"