meta-agl-bsp: Update weston-ini-conf fragments 09/25009/2
authorScott Murray <scott.murray@konsulko.com>
Mon, 13 Jul 2020 21:31:56 +0000 (17:31 -0400)
committerScott Murray <scott.murray@konsulko.com>
Tue, 14 Jul 2020 14:32:10 +0000 (14:32 +0000)
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>
meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf.bb
meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf.bbappend
meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/core.cfg
meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/id-agent.cfg [deleted file]
meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg [deleted file]

index 4628f96..14fbd02 100644 (file)
@@ -3,8 +3,6 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
 
 SRC_URI = "file://core.cfg \
-           file://ivishell.cfg \
-           file://id-agent.cfg \
            file://shell.cfg \
            file://hdmi-a-1-270.cfg \
           "
index f954514..671fa17 100644 (file)
@@ -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
-#}
-
index eb5d470..90774ed 100644 (file)
@@ -1,5 +1,4 @@
 [core]
-shell=ivi-shell.so
 backend=drm-backend.so
 require-input=false
-modules=systemd-notify.so,ivi-controller.so
+modules=systemd-notify.so
diff --git a/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/id-agent.cfg b/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/id-agent.cfg
deleted file mode 100644 (file)
index c852992..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[desktop-app-default]
-default-surface-id=2000000
-default-surface-id-max=2001000
diff --git a/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg b/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg
deleted file mode 100644 (file)
index d0bcb83..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[ivi-shell]
-ivi-input-module=ivi-input-controller.so
-ivi-id-agent-module=ivi-id-agent.so