diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-06-14 19:49:04 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-06-16 21:52:12 +0200 |
commit | 47592bb48642e66230b09d75b9037c1a93693df1 (patch) | |
tree | 531a5f7cdbadfde320528486f867e6bb1b628648 /meta-agl-rdp/recipes-graphics/wayland/weston-ini-conf.bbappend | |
parent | d28f7276fd464ded9fa5f3403c73c3df300260b8 (diff) |
Add generic graphic output over rdpquillback_17.1.1quillback/17.1.117.1.1
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 <jsmoeller@linuxfoundation.org>
(cherry picked from commit 405183531725ec7ed27985bc62e2804658b4e3d0)
Diffstat (limited to 'meta-agl-rdp/recipes-graphics/wayland/weston-ini-conf.bbappend')
-rw-r--r-- | meta-agl-rdp/recipes-graphics/wayland/weston-ini-conf.bbappend | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-agl-rdp/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-rdp/recipes-graphics/wayland/weston-ini-conf.bbappend new file mode 100644 index 00000000..e385c50d --- /dev/null +++ b/meta-agl-rdp/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -0,0 +1,15 @@ +FILESEXTRAPATHS:prepend:agl-rdp := "${THISDIR}/${PN}:" + +SRC_URI:prepend:agl-rdp = " file://rdp-standalone.cfg " + +WESTON_DISPLAYS:agl-rdp = " " +WESTON_FRAGMENTS:agl-rdp = " rdp-standalone " + +# sample keys +AGL_FREERDP_DEFAULT_KEYS ?= "agl-freerdp-sample-server-key" +AGL_FREERDP_DEPENDENCY ?= "${AGL_FREERDP_DEFAULT_KEYS}" +RDEPENDS:${PN}:append:agl-rdp = " ${AGL_FREERDP_DEPENDENCY} " + +# the key tools need to be on-target (for now) +RDEPENDS:${PN}:agl-rdp += " freerdp " + |