From 405183531725ec7ed27985bc62e2804658b4e3d0 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 14 Jun 2024 19:49:04 +0000 Subject: Add generic graphic output over rdp This option enables an rdp server for one primary display. It is intended to be used e.g. with the aws-ec2-x86-64 or aws-ec2-arm64 machines in the first place but can be useful for debugging purposes for local setup as well. Bug-AGL: SPEC-5093 Change-Id: I2659628d389080ba382da3c7e5ec1286c2ed1286 Signed-off-by: Jan-Simon Moeller --- meta-agl-rdp/recipes-graphics/wayland/weston_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-agl-rdp/recipes-graphics/wayland/weston_%.bbappend (limited to 'meta-agl-rdp/recipes-graphics/wayland/weston_%.bbappend') diff --git a/meta-agl-rdp/recipes-graphics/wayland/weston_%.bbappend b/meta-agl-rdp/recipes-graphics/wayland/weston_%.bbappend new file mode 100644 index 00000000..a9b96c7d --- /dev/null +++ b/meta-agl-rdp/recipes-graphics/wayland/weston_%.bbappend @@ -0,0 +1,2 @@ +# remote display setup +PACKAGECONFIG:append:agl-rdp = " rdp" -- cgit 1.2.3-korg