diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-07-13 17:31:56 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-07-14 14:32:10 +0000 |
commit | c1ba83ee731c853dacb06136dbc83fcd77134f3c (patch) | |
tree | 834703b974f29b2e89632c25172a33e0007a7162 /meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf.bbappend | |
parent | 47f14e3067db801e1a84058337d56a0b6ac57651 (diff) |
meta-agl-bsp: Update weston-ini-conf fragments
Remove ivi-shell and ivi-extension related configuration fragments,
and update the core.cfg fragment to remove related configuration, they
are now unnecessary with the new compositor. Also remove commented
out old gst-record tweak from the bbappend.
Bug-AGL: SPEC-3469
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I67b0530c2e2929d07d2032de25d0e5e4706dbbb7
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25009
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf.bbappend')
-rw-r--r-- | meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf.bbappend | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf.bbappend index f954514cf..671fa171f 100644 --- a/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf.bbappend +++ b/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -3,10 +3,3 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" PACKAGE_ARCH = "${MACHINE_ARCH}" SRC_URI += "${@bb.utils.contains("DISTRO_FEATURES", "weston-remoting", "file://remote-output.cfg", "",d)}" - -#do_configure_append() { -# if ${@bb.utils.contains('DISTRO_FEATURES', 'weston-remoting', 'true', 'false', d)}; then -# echo virtual=1 >> ${WORKDIR}/core.cfg -# fi -#} - |