From b449d8c95d62925fbf9d7b929dfbbaecf8697d87 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 16 Oct 2020 17:36:46 +0300 Subject: agl-weston-waltham-remoting: Add waltham-remoting AGL_FEATURES Like weston-remoting DISTRO FEATURES this allows us to control when to build the transmitter-plugin and to add a suitable weston.ini 'transmitter-section' which will be added following this patch. Bug-AGL: SPEC-3601 Signed-off-by: Marius Vlad Change-Id: I2b54fac62ad7bee3e647d0b6e0162c7ad1aff1bd Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25453 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- templates/feature/agl-weston-waltham-remoting/50_local.conf.inc | 1 + .../README_feature_agl-weston-waltham-remoting.md | 9 +++++++++ templates/feature/agl-weston-waltham-remoting/included.dep | 1 + 3 files changed, 11 insertions(+) create mode 100644 templates/feature/agl-weston-waltham-remoting/50_local.conf.inc create mode 100644 templates/feature/agl-weston-waltham-remoting/README_feature_agl-weston-waltham-remoting.md create mode 100644 templates/feature/agl-weston-waltham-remoting/included.dep diff --git a/templates/feature/agl-weston-waltham-remoting/50_local.conf.inc b/templates/feature/agl-weston-waltham-remoting/50_local.conf.inc new file mode 100644 index 000000000..a8267ec37 --- /dev/null +++ b/templates/feature/agl-weston-waltham-remoting/50_local.conf.inc @@ -0,0 +1 @@ +AGL_FEATURES_append = " waltham-remoting" diff --git a/templates/feature/agl-weston-waltham-remoting/README_feature_agl-weston-waltham-remoting.md b/templates/feature/agl-weston-waltham-remoting/README_feature_agl-weston-waltham-remoting.md new file mode 100644 index 000000000..416ff3f26 --- /dev/null +++ b/templates/feature/agl-weston-waltham-remoting/README_feature_agl-weston-waltham-remoting.md @@ -0,0 +1,9 @@ +--- +description: Feature agl-weston-waltham-remoting +authors: Marius Vlad +--- + +### Feature agl-weston-waltham-remoting + +Enables remote display configuration using libWeston's remoting plug-in +for remote output and remote input using waltham-transmitter-plug-in. diff --git a/templates/feature/agl-weston-waltham-remoting/included.dep b/templates/feature/agl-weston-waltham-remoting/included.dep new file mode 100644 index 000000000..82639da07 --- /dev/null +++ b/templates/feature/agl-weston-waltham-remoting/included.dep @@ -0,0 +1 @@ +agl-demo -- cgit 1.2.3-korg