From 4b28382dc1dd6b89011ed0a3fb2a3dfe8ff7c888 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 23 Feb 2022 15:22:41 +0100 Subject: 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 --- recipes-graphics/wayland/weston-init.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-graphics/wayland/weston-init.bbappend') diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index d5f911a..5de9d50 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend @@ -51,7 +51,7 @@ do_install_append_upstream_colibri-imx7-emmc() { # openembedded-core commit 4efdcc1090 ("weston: Use systemd notify,") # forces systemd-notify which in our setup does not work. Uncomment the # relevant lines for now. -do_install_append() { +do_install_append_tdx() { sed -i 's/\(Type=notify\)/# \1/' ${D}${systemd_system_unitdir}/weston@.service sed -i 's/\(NotifyAccess=all\)/# \1/' ${D}${systemd_system_unitdir}/weston@.service } -- cgit v1.2.3