From a187e81bcab1718ac186324c1c43ffef0622ee28 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 28 Nov 2021 20:47:10 -0800 Subject: [PATCH 1/2] weston-init: Pass --continue-without-input This helps to launch weston without keyboard and mouse Signed-off-by: Khem Raj --- .../recipes-graphics/wayland/weston-init.bbappend | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sources/meta-yoe/dynamic-layers/meta-ti/recipes-graphics/wayland/weston-init.bbappend b/sources/meta-yoe/dynamic-layers/meta-ti/recipes-graphics/wayland/weston-init.bbappend index 506f004b2..66012bc0d 100644 --- a/sources/meta-yoe/dynamic-layers/meta-ti/recipes-graphics/wayland/weston-init.bbappend +++ b/sources/meta-yoe/dynamic-layers/meta-ti/recipes-graphics/wayland/weston-init.bbappend @@ -1,5 +1,11 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -do_configure:append:ti33x() { - sed -i '/\[core\]/a gbm-format=rgb565' ${WORKDIR}/weston.ini +do_install:append:ti33x() { + sed -i '/\[core\]/a gbm-format=rgb565' ${D}${sysconfdir}/xdg/weston/weston.ini + if [ -e ${D}/${sysconfdir}/init.d/weston ]; then + sed -i 's#weston-start --#weston-start -- --continue-without-input#' ${D}/${sysconfdir}/init.d/weston + fi + if [ -e ${D}${systemd_system_unitdir}/weston.service ]; then + sed -i 's#ExecStart=/usr/bin/weston#ExecStart=/usr/bin/weston --continue-without-input#' ${D}${systemd_system_unitdir}/weston.service + fi } From c7a67b4ddf2b7ce0e1ed92fcc8fbecc9a0d5b7c9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 28 Nov 2021 21:10:10 -0800 Subject: [PATCH 2/2] Layer Updates: sources/meta-openembedded * sources/meta-openembedded 2ba87bfbb0...ce7ee83016 (12): > packagegroup-meta-oe: Add pim435 > pim435: Add recipe for C implementation for userspace driver app > python: remove recipes imported to oe-core > samba: update cross-answers files > samba: add pyldb to rdepends for samba-python3 > samba: fix pyext_PATTERN for cross compilation > libldb: fix pyext_PATTERN for cross compilation > libtevent: fix pyext_PATTERN for cross compilation > libtdb: fix pyext_PATTERN for cross compilation > libtalloc: fix pyext_PATTERN for cross compilation > ippool: silence a DeprecationWarning > fwupd: fix dependency typo Signed-off-by: Khem Raj --- sources/meta-openembedded | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 2ba87bfbb..ce7ee8301 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 2ba87bfbb0ebdcfdc901b6f71a2b7f5d92377305 +Subproject commit ce7ee830167387556707152f85f5fd5f84853c60