From c1ba83ee731c853dacb06136dbc83fcd77134f3c Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 13 Jul 2020 17:31:56 -0400 Subject: 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 Change-Id: I67b0530c2e2929d07d2032de25d0e5e4706dbbb7 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25009 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Marius Vlad Reviewed-by: Jan-Simon Moeller --- meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf.bbappend | 7 ------- 1 file changed, 7 deletions(-) (limited to 'meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf.bbappend') 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 -#} - -- cgit 1.2.3-korg