From 83b8f9a263d95ed693f00c1bfbb968de236f736a Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 7 Jun 2023 21:33:46 +0000 Subject: [PATCH 01/16] kuksa-val: fix breakage with gcc 13 Need to explicitly include fstream header to resolve gcc13 incomplete type error. Bug-AGL: SPEC-4578 Change-Id: I39c867fe48dc07cee3e603bbe222f4392fb808e0 Signed-off-by: Denys Dmytriyenko --- ...erver-OverlayLoader-explicitly-include-fs.patch | 35 ++++++++++++++++++++++ recipes-connectivity/kuksa-val/kuksa-val_git.bb | 1 + 2 files changed, 36 insertions(+) create mode 100644 recipes-connectivity/kuksa-val/kuksa-val/0006-kuksa-val-server-OverlayLoader-explicitly-include-fs.patch diff --git a/recipes-connectivity/kuksa-val/kuksa-val/0006-kuksa-val-server-OverlayLoader-explicitly-include-fs.patch b/recipes-connectivity/kuksa-val/kuksa-val/0006-kuksa-val-server-OverlayLoader-explicitly-include-fs.patch new file mode 100644 index 000000000..0f40a7c1c --- /dev/null +++ b/recipes-connectivity/kuksa-val/kuksa-val/0006-kuksa-val-server-OverlayLoader-explicitly-include-fs.patch @@ -0,0 +1,35 @@ +From 60561b755cbfbb3aa99b1a0d736cc89540636c00 Mon Sep 17 00:00:00 2001 +From: Denys Dmytriyenko +Date: Wed, 7 Jun 2023 21:16:30 +0000 +Subject: [PATCH] kuksa-val-server: OverlayLoader: explicitly include fstream + header + +Otherwise gcc13 now errors out: + +| .../kuksa-val-server/src/OverlayLoader.cpp: In function 'void applyOverlays(std::shared_ptr, std::vector, std::shared_ptr)': +| .../kuksa-val-server/src/OverlayLoader.cpp:70:24: error: variable 'std::ifstream is' has initializer but incomplete type +| 70 | std::ifstream is(p.generic_string()); +| | ^ + +Upstream-Status: Pending + +Signed-off-by: Denys Dmytriyenko +--- + kuksa-val-server/src/OverlayLoader.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/kuksa-val-server/src/OverlayLoader.cpp b/kuksa-val-server/src/OverlayLoader.cpp +index bed9234..abd1945 100644 +--- a/kuksa-val-server/src/OverlayLoader.cpp ++++ b/kuksa-val-server/src/OverlayLoader.cpp +@@ -23,6 +23,7 @@ + /* helper fuctions to load overlays during server startup */ + + #include ++#include + #include + + #include "OverlayLoader.hpp" +-- +2.25.1 + diff --git a/recipes-connectivity/kuksa-val/kuksa-val_git.bb b/recipes-connectivity/kuksa-val/kuksa-val_git.bb index c564eabfc..64daba228 100644 --- a/recipes-connectivity/kuksa-val/kuksa-val_git.bb +++ b/recipes-connectivity/kuksa-val/kuksa-val_git.bb @@ -19,6 +19,7 @@ SRC_URI += "file://kuksa-val.service \ file://0003-Make-install-locations-configurable.patch;patchdir=.. \ file://0004-Disable-default-fetch-and-build-of-googletest.patch;patchdir=.. \ file://0005-kuksa-val-server-Add-missing-check_git-dependency.patch;patchdir=.. \ + file://0006-kuksa-val-server-OverlayLoader-explicitly-include-fs.patch;patchdir=.. \ " S = "${WORKDIR}/git/kuksa-val-server" -- 2.16.6 From a80b0a67ed546428c6a394f25505c23f0e42edd7 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 24 Jun 2023 00:41:00 +0000 Subject: [PATCH 02/16] meta-agl-demo: add missing Upstream-Status to local patches OE-Core master now treats patches w/o Upstream-Status as a hard error. Bug-AGL: SPEC-4578 Change-Id: Ib2dc84a97ce27704f2939d64477fc631e26c0c3c Signed-off-by: Denys Dmytriyenko --- .../0001-provision-allow-duplicate-entries-from-mbpi_lookup_a.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-connectivity/ofono/files/0001-provision-allow-duplicate-entries-from-mbpi_lookup_a.patch b/recipes-connectivity/ofono/files/0001-provision-allow-duplicate-entries-from-mbpi_lookup_a.patch index 7b44e483e..02bf5a684 100644 --- a/recipes-connectivity/ofono/files/0001-provision-allow-duplicate-entries-from-mbpi_lookup_a.patch +++ b/recipes-connectivity/ofono/files/0001-provision-allow-duplicate-entries-from-mbpi_lookup_a.patch @@ -4,6 +4,8 @@ Date: Fri, 1 Mar 2019 17:53:17 +0900 Subject: [PATCH] provision: allow duplicate entries from mbpi_lookup_apn() results +Upstream-Status: Pending + Signed-off-by: Matt Ranostay --- plugins/provision.c | 2 +- -- 2.16.6 From 785008a5c25d11ed1a88849c58bc711b74b8bac0 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 9 Aug 2023 19:11:46 +0000 Subject: [PATCH 03/16] can-devices.cfg: update to reflect upstream kernel changes CAN_LEDS was removed in 6c1e423a3c84953edcf91ff03ab97829b287184a CAN_ESD_USB2 renamed to CAN_ESD_USB in 5e910bdedc84c1f196863cebdf27c1806449c27c Both changes are in kernel 6.1+ Bug-AGL: SPEC-4578 Change-Id: I06485b565f8da27cdbd515419a06ba706129bba8 Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux/can-devices.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux/can-devices.cfg b/recipes-kernel/linux/linux/can-devices.cfg index 2b4f317a8..77a8bffa2 100644 --- a/recipes-kernel/linux/linux/can-devices.cfg +++ b/recipes-kernel/linux/linux/can-devices.cfg @@ -4,7 +4,6 @@ CONFIG_CAN_SLCAN=m CONFIG_CAN_DEV=m CONFIG_CAN_CALC_BITTIMING=y -# CONFIG_CAN_LEDS is not set CONFIG_CAN_C_CAN=m CONFIG_CAN_C_CAN_PLATFORM=m # CONFIG_CAN_SJA1000 is not set @@ -20,7 +19,7 @@ CONFIG_CAN_MCP251X=m # CAN USB interfaces # # CONFIG_CAN_EMS_USB is not set -CONFIG_CAN_ESD_USB2=m +CONFIG_CAN_ESD_USB=m CONFIG_CAN_GS_USB=m CONFIG_CAN_KVASER_USB=m CONFIG_CAN_PEAK_USB=m -- 2.16.6 From 5a24c582e7539b9f730bc6822f5e68dea7d5321c Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 9 Aug 2023 21:47:23 +0000 Subject: [PATCH 04/16] most_deps.cfg: update to reflect upstream kernel changes VIDEO_V4L2 combined with VIDEO_DEV in 9958d30f38b96fb763a10d44d18ddad39127d5f4 The change is in kernel 6.1+ Bug-AGL: SPEC-4578 Change-Id: Ic336a45552bc88f501bd3e9119b246224400b041 Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux/most_deps.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/linux/linux/most_deps.cfg b/recipes-kernel/linux/linux/most_deps.cfg index 15ddbd21e..53964a594 100644 --- a/recipes-kernel/linux/linux/most_deps.cfg +++ b/recipes-kernel/linux/linux/most_deps.cfg @@ -6,4 +6,3 @@ CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y CONFIG_MEDIA_CONTROLLER=y CONFIG_VIDEO_DEV=m CONFIG_VIDEO_V4L2_SUBDEV_API=y -CONFIG_VIDEO_V4L2=m -- 2.16.6 From 49aeab95bd4a42e5e0f200fc14db87024e46de3d Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 10 Aug 2023 17:56:58 +0000 Subject: [PATCH 05/16] wifi.cfg: update to reflect upstream kernel changes R8188EU was removed in favor of RTL8XXXU in fdf6c2309f425509cddd002f278c650ad0b7e34b The change is in kernel 6.4+ Bug-AGL: SPEC-4578 Change-Id: I5d85f2e0bcfc0861898bc2b813a48ed9d5e75cd6 Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux/wifi.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux/wifi.cfg b/recipes-kernel/linux/linux/wifi.cfg index 879a6f236..e289062c0 100644 --- a/recipes-kernel/linux/linux/wifi.cfg +++ b/recipes-kernel/linux/linux/wifi.cfg @@ -2,5 +2,4 @@ CONFIG_CFG80211=m CONFIG_MAC80211=m CONFIG_WLAN_VENDOR_ATH=y CONFIG_ATH9K_HTC=m -CONFIG_STAGING=y -CONFIG_R8188EU=m +CONFIG_RTL8XXXU=m -- 2.16.6 From 40a29b696e61f4192a7ad7985b1663e069701e29 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 7 Sep 2023 17:15:24 -0400 Subject: [PATCH 06/16] qtwayland: update qwaylandintegration patch for 5.15.9 Update qwaylandintegration patch to apply to qtwayland 5.15.9 Bug-AGL: SPEC-4578 Change-Id: Id9fb6cfcfaa81f0c526f66ab38f46ba5dbb5833d Signed-off-by: Denys Dmytriyenko --- .../0001-qwaylandintegration-Keep-previous-check-related-to-i.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch b/recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch index 77362dac3..b34f84d4f 100644 --- a/recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch +++ b/recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch @@ -21,7 +21,7 @@ index c53ccb78..6d3d9559 100644 } #endif -- qCDebug(lcQpaWayland) << "using input method:" << inputContext()->metaObject()->className(); +- qCDebug(lcQpaWayland) << "using input method:" << (inputContext() ? inputContext()->metaObject()->className() : ""); + bool mUsingInputContextFromCompositor = qobject_cast(mInputContext.data()); + if (mUsingInputContextFromCompositor) + qCDebug(lcQpaWayland) << "using input method:" << inputContext()->metaObject()->className(); -- 2.16.6 From 1afa5b9feb046ee067e9018a0c3f13842e9b8fcf Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 27 Sep 2023 17:21:19 +0000 Subject: [PATCH 07/16] python3-cantools: update bbappend for upstream update meta-oe has bumped python3-cantools version to 39.2.0 Bug-AGL: SPEC-4578 Change-Id: I4113a48560ee552eceab847aa8b2b5857f37c580 Signed-off-by: Denys Dmytriyenko --- .../{python3-cantools_38.%.bbappend => python3-cantools_39.%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-devtools/python/{python3-cantools_38.%.bbappend => python3-cantools_39.%.bbappend} (100%) diff --git a/recipes-devtools/python/python3-cantools_38.%.bbappend b/recipes-devtools/python/python3-cantools_39.%.bbappend similarity index 100% rename from recipes-devtools/python/python3-cantools_38.%.bbappend rename to recipes-devtools/python/python3-cantools_39.%.bbappend -- 2.16.6 From d07d51bd3f87a1e52a5e7ef3cbb1b1bcadfb250a Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 9 Jan 2024 00:51:24 +0000 Subject: [PATCH 08/16] python3-pyqt5: update bbappend for upstream update meta-qt5 has bumped python3-qt5 version to 5.15.9 Bug-AGL: SPEC-4578 Change-Id: I37f0dcb0641302c94a995a22731a4f4203f554e3 Signed-off-by: Denys Dmytriyenko --- .../{python3-pyqt5_5.15.1.bbappend => python3-pyqt5_5.15.9.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-devtools/python/{python3-pyqt5_5.15.1.bbappend => python3-pyqt5_5.15.9.bbappend} (100%) diff --git a/recipes-devtools/python/python3-pyqt5_5.15.1.bbappend b/recipes-devtools/python/python3-pyqt5_5.15.9.bbappend similarity index 100% rename from recipes-devtools/python/python3-pyqt5_5.15.1.bbappend rename to recipes-devtools/python/python3-pyqt5_5.15.9.bbappend -- 2.16.6 From 3e21f709ca9e71ba600b6b00ccbd783b3e7173a9 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 5 Feb 2024 21:36:28 -0500 Subject: [PATCH 09/16] cannelloni: unpin older version In previous LTS, this bbappend was setting SRCREV newer than upstream. Now upstream is updated and has a newer version. Bug-AGL: SPEC-4578 Change-Id: Ie9082d17797e4be5721863dac854bc66d42bec44 Signed-off-by: Denys Dmytriyenko --- recipes-connectivity/cannelloni/cannelloni_%.bbappend | 1 - recipes-connectivity/cannelloni/cannelloni_agldemo.inc | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 recipes-connectivity/cannelloni/cannelloni_%.bbappend delete mode 100644 recipes-connectivity/cannelloni/cannelloni_agldemo.inc diff --git a/recipes-connectivity/cannelloni/cannelloni_%.bbappend b/recipes-connectivity/cannelloni/cannelloni_%.bbappend deleted file mode 100644 index 4619406a6..000000000 --- a/recipes-connectivity/cannelloni/cannelloni_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'cannelloni_agldemo.inc', '', d)} diff --git a/recipes-connectivity/cannelloni/cannelloni_agldemo.inc b/recipes-connectivity/cannelloni/cannelloni_agldemo.inc deleted file mode 100644 index c83d535a0..000000000 --- a/recipes-connectivity/cannelloni/cannelloni_agldemo.inc +++ /dev/null @@ -1,2 +0,0 @@ -PV = "1.0.0+git${SRCPV}" -SRCREV = "071d2d0a2b7997d697fa1228423b329f817a237a" -- 2.16.6 From dfbecfe5a8940e5b931bcc965167679f03713ec0 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 7 Feb 2024 16:05:14 -0500 Subject: [PATCH 10/16] icu: update bbappend for 74-1 version Also, new version now uses - instead of . for version separator. Bug-AGL: SPEC-4578 Change-Id: Ibbef7a7631e923ec6c7ec189b2cc2463fb1d0c05 Signed-off-by: Denys Dmytriyenko --- recipes-support/icu/icu_70.1.bbappend | 1 - recipes-support/icu/icu_74-1.bbappend | 1 + recipes-support/icu/{icu_70.1_agldemo.inc => icu_74-1_agldemo.inc} | 0 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 recipes-support/icu/icu_70.1.bbappend create mode 100644 recipes-support/icu/icu_74-1.bbappend rename recipes-support/icu/{icu_70.1_agldemo.inc => icu_74-1_agldemo.inc} (100%) diff --git a/recipes-support/icu/icu_70.1.bbappend b/recipes-support/icu/icu_70.1.bbappend deleted file mode 100644 index b30ade49e..000000000 --- a/recipes-support/icu/icu_70.1.bbappend +++ /dev/null @@ -1 +0,0 @@ -require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'icu_70.1_agldemo.inc', '', d)} \ No newline at end of file diff --git a/recipes-support/icu/icu_74-1.bbappend b/recipes-support/icu/icu_74-1.bbappend new file mode 100644 index 000000000..cf4061e92 --- /dev/null +++ b/recipes-support/icu/icu_74-1.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'icu_74-1_agldemo.inc', '', d)} diff --git a/recipes-support/icu/icu_70.1_agldemo.inc b/recipes-support/icu/icu_74-1_agldemo.inc similarity index 100% rename from recipes-support/icu/icu_70.1_agldemo.inc rename to recipes-support/icu/icu_74-1_agldemo.inc -- 2.16.6 From 1e9a7e910b32f16171bc3a60574a78d9458f9626 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 19 Mar 2024 20:51:03 -0400 Subject: [PATCH 11/16] libvncserver: remove recipe Remove backported libvncserver recipe since the same version is now available from meta-oe. Bug-AGL: SPEC-4578 Change-Id: I751d625adcff04e881c35ff52530d6c1782ec607 Signed-off-by: Scott Murray --- .../libvncserver/libvncserver_0.9.14.bb | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 recipes-graphics/libvncserver/libvncserver_0.9.14.bb diff --git a/recipes-graphics/libvncserver/libvncserver_0.9.14.bb b/recipes-graphics/libvncserver/libvncserver_0.9.14.bb deleted file mode 100644 index 32788171e..000000000 --- a/recipes-graphics/libvncserver/libvncserver_0.9.14.bb +++ /dev/null @@ -1,54 +0,0 @@ -DESCRIPTION = "library for easy implementation of a RDP/VNC server" -HOMEPAGE = "https://libvnc.github.io" -SECTION = "libs" -PRIORITY = "optional" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f" - -SRC_URI = "git://github.com/LibVNC/libvncserver;branch=master;protocol=https" -SRCREV := "10e9eb75f73e973725dc75c373de5d89807af028" - -S = "${WORKDIR}/git" - -inherit cmake - -# ffmpeg support is not currently compatible with ffmpeg 5.0 -PACKAGECONFIG ??= " \ - 24bpp \ - filetransfer \ - gcrypt \ - gnutls \ - jpeg \ - lzo \ - png \ - pthread \ - ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '',d)} \ - sdl \ - websockets \ - zlib \ -" - -PACKAGECONFIG[24bpp] = "-DWITH_24BPP=ON,-DWITH_24BPP=OFF," -PACKAGECONFIG[filetransfer] = "-DWITH_TIGHTVNC_FILETRANSFER=ON,-DWITH_TIGHTVNC_FILETRANSFER=OFF," -PACKAGECONFIG[ffmpeg] = "-DWITH_FFMPEG=ON,-DWITH_FFMPEG=OFF,ffmpeg,ffmpeg" -PACKAGECONFIG[gcrypt] = "-DWITH_GCRYPT=ON,-DWITH_GCRYPT=OFF,libgcrypt,libgcrypt" -PACKAGECONFIG[gnutls] = "-DWITH_GNUTLS=ON,-DWITH_GNUTLS=OFF,gnutls" -PACKAGECONFIG[jpeg] = "-DWITH_JPEG=ON,-DWITH_JPEG=OFF,jpeg" -PACKAGECONFIG[ipv6] = "-DWITH_IPv6=ON,-DWITH_IPv6=OFF," -PACKAGECONFIG[lzo] = "-DWITH_LZO=ON,-DWITH_LZO=OFF,lzo" -PACKAGECONFIG[openssl] = "-DWITH_OPENSSL=ON,-DWITH_OPENSSL=OFF,openssl" -PACKAGECONFIG[png] = "-DWITH_PNG=ON,-DWITH_PNG=OFF,libpng,libpng" -PACKAGECONFIG[pthread] = "-DWITH_THREADS=ON,-DWITH_THREADS=OFF," -PACKAGECONFIG[systemd] = "-DWITH_SYSTEMD=ON,-DWITH_SYSTEMD=OFF,systemd" -PACKAGECONFIG[sasl] = "-DWITH_SASL=ON,-DWITH_SASL=OFF,cyrus-sasl" -PACKAGECONFIG[sdl] = "-DWITH_SDL=ON,-DWITH_SDL=OFF,libsdl2" -PACKAGECONFIG[websockets] = "-DWITH_WEBSOCKETS=ON,-DWITH_WEBSOCKETS=OFF," -PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib" - -PACKAGE_BEFORE_PN = "libvncclient" -FILES:libvncclient = "${libdir}/libvncclient.*" - - - -EXTRA_OECMAKE = "-DMAKE_INSTALL_LIBDIR=${libdir}" -- 2.16.6 From 8083d5447471fdcf473a5617e6754ee087c12634 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 20 Mar 2024 12:12:23 -0400 Subject: [PATCH 12/16] ofono: remove bbappend Remove our ofono bbappend since the local patch no longer applies and the custom configuration has not been tested in several years. Bug-AGL: SPEC-4578 Change-Id: Iadff9ea539519342f94d14bbe5d63e21367638f5 Signed-off-by: Scott Murray --- ...llow-duplicate-entries-from-mbpi_lookup_a.patch | 29 --------------------- recipes-connectivity/ofono/files/ofono.conf | 30 ---------------------- recipes-connectivity/ofono/ofono_%.bbappend | 1 - recipes-connectivity/ofono/ofono_agldemo.inc | 11 -------- 4 files changed, 71 deletions(-) delete mode 100644 recipes-connectivity/ofono/files/0001-provision-allow-duplicate-entries-from-mbpi_lookup_a.patch delete mode 100644 recipes-connectivity/ofono/files/ofono.conf delete mode 100644 recipes-connectivity/ofono/ofono_%.bbappend delete mode 100644 recipes-connectivity/ofono/ofono_agldemo.inc diff --git a/recipes-connectivity/ofono/files/0001-provision-allow-duplicate-entries-from-mbpi_lookup_a.patch b/recipes-connectivity/ofono/files/0001-provision-allow-duplicate-entries-from-mbpi_lookup_a.patch deleted file mode 100644 index 02bf5a684..000000000 --- a/recipes-connectivity/ofono/files/0001-provision-allow-duplicate-entries-from-mbpi_lookup_a.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 7782f8f9d9634ebeddafefedab10ba254f9cc34a Mon Sep 17 00:00:00 2001 -From: Matt Ranostay -Date: Fri, 1 Mar 2019 17:53:17 +0900 -Subject: [PATCH] provision: allow duplicate entries from mbpi_lookup_apn() - results - -Upstream-Status: Pending - -Signed-off-by: Matt Ranostay ---- - plugins/provision.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/plugins/provision.c b/plugins/provision.c -index 99c299eb..aa0b05e4 100644 ---- a/plugins/provision.c -+++ b/plugins/provision.c -@@ -50,7 +50,7 @@ static int provision_get_settings(const char *mcc, const char *mnc, - - DBG("Provisioning for MCC %s, MNC %s, SPN '%s'", mcc, mnc, spn); - -- apns = mbpi_lookup_apn(mcc, mnc, FALSE, &error); -+ apns = mbpi_lookup_apn(mcc, mnc, TRUE, &error); - if (apns == NULL) { - if (error != NULL) { - ofono_error("%s", error->message); --- -2.20.1 - diff --git a/recipes-connectivity/ofono/files/ofono.conf b/recipes-connectivity/ofono/files/ofono.conf deleted file mode 100644 index e47214c76..000000000 --- a/recipes-connectivity/ofono/files/ofono.conf +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/recipes-connectivity/ofono/ofono_%.bbappend b/recipes-connectivity/ofono/ofono_%.bbappend deleted file mode 100644 index 0386aa9c9..000000000 --- a/recipes-connectivity/ofono/ofono_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'ofono_agldemo.inc', '', d)} diff --git a/recipes-connectivity/ofono/ofono_agldemo.inc b/recipes-connectivity/ofono/ofono_agldemo.inc deleted file mode 100644 index 261983539..000000000 --- a/recipes-connectivity/ofono/ofono_agldemo.inc +++ /dev/null @@ -1,11 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -SRC_URI:append = "\ - file://ofono.conf \ - file://0001-provision-allow-duplicate-entries-from-mbpi_lookup_a.patch \ - " - -do_install:append() { - install -m 0644 ${WORKDIR}/ofono.conf ${D}${sysconfdir}/dbus-1/system.d/ofono.conf -} - -SYSTEMD_AUTO_ENABLE = "enable" -- 2.16.6 From fd4cfbdcdb20c74a3da40a97ee6360cd18b58025 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 20 Mar 2024 12:14:04 -0400 Subject: [PATCH 13/16] python3-grpcio: rename bbappend Rename python3-grpcio bbappend for newer version in scarthgap. Bug-AGL: SPEC-4578 Change-Id: I4023d82282da0948ab0254bc73fda570a6f5bfa1 Signed-off-by: Scott Murray --- .../{python3-grpcio_1.45.0.bbappend => python3-grpcio_1.62.1.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-devtools/python/{python3-grpcio_1.45.0.bbappend => python3-grpcio_1.62.1.bbappend} (100%) diff --git a/recipes-devtools/python/python3-grpcio_1.45.0.bbappend b/recipes-devtools/python/python3-grpcio_1.62.1.bbappend similarity index 100% rename from recipes-devtools/python/python3-grpcio_1.45.0.bbappend rename to recipes-devtools/python/python3-grpcio_1.62.1.bbappend -- 2.16.6 From 741cc3f764037b6bc4a8660e1d0d575350f35c78 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 6 May 2024 14:14:07 -0400 Subject: [PATCH 14/16] cluster-receiver: update SRCREV Update SRCREV to pick up: 7dd7d94 Add gstreamer 1.22 compatibility Bug-AGL: SPEC-5121 Change-Id: Ib04fc92c919f43b873d8069dcd358ed28334c4e2 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29889 Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller ci-image-build: Jenkins Job builder account --- recipes-demo/cluster-receiver/cluster-receiver_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo/cluster-receiver/cluster-receiver_git.bb b/recipes-demo/cluster-receiver/cluster-receiver_git.bb index f28abcb6f..70e660c57 100644 --- a/recipes-demo/cluster-receiver/cluster-receiver_git.bb +++ b/recipes-demo/cluster-receiver/cluster-receiver_git.bb @@ -17,7 +17,7 @@ PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-receiver;protocol=https;branch=${AGL_BRANCH} \ file://cluster-receiver.service \ " -SRCREV = "8633f9754fc0b644e45862fc3ed6f95554ce58cf" +SRCREV = "7dd7d94968d1ac2edae62c4b1797407ea8640e3c" S = "${WORKDIR}/git" -- 2.16.6 From 65ab6234433e1f1dc149c828b11f9b0ce0ac35c1 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 6 May 2024 14:15:13 -0400 Subject: [PATCH 15/16] qt-cluster-receiver: update SRCREV Update SRCREV to pick up: b3ea52f Add gstreamer 1.22 compatibility 2dd9c29 Add gitlab issue/merge request templates Bug-AGL: SPEC-5121 Change-Id: I927144a75f924a7a280c4bc2a65675eb32a3a625 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29890 Tested-by: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- recipes-demo/cluster-receiver/qt-cluster-receiver_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo/cluster-receiver/qt-cluster-receiver_git.bb b/recipes-demo/cluster-receiver/qt-cluster-receiver_git.bb index d50e9dd12..e146a00d4 100644 --- a/recipes-demo/cluster-receiver/qt-cluster-receiver_git.bb +++ b/recipes-demo/cluster-receiver/qt-cluster-receiver_git.bb @@ -19,7 +19,7 @@ PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-qt-cluster-demo-receiver;protocol=https;branch=${AGL_BRANCH} \ file://qt-cluster-receiver.service \ " -SRCREV = "b5622ce91307589b03ad5d903214b47ff2277e48" +SRCREV = "b3ea52f3c9b4ff11447151f086f3c314cada148a" S = "${WORKDIR}/git" -- 2.16.6 From bcc5b2bce4992377120de56cf9886abc10d66f6c Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 8 May 2024 15:04:52 -0400 Subject: [PATCH 16/16] agl-demo: update meta-clang comment Update comment in feature template documenting why meta-clang is required. Bug-AGL: SPEC-5123. Change-Id: I4f4d589de07ee0d05f1720e1f1fca2445271d5c2 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29894 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- templates/feature/agl-demo/50_bblayers.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc index 384a3b3f8..dee536e9e 100644 --- a/templates/feature/agl-demo/50_bblayers.conf.inc +++ b/templates/feature/agl-demo/50_bblayers.conf.inc @@ -10,5 +10,5 @@ AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking" AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python" AGL_META_QT5 = "${METADIR}/external/meta-qt5" -# Needed to satisfy uutils-coreutils DEPENDS when using SELinux +# Needed to build CEF and WAM AGL_META_CLANG = "${METADIR}/external/meta-clang" -- 2.16.6