From 92ca8dbf7e06dd75fb099687d39e9fa472906bac Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 15 Sep 2024 20:35:49 -0700 Subject: [PATCH 1/7] modules: Switch meta-swupdate to upstream master All yoe related changes are now upstream Signed-off-by: Khem Raj --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 777c04260..de03267b0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -77,4 +77,4 @@ [submodule "sources/meta-swupdate"] path = sources/meta-swupdate url = https://github.com/yoedistro/meta-swupdate - branch = yoe/master + branch = master From 90cb18fac6d0ae394501c5ad256d3995bddaa186 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 15 Sep 2024 20:37:35 -0700 Subject: [PATCH 2/7] site: Bump image version Signed-off-by: Khem Raj --- conf/site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/site.conf b/conf/site.conf index 893c5b268..52d9355d5 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf #YOE_PROFILE = "yoe-musl-sysvinit-wayland" #require conf/world.conf -IMG_VERSION = "24.8.3" +IMG_VERSION = "24.8.4" From f2806d6dda03ce72329ee6eb671901a0f23130c3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 18 Sep 2024 16:33:42 -0700 Subject: [PATCH 3/7] modules: Switch to use QT 6.8 Signed-off-by: Khem Raj --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index de03267b0..f29ebfb99 100644 --- a/.gitmodules +++ b/.gitmodules @@ -65,7 +65,7 @@ [submodule "sources/meta-qt6"] path = sources/meta-qt6 url = https://github.com/YoeDistro/meta-qt6 - branch = yoe/6.7 + branch = yoe/6.8 [submodule "sources/meta-tegra"] path = sources/meta-tegra url = https://github.com/YoeDistro/meta-tegra From f9c91fd7da42e461c36e8b8c7505dc52a2a87f2c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 18 Sep 2024 17:31:26 -0700 Subject: [PATCH 4/7] Layer Updates: sources/meta-clang sources/meta-freescale sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-ti sources/poky * sources/meta-clang 814d209...c6a3ab1 (10): > python3-cffi: Ad clang to rdeps for ptests to pass > python3-drgn: Use gcc when compiling for riscv32 > nmap: Remove LLD build workaround for RISCV-64 > lldb: Enable on RISCV64 > libjxl: Use -Og instead of -O2 with clang-19 > recipes: Use gcc or clang/libstdc++ for some recipes > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do > clang: Upgrade to 19.1.0 release > spirv-llvm-translator: Bump to release_190 > pbzip2: Do not use libc++ for now * sources/meta-freescale 0a63c762...71bf3770 (5): > Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master > Merge pull request #1791 from nxp-upstream/uuu > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert > Merge pull request #1941 from tq-steina/master > Merge pull request #1942 from fabioestevam/cst-remove * sources/meta-odroid f2e9e70...cedfacb (1): > layer.conf: Mark compatible with styhead release * sources/meta-openembedded 9356340655...8c4bbc148b (50): > iwd: use internal ell > iwd: update 2.19 -> 2.20 > colord: add configuration to fix runtime > ntp: Fix status call reporting incorrect value > reptyr: Do not build for riscv32 > kernel-selftest: Fix build on 32bit arches with 64bit time_t > nginx: Upgrade mainline 1.25.3 -> 1.27.1 > nginx: Upgrade stable 1.26.0 -> 1.26.2 > libjxl: Disable sizeless-vectors on riscv32 > highway: Fix cmake to detect riscv32 > python3-msgpack: upgrade 1.0.8 -> 1.1.0 > liburing: Upgrade to 2.7 and fix build on riscv32 > netdata: Add checks for 64-bit atomic builtins > mozjs-115: Fix build on riscv32 > opentelemetry-cpp: Link with libatomic on rv32 > ot-br-posix: Link with libatomic on rv32 > transmission: Link with libatomic on riscv32 > usbguard: Link with libatomic on rv32 > dlm: Disable fcf-protection on riscv32 > mosh: Use libatomic on rv32 for atomics > dav1d: Disable asm code on rv32 > highway: Disable RVV on RISCV-32 > protobuf-c: Link with libatomic on riscv32 > tbb: upgrade 2021.11.0 -> 2021.13.0 > catch2: upgrade 3.6.0 -> 3.7.0 > v4l-utils: upgrade 1.26.1 -> 1.28.1 > open-vm-tools: upgrade 12.3.5 -> 12.4.5 > frr: upgrade 10.1 -> 10.1.1 > rygel: update 0.42.5 -> 0.44.0 > non-repro-meta-filesystems: update known reproducible packages > python3-pytest-mock: Upgrade to 3.14.0 > python3-fastjsonschema: Add missing rdeps for ptests > python3-pylint: Add missing ptest rdep on python3-misc > python-ujson: Use python_setuptools_build_meta > python3-pillow: Add missing rdep on py3-compile for ptests > python3-wrapt: Add missing rdep on misc modules for ptests > gnome-disk-utility: update 46.0 -> 46.1 > debootstrap: upgrade 1.0.132 -> 1.0.137 > jsoncpp: upgrade 1.9.5 -> 1.9.6 > libssh: upgrade 0.10.6 -> 0.11.1 > netplan: upgrade 1.0.1 -> 1.1 > openjpeg: upgrade 2.5.0 -> 2.5.2 > fltk: upgrade 1.3.8 -> 1.3.9 > libjxl: Do not use -mrelax-all on RISCV with clang > non-repro-meta-networking: exclude packages that failed previously > README.md: Hint at "git request-pull" > non-repro-meta-python: exclude packages that failed previously > netdata: version bump 1.47.0 -> 1.47.1 > wireplumber: update 0.5.5. -> 0.5.6 > yavta: Upgrade SRCREV to include 64bit time_t print format errors * sources/meta-qcom dc97e19...4cd1633 (4): > Merge pull request #637 from quic-vkraleti/uki-changes > Merge pull request #653 from lumag/CI-initramfs > Merge pull request #652 from lumag/CI-initramfs > Merge pull request #649 from lumag/vendor-pefile * sources/meta-qt6 f3c6e15...e823146 (169): > qtwebengine: Fix build on 32bit arm while using clang > qttools: Fix build with clang-19 > qtquick3d: Fix output operator > qtwebengine: Fix build with Clang-19+ > qtbase: Fix build with clang19 > gn-native: Fix build with GCC 12 > gcc-source: Only apply patch on GCC 13 > qtwebengine: Add missing patch headers < Merge pull request #62 from YoeDistro/kraj/6.7 > qtwebengine: Set DEBUG_LEVELFLAG to -g1 > Update submodule refs on '6.8' in yocto/meta-qt6 > Revert "qtwebengine: Add patch for cross-compilation error" > qtapplicationmanager: remove patch > Update submodule refs on '6.8' in yocto/meta-qt6 < Merge pull request #61 from YoeDistro/kraj/6.7 > qtwebengine: Add patch for cross-compilation error < Merge pull request #60 from YoeDistro/kraj/6.7 > Do not build webnn with xnnpack (122-based) on yocto > Fix cross compiler crash when compiling qtwebengine > qtwebengine: update chromium branch > python3-qface: backport recipe from meta-oe master > qtapplicationmanager: update recipe > qt3d: update license > qmlcompilerplus: Update licenses > qtdeviceutilities: update licenses > qtwayland: update license > qtshadertools: update license > qtshadertools: update licenses > Update submodule refs on '6.8' in yocto/meta-qt6 < Merge pull request #59 from YoeDistro/kraj/6.7 < Merge pull request #58 from YoeDistro/kraj/6.7 < Merge pull request #57 from MarkusVolk/yoe/6.7 < Merge pull request #56 from YoeDistro/kraj/6.7 > qtpdf: add cups dependency < Merge pull request #55 from YoeDistro/kraj/6.7 < Merge pull request #54 from YoeDistro/kraj/6.7 < Merge pull request #53 from YoeDistro/kraj/6.7 > qtlocation: update licenses < Merge pull request #52 from YoeDistro/kraj/6.7 < Merge pull request #51 from YoeDistro/kraj/6.7 > qt6-git.inc: Switch to 6.8 branch > Update submodule refs on '6.8' in yocto/meta-qt6 > Update submodule refs on 'dev' in yocto/meta-qt6 > Update submodule refs on 'dev' in yocto/meta-qt6 > layer: add compatibility to styhead > qt3d,qtquick3d: define IOAPI_NO_64 > qt6: do not mix bitbake's and shell variables > Update submodule refs on 'dev' in yocto/meta-qt6 > ptests: Install external resource files > Update submodule refs on 'dev' in yocto/meta-qt6 > Revert "qtquick3d: add workaround for test build failure" > Update submodule refs on 'dev' in yocto/meta-qt6 < Merge pull request #50 from YoeDistro/kraj/6.7 > coin: use more memory for the ptest testimage > ptests: Update test environment for non and root user > qtwebengine: add PACKAGECONFIG for x11 dependencies > Update submodule refs on 'dev' in yocto/meta-qt6 > qtbase: disable dnslookup for mingw builds > Update submodule refs on 'dev' in yocto/meta-qt6 > nativesdk-packagegroup-qt6-toolchain-host-addons: Add wayland dependent packages conditionally < Merge pull request #49 from YoeDistro/kraj/6.7 > Add vendor to CVE_PRODUCT < Merge pull request #48 from YoeDistro/kraj/6.7 > Update submodule refs on 'dev' in yocto/meta-qt6 < Merge pull request #47 from YoeDistro/kraj/6.7 > Update submodule refs on 'dev' in yocto/meta-qt6 > ptest: include only needed files < Merge pull request #46 from YoeDistro/kraj/6.7 < Merge pull request #45 from YoeDistro/kraj/6.7 < Merge pull request #44 from YoeDistro/kraj/6.7 > Update submodule refs on 'dev' in yocto/meta-qt6 > Update submodule refs on 'dev' in yocto/meta-qt6 > qtwayland: fix patch fuzz > Update submodule refs on 'dev' in yocto/meta-qt6 > qtwayland: make wayland DISTRO_FEATURES a requirement > readme: update Yocto support table > qtmultimedia: update revision > qtpositioning: add geoclue to packageconfig > coin: switch one build to scarthgap > coin: don't use nanbield for mingw builds > qtbase: disable stack protector for mingw > qtwayland: fix patch fuzz > Update submodule refs on 'dev' in yocto/meta-qt6 < Merge pull request #43 from YoeDistro/kraj/6.7 < Merge pull request #42 from YoeDistro/kraj/6.7 < Merge pull request #41 from YoeDistro/kraj/6.7 < Merge pull request #40 from YoeDistro/kraj/6.7 > qtdatavis3d: add feature_check for opengl > ptest: disable examples build < Merge pull request #39 from YoeDistro/kraj/6.7 > qtbase: fix patch fuzz > Update submodule refs on 'dev' in yocto/meta-qt6 < qtwebengine: Fix build with clang18 < Bump version to 6.7.1 < squish: don't move executables < Update submodule refs on '6.7' in yocto/meta-qt6 < qtbase: fix patch fuzz < qtbase: don't generate qmake wrapper > qtbase: don't generate qmake wrapper < qtbase: add PACKAGECONFIG for wayland support < squish: fix QA issue < squish: add profile script > qtbase: add PACKAGECONFIG for wayland support < Update submodule refs on '6.7' in yocto/meta-qt6 < squish: make wayland optional > Update submodule refs on 'dev' in yocto/meta-qt6 < Update submodule refs on '6.7' in yocto/meta-qt6 < Add support for building Squish > Update submodule refs on 'dev' in yocto/meta-qt6 < Update submodule refs on '6.7' in yocto/meta-qt6 < Update submodule refs on '6.7' in yocto/meta-qt6 > qtquick3d: add workaround for test build failure > Update submodule refs on 'dev' in yocto/meta-qt6 < layer.conf: update LAYERSERIES_COMPAT for scarthgap < packagegroup: add Qt modules only on supported archs < qtbase: prefer system png > layer.conf: update LAYERSERIES_COMPAT for scarthgap > qtbase: prefer system png > packagegroup: add Qt modules only on supported archs < Update submodule refs on '6.7' in yocto/meta-qt6 < Update submodule refs on '6.7' in yocto/meta-qt6 < libwebp: add workaround for native build < qtwebengine: Remove setting --target option with yocto < qtwebengine: Add missing dependency on native libevent.pc < qtwebengine: Pass OE specific pkg-config-native for host pkg-config < qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE > qtwebengine: Remove setting --target option with yocto > libwebp: add workaround for native build > qtwebengine: Add missing dependency on native libevent.pc > qtwebengine: Pass OE specific pkg-config-native for host pkg-config < Update submodule refs on '6.7' in yocto/meta-qt6 < Update submodule refs on '6.7' in yocto/meta-qt6 < packagegroup: fix warning caused by inherit_defer > packagegroup: fix warning caused by inherit_defer < coin: update build targets > coin: update build targets < ptest: skip non-existing tests > ptest: skip non-existing tests > Update submodule refs on 'dev' in yocto/meta-qt6 < Add recipe for QtDoc > Add recipe for QtDoc < qtmultimedia: update revision < Update submodule refs on '6.7' in yocto/meta-qt6 > Update submodule refs on 'dev' in yocto/meta-qt6 > Update submodule refs on 'dev' in yocto/meta-qt6 < webengine: update patch < Update submodule refs on '6.7' in yocto/meta-qt6 > webengine: update patch > Update submodule refs on 'dev' in yocto/meta-qt6 < ptest: better handling for test list < Add srcrev for QtDoc > ptest: better handling for test list > Add srcrev for QtDoc < pytest-qt: upgrade to latest version > pytest-qt: upgrade to latest version > Bump version to 6.8.0 > Update submodule refs on 'dev' in yocto/meta-qt6 < qt6-git.inc: Switch to 6.7 branch > Update submodule refs on 'dev' in yocto/meta-qt6 > qtwebengine: update to 118-based < qtwebengine: update to 118-based < Update submodule refs on '6.7' in yocto/meta-qt6 < srcrev_update: support for all recipes < qttools: use clang if it is available < qtinterfaceframework: fix packaging error > srcrev_update: support for all recipes > qttools: use clang if it is available > qtinterfaceframework: fix packaging error * sources/meta-riscv df7d55c...e875ec6 (2): > musl: Drop rv32 patches > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI * sources/meta-swupdate faedf19...3aed0f6 (4): > layer.conf: Switch to be 'styhead' layer series compatible > Allow unique IV per image to encrypt > swupdate,classes: Transition from WORKDIR to UNPACKDIR < swupdate,classes: Transition from WORKDIR to UNPACKDIR * sources/meta-tegra a378e7ed...98e065a4 (5): > tegra-flash-init: quote configuration state when testing > tegra-flash-init: update variable name > setup-nv-boot-control: fix compat spec for P3701 SKUs > tegra-eeprom-tool: update v2.0.1 -> v2.0.2 > tegra-uefi-capsules: remove ESP image dependency for BUP * sources/meta-ti 73f2c9fb...82e8543c (2): > conf: machine: Remove multiconfig compulsion for k3 platforms > u-boot-ti.inc: Refactor overrides to match changes in oe-core * sources/poky 7004840f3dc...8f01ae5c7cb (15): > build-appliance-image: Update to master head revision > poky.conf: Bump version for 5.1 styhead release > build-appliance-image: Update to master head revision > scripts/install-buildtools: Update to 5.0.3 > bitbake: toaster: Update fixtures for styhead > bitbake: fetch2/gomod: Support URIs with only a hostname > wpa-supplicant: add patch to check for kernel header version when compiling macsec > bluez5: remove redundant patch for MAX_INPUT > image_qa: fix error handling > bitbake.conf: mark TCLIBCAPPEND as deprecated > linux-firmware: add new package for cc33xx firmware > libpcre2: Update base uri PhilipHazel -> PCRE2Project > libsdl2: Fix non-deterministic configure option for libsamplerate > poky-tiny: Drop TCLIBCAPPEND > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules" Signed-off-by: Khem Raj --- sources/meta-clang | 2 +- sources/meta-freescale | 2 +- sources/meta-odroid | 2 +- sources/meta-openembedded | 2 +- sources/meta-qcom | 2 +- sources/meta-qt6 | 2 +- sources/meta-riscv | 2 +- sources/meta-swupdate | 2 +- sources/meta-tegra | 2 +- sources/meta-ti | 2 +- sources/poky | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sources/meta-clang b/sources/meta-clang index 814d20901..c6a3ab111 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 814d20901a71fd4d98a5a67789d69ef7e9a2169c +Subproject commit c6a3ab111cee74509f4c3200c4340ba795ea6242 diff --git a/sources/meta-freescale b/sources/meta-freescale index 0a63c762a..71bf37702 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 0a63c762a843ee05711842fe13e05a8a2d185d0c +Subproject commit 71bf377029d99dc64a54f6cff8941fcdfb8fb58d diff --git a/sources/meta-odroid b/sources/meta-odroid index f2e9e700a..cedfacb41 160000 --- a/sources/meta-odroid +++ b/sources/meta-odroid @@ -1 +1 @@ -Subproject commit f2e9e700ad09480f54605a8101cf7c76046d4b38 +Subproject commit cedfacb41a96da97b562e2eade3af6448bb23229 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 935634065..8c4bbc148 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 9356340655b3a4f87f98be88f2d167bb2514a54c +Subproject commit 8c4bbc148be8e181ebc5ee574c1c64a152ed5d30 diff --git a/sources/meta-qcom b/sources/meta-qcom index dc97e1938..4cd163341 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit dc97e1938c1a447bd8aecb3f0a5f1031ae62708a +Subproject commit 4cd16334138e2e33782db80c5864e5249ee3ff81 diff --git a/sources/meta-qt6 b/sources/meta-qt6 index f3c6e150a..e82314636 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit f3c6e150afbdbbcfc76928f5f0b39f35d09baf0a +Subproject commit e82314636b15d0d6a4dc83fcf6e9e60af22aeef8 diff --git a/sources/meta-riscv b/sources/meta-riscv index df7d55c32..e875ec652 160000 --- a/sources/meta-riscv +++ b/sources/meta-riscv @@ -1 +1 @@ -Subproject commit df7d55c32f757565efc91a8223e3ea570c6f5238 +Subproject commit e875ec652fecdfd3ae485d1226d29fbbcac33362 diff --git a/sources/meta-swupdate b/sources/meta-swupdate index faedf196b..3aed0f6ec 160000 --- a/sources/meta-swupdate +++ b/sources/meta-swupdate @@ -1 +1 @@ -Subproject commit faedf196bf7a7ea4c1e2e18a7c29b3b868f3ca3e +Subproject commit 3aed0f6ec3a87d04309fb1534962bbb3d7e3edd4 diff --git a/sources/meta-tegra b/sources/meta-tegra index a378e7edd..98e065a4d 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit a378e7eddb2d093c582a6ced6cc8d4a982661428 +Subproject commit 98e065a4d969755b99d3f8261e181ed481bf4b00 diff --git a/sources/meta-ti b/sources/meta-ti index 73f2c9fb4..82e8543cd 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit 73f2c9fb440cf7ddce046b5248c339d42fd6b37f +Subproject commit 82e8543cdcec09f1fe95fd2c937121ed3c513c22 diff --git a/sources/poky b/sources/poky index 7004840f3..8f01ae5c7 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 7004840f3dc12e76822cee7b48902c08a553a118 +Subproject commit 8f01ae5c7cba251ed25c80f0141a950ebc8a5f73 From ea72ad283a283cebca13d2c182a751a634f947f7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 18 Sep 2024 17:39:41 -0700 Subject: [PATCH 5/7] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7499bba0..88a5c019e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ and this project adheres to - Fix python3-cude build breaks - Fix python3 ptest runs on some recipes - Use KMS instead of FKMS on pi4/pi5 non-eglfs distros +- Upgrade Clang to 19.1.0 major release +- Fix several recipes to build for RISCV32 architecture +- Switch QT6 to 6.8 release ### Added From 6abfd1af65ae78538ae08141ae1e4140511346f8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 19 Sep 2024 13:43:52 -0700 Subject: [PATCH 6/7] Layer Updates: sources/meta-arm sources/meta-clang sources/meta-qcom * sources/meta-arm 60361945...45a2b442 (6): > arm-toolchain: remove libmount-mountfd-support when using binary toolchain > arm-bsp/trusted-firmware-m: corstone1000: Fix MPU configuration > arm-bsp/documentation: corstone1000: Improve user guide > arm-bsp/documentation: corstone1000: remove TEE driver load > arm-bsp/linux-yocto: corstone1000: bump to v6.10 > arm/libts: Patch to fix 6.10 kernel builds breaks * sources/meta-clang c6a3ab1...f3cf775 (1): > qtwebengine: Use clang for native toolchain as well * sources/meta-qcom 4cd1633...1f53a82 (1): > Merge pull request #660 from lumag/fw-pixel-upd Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-clang | 2 +- sources/meta-qcom | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index 60361945c..45a2b4428 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 60361945cf7943175274bc4f4cdf842c922dffce +Subproject commit 45a2b44284444aaf89e03c40258f876785425582 diff --git a/sources/meta-clang b/sources/meta-clang index c6a3ab111..f3cf77541 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit c6a3ab111cee74509f4c3200c4340ba795ea6242 +Subproject commit f3cf775413863c61121911ca83e72bee9e27ec29 diff --git a/sources/meta-qcom b/sources/meta-qcom index 4cd163341..1f53a82f4 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit 4cd16334138e2e33782db80c5864e5249ee3ff81 +Subproject commit 1f53a82f45fb2f8e93619eb5299d35e3e073f3db From b0ed820f71748119fa57585f0713ef529d1e113e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 19 Sep 2024 15:50:42 -0700 Subject: [PATCH 7/7] Layer Updates: sources/meta-variscite-bsp * sources/meta-variscite-bsp bf51e4b...65109b3 (1): > Merge pull request #33 from YoeDistro/kraj/mickledore-var02 Signed-off-by: Khem Raj --- sources/meta-variscite-bsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-variscite-bsp b/sources/meta-variscite-bsp index bf51e4b55..65109b321 160000 --- a/sources/meta-variscite-bsp +++ b/sources/meta-variscite-bsp @@ -1 +1 @@ -Subproject commit bf51e4b55a6a0dbbf5022dd5b788850556ae7e84 +Subproject commit 65109b321ff437d295b79b103bde7ca08c908ad3