summaryrefslogtreecommitdiff
path: root/qt5-layer
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-02-23 15:22:41 +0100
committerMing Liu <ming.liu@toradex.int>2022-02-26 13:44:50 +0000
commit4b28382dc1dd6b89011ed0a3fb2a3dfe8ff7c888 (patch)
tree99b2c3e6321d9f5a434ac014ac2aa56c4b8a3487 /qt5-layer
parent4e347e7ea7e615cc4eedaa6e25ad700fa2ed2bcc (diff)
meta: use tdx overrides for Toradex specific changes
Toradex NXP layer could be used by other external projects, so we should make sure Toradex specific changes dont impact them. Use 'tdx' overrides to ensure Toradex specific changes only valid for Toradex distros. Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'qt5-layer')
-rw-r--r--qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend b/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend
index 61956c0..1bbe9c5 100644
--- a/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend
+++ b/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend
@@ -1 +1 @@
-PACKAGECONFIG_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland x11', 'xcomposite-egl xcomposite-glx', '', d)}" \ No newline at end of file
+PACKAGECONFIG_remove_tdx = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland x11', 'xcomposite-egl xcomposite-glx', '', d)}"