diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-16 19:10:18 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-22 20:19:42 +0000 |
commit | fdafcbbfbc82a0f6935d19f1b5a3872416b83224 (patch) | |
tree | ef658719b835d20b5282f4e61ece3a619b90334f /meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend | |
parent | 0eaae108c492112a6657eb17a26fa2b0bafc82a1 (diff) |
weston-ini-conf: (re)move Weston remoting support
Remove the support for generating configuration for the Weston
remoting feature based on the weston-remoting DISTRO_FEATURE
from our weston-ini-conf recipe and bbappend. Handling this has
been moved from meta-agl-core to meta-agl-demo. As well, the
agl-weston-remoting setup feature dependency on agl-demo has
been removed as it is no longer required.
Bug-AGL: SPEC-5138
Change-Id: I5a5e58dd9097e940d3925bf60ce4e1283d6529b9
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29902
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 6919021006da1d42af9d588afded43ad35df8fcf)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29865
Diffstat (limited to 'meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend')
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend index 746bde339..b6095f2fa 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend +++ b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -2,8 +2,6 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" PACKAGE_ARCH = "${MACHINE_ARCH}" -WESTON_DISPLAYS:append = "${@bb.utils.contains("DISTRO_FEATURES", "weston-remoting", " remote-output", "", d)}" - # For virtual machines and intel-corei7-64 we want to support both the HDMI-A-1 # and Virtual-1 outputs. This allows us to run virtual images on real hardware # and vice versa. |