diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-24 13:56:51 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-25 14:00:45 +0000 |
commit | bb45227c715b43baebf3a6137d7ec5f18341b0f5 (patch) | |
tree | 35efe30cc159682bcba04bf9a6a3954ac7701f3e | |
parent | 71b67feb1933cd34bba7492d73ee4391f764f9d1 (diff) |
Remove agl-sdl integration as the layer is dysfunctional
meta-sdl upstream does not support YP 3.1 LTS 'dunfell' .
Remove the feature.
Bug-AGL: SPEC-3446
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I855f4c0b5a2dd361b9179f4861d8c120cb4f1256
4 files changed, 0 insertions, 17 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo.bb b/recipes-platform/packagegroups/packagegroup-agl-demo.bb index 18787c546..664878b84 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo.bb @@ -42,12 +42,8 @@ DEMO_ENABLE_BTWILINK ?= "" DEMO_PLATFORM_CONF = "" DEMO_PLATFORM_CONF_append_ulcb = "${@bb.utils.contains("DEMO_ENABLE_BTWILINK", "true", "", " btwilink-disable-conf", d)}" -SMARTDEVICELINK = "${@bb.utils.contains('DISTRO_FEATURES', 'agl-sdl', \ - 'packagegroup-agl-smartdevicelink', '', d)}" - RDEPENDS_${PN} += "\ udisks2 \ - ${SMARTDEVICELINK} \ " # fonts diff --git a/templates/feature/agl-sdl/50_bblayers.conf.inc b/templates/feature/agl-sdl/50_bblayers.conf.inc deleted file mode 100644 index ebff033b5..000000000 --- a/templates/feature/agl-sdl/50_bblayers.conf.inc +++ /dev/null @@ -1,3 +0,0 @@ -BBLAYERS =+ "${METADIR}/external/meta-sdl \ - ${METADIR}/external/meta-openembedded/meta-gnome \ - " diff --git a/templates/feature/agl-sdl/50_local.conf.inc b/templates/feature/agl-sdl/50_local.conf.inc deleted file mode 100644 index 10b818867..000000000 --- a/templates/feature/agl-sdl/50_local.conf.inc +++ /dev/null @@ -1 +0,0 @@ -DISTRO_FEATURES_append = " agl-sdl" diff --git a/templates/feature/agl-sdl/README_feature_agl-sdl.md b/templates/feature/agl-sdl/README_feature_agl-sdl.md deleted file mode 100644 index 47306f452..000000000 --- a/templates/feature/agl-sdl/README_feature_agl-sdl.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -description: Feature agl-sdl -authors: Jan-Simon Möller <jsmoeller@linuxfoundation.org>, Phong Tran <tranmanphong@gmail.com>, Stephane Desneux <stephane.desneux@iot.bzh> ---- - -### Feature agl-sdl - -*Description is missing - please complete file meta-agl-demo/templates/feature/agl-sdl/README_feature_agl-sdl.md* - |