From a6928a8c2d8d0a666688fc71717c25792b8a23a8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 15 Mar 2021 20:22:27 -0700 Subject: [PATCH 01/32] Layer Updates: sources/bitbake sources/meta-openembedded sources/openembedded-core * sources/bitbake 2787c3da...493f2916 (9): > doc: move BBFILES_DYNAMIC for alphabetical order > codeparser: Fix TypeError in bitbake debug mode > bblayers/query: Update to handle REQUIRED_VERSION > bitbake: cooker: Add REQUIRED_VERSION checks > bitbake: lib: add Required Version to Bitbake --show-versions command > bitbake: providers: check for REQUIRED_VERSION in _filterProviders > bitbake: providers: introduce logic for REQUIRED_VERSION variable > bitbake: providers: consistent single line formatting between functions > bitbake: providers: remove unneeded logging call * sources/meta-openembedded 724b134c84...390c4d638e (31): > python3-grpcio,python3-grpcio-tools: Enable build on ppc64/glibc > python3-sentry-sdk: update to 1.0.0 > python3-robotframework: update to 4.0 > python3-prompt-toolkit: Upgrade 3.0.16 -> 3.0.17 > python3-croniter: Upgrade 1.0.6 -> 1.0.8 > python3-pyscaffold: Upgrade 3.3.1 -> 4.0 > python3-pako: Upgrade 0.3.0 -> 0.3.1 > python3-waitress: Upgrade 1.4.4 -> 2.0.0 > zstd: remove the recipe since it moved to oe-core > breakpad: Exclude for ppc64 > kexec-tools-klibc: Use SITEINFO_BITS to construct includepath > ssiapi: Disable for ppc64 > breakpad: Upgrade to latest > xterm: upgrade 362 -> 366 > mongodb: Fix build on ppc64le > mariadb: Fix build on musl/ppc > abseil-cpp: Fix build on musl and ppc64 > mongodb: Fix cross build on ppc64le > gperftools: Update SRCREV to point to 2.9.1 release > oprofile: Fix build on musl > ltrace: Fix build on ppc64le/musl > ply: Disable on ppc64 > ply: upgrade to latest > xrdp: Upgrade to 0.9.15 > libnma: Disbale vapi > nodejs: Set correct nodejs arch for ppc64le > abseil-cpp: reorder content of packages > czmq: Conflict resolution for sha1.h > cryptsetup: depend on new util-linux-uuid to break cycle > libhugetlbfs: Fix ARCH setting for ppc64 LE > ufs-utils: Upgrade to 1.9 * sources/openembedded-core 06ac55a06f...fa1e1fbc08 (13): > build-appliance-image: Update to master head revision > layer.conf: Add gatesgarth back for now to allow for transition > build-appliance-image: Update to master head revision > layer.conf: Update for hardknott release series > procps: update 3.3.16 -> 3.3.17 > image.bbclass: deltask do_packagedata > scripts/contrib/list-packageconfig-flags: Upate for tinfoil API changes > multilib_global: handle REQUIRED_VERSION > zstd: upgrade 1.4.8 -> 1.4.9 > distrodata.py: Test to track recipes without HOMEPAGE or DESCRIPTION > libunwind: Link with libucontext on musl > go-dep: Remove > go: Update to 1.16.2 Signed-off-by: Khem Raj --- sources/bitbake | 2 +- sources/meta-openembedded | 2 +- sources/openembedded-core | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/bitbake b/sources/bitbake index 2787c3dad..493f29160 160000 --- a/sources/bitbake +++ b/sources/bitbake @@ -1 +1 @@ -Subproject commit 2787c3dadbc94925aa1cba6c2e765ffa9f7a7c4a +Subproject commit 493f291601c7680f8b8146f358c545fcb5f53cc9 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 724b134c8..390c4d638 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 724b134c848610961735a4d82db96a6244480838 +Subproject commit 390c4d638e9fb6df858813a0e681e573f921ae83 diff --git a/sources/openembedded-core b/sources/openembedded-core index 06ac55a06..fa1e1fbc0 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit 06ac55a06f2300fa5442ec73a28c3f52022cc640 +Subproject commit fa1e1fbc082e82e41ccfeae58af97fe048c9aac7 From 98d28a4b46dacf2fcbbafb1aa588ce0ca049673e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 15 Mar 2021 20:26:30 -0700 Subject: [PATCH 02/32] CHANGELOG.md: Document current changes Signed-off-by: Khem Raj --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de99fffa5..2bb9a24f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add Tinkerboad support - Add Azure Storage fetcher implementation - Add qemuppc64 machine +- Add REQUIRED_VERSION to bitbake +- Update go to 1.16.2 and remove go-dep +- Let linunwind on musl use libucontext - Move qemuriscv32 machine as core machine - Fix SRCREV for linux-altera-lts-5.4 - Compile musl on riscv64 when using meta-clang @@ -37,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add QB_GRAPHICS option to runqemu tool - Add options to turn --enable-poison-system-directories fatal in GCC - Reduce linker memory usage while building webkitgtk when using BFD linker +- Fix several recipes for ppc64le - Version upgrades for several recipes ## [2021.02] - 2021-01-26 From 4b7ea2d8b62d23249644715635da0127b6573f4a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 15 Mar 2021 23:30:52 -0700 Subject: [PATCH 03/32] Layer Updates: sources/meta-arm sources/meta-clang sources/meta-intel * sources/meta-arm a949ebf...debff92 (3): > arm-autonomy/linux-arm-autonomy: Drop mainlined kernel patch for xenbus probe > CI: add qemuarm and qemuarmv5 > arm-bsp/linux: Add support for linux-yocto-rt for N1SDP * sources/meta-clang b8ef5c8...e8a0bad (1): > github/workflows: Set DISPLAY variable in environment * sources/meta-intel 850940e3...6fea44c6 (1): > layer.conf: add hardknott to LAYERSERIES_COMPAT Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-clang | 2 +- sources/meta-intel | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index a949ebfd0..debff9241 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit a949ebfd06dcae26ca3c625195e1a3ed703b2c6e +Subproject commit debff924154372b913dfe19cdbd28a0ff52c20ca diff --git a/sources/meta-clang b/sources/meta-clang index b8ef5c875..e8a0bada6 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit b8ef5c875c789e1e704d22aca80ba05e9583b9bf +Subproject commit e8a0bada69637ff7a767d387b803a42123aead0b diff --git a/sources/meta-intel b/sources/meta-intel index 850940e3e..6fea44c69 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit 850940e3e5ebc75328fa75e718235342cb6c2172 +Subproject commit 6fea44c695730129df8bd744b0e22ccd62a725c2 From 12b6c3ba8d5b9316f0527dacd95c5e2506a5ef76 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 16 Mar 2021 22:34:16 -0700 Subject: [PATCH 04/32] Layer Updates: sources/meta-arm sources/meta-freescale sources/meta-openembedded sources/meta-riscv sources/openembedded-core * sources/meta-arm debff92...403de11 (3): > arm/machine: create generic-arm64 machine > arm/machine: Create QEMU SBSA machine > arm: tf-a and edk2 cleanups * sources/meta-freescale cc4b91bf...be6a39f2 (8): > optee-imx: Upgrade to 3.10.0 > linux-fslc-imx: update to v5.4.105 > linux-fslc-imx: update to v5.4.104 > linux-fslc-imx: update to v5.4.103 > linux-fslc: update to v5.10.23 > linux-fslc: enable kprobes in config files > linux-fslc: update to v5.10.22 > linux-fslc: update to v5.10.21 * sources/meta-openembedded 390c4d638e...36bb7d02a0 (19): > xfce4-taskmanager: 1.4.2 -> 1.5.2 > xfce4-systemload-plugin: 1.2.4 -> 1.3.0 > xfce4-weather-plugin: 0.10.2 -> 0.11.0 > xfce4-genmon-plugin: 4.1.0 -> 4.1.1 > xfce4-netload-plugin: 1.3.2 -> 1.4.0 > exo: 4.16.0 -> 4.16.1 > xfce4-cpufreq-plugin: 1.2.2 -> 1.2.5 > libcrypt-openssl-guess-perl: upgrade 0.11 -> 0.12 > satyr: upgrade 0.36 -> 0.37 > openocd: upgrade 0.10 -> 0.11 > gd: upgrade 2.3.1 -> 2.3.2 > fio: upgrade 3.25 -> 3.26 > dialog: upgrade 1.3-20210117 -> 1.3-20210306 > fetchmail: upgrade 6.4.16 -> 6.4.17 > dovecot: upgrade 2.3.13 -> 2.3.14 > dbus-broker: upgrade 26 -> 27 > breakpad: Do not fallback to android implementation for getcontext/setcontext on musl > libxmlb: upgrade to 0.3.0 > neon: Add ptest * sources/meta-riscv 9e88baa...1e2e6c7 (2): > openocd: Enable jtag_vpi config option > openocd: Bump to a more recent build * sources/openembedded-core fa1e1fbc08...ecb038f14c (7): > sudo: upgrade 1.9.5p2 -> 1.9.6 > sqlite3: upgrade 3.34.1 -> 3.35.0 > lttng-modules: upgrade 2.12.4 -> 2.12.5 > lttng-tools: upgrade 2.12.2 -> 2.12.3 > libedit: upgrade 20191231-3.1 -> 20210216-3.1 > meson: Work around determinism issue > meta-selftest: Add HOMEPAGE / DESCRIPTION Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-freescale | 2 +- sources/meta-openembedded | 2 +- sources/meta-riscv | 2 +- sources/openembedded-core | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index debff9241..403de1121 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit debff924154372b913dfe19cdbd28a0ff52c20ca +Subproject commit 403de1121e22c667c90a356c609e9bbcd2849526 diff --git a/sources/meta-freescale b/sources/meta-freescale index cc4b91bf3..be6a39f2f 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit cc4b91bf3a3cf5c2034372c607783048aae44b65 +Subproject commit be6a39f2faf605330a0ae9a33430e1112ac4d3f5 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 390c4d638..36bb7d02a 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 390c4d638e9fb6df858813a0e681e573f921ae83 +Subproject commit 36bb7d02a0f189768b380747a2349406ceffacbf diff --git a/sources/meta-riscv b/sources/meta-riscv index 9e88baad2..1e2e6c7c4 160000 --- a/sources/meta-riscv +++ b/sources/meta-riscv @@ -1 +1 @@ -Subproject commit 9e88baad29ac520d7004ba5ccab4b967160b0468 +Subproject commit 1e2e6c7c488de6139e1f86fbf55d35c43ecb3621 diff --git a/sources/openembedded-core b/sources/openembedded-core index fa1e1fbc0..ecb038f14 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit fa1e1fbc082e82e41ccfeae58af97fe048c9aac7 +Subproject commit ecb038f14c0b91280ba1532ad94a6ebc64c70644 From 55fa5fa4dcf2589893e457d6993c70567cc049d7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 16 Mar 2021 22:40:07 -0700 Subject: [PATCH 05/32] CHANGELOG.md: Document current changes Signed-off-by: Khem Raj --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb9a24f3..635edbd69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add recipe for spirv-llvm-translator - Add opencv_4.4.0.imx recipe - Bump linux-boundary to 5.4 2.3.0 -- Bump linux-fslc to v5.10.20 and linux-fslc-imx to v5.4.102 +- Bump linux-fslc to v5.10.22 and linux-fslc-imx to v5.4.105 - Upgrade linux-yocto to v5.10.21 and v5.4.103 - Update linux-ti-mainline to v5.11 - Fix qtwebkit build with riscv64 @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add QB_GRAPHICS option to runqemu tool - Add options to turn --enable-poison-system-directories fatal in GCC - Reduce linker memory usage while building webkitgtk when using BFD linker +- Assorted XFCE package upgrades - Fix several recipes for ppc64le - Version upgrades for several recipes From 6d33ebe45846388397b5763f01ae78d3fc082287 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Mar 2021 18:46:29 -0700 Subject: [PATCH 06/32] Layer Updates: sources/meta-arm sources/meta-freescale sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-riscv sources/meta-ti * sources/meta-arm 403de11...4f1f77d (1): > layers: add hardknott to compatible release branches * sources/meta-freescale be6a39f2...e999a65d (9): > imx-boot: drop compatibility with mainline bsp > conf: machine: imx8m: make optee feature nxp dependent > conf: machine: mx8m[m,n,p]: use boot container class > u-boot-fslc: add support to build boot container for mx8m > classes: imx-boot-container: add class to provide boot container > imx-base.inc: add boot container condition and wks dependency > optee-imx: add compatibility with imx-boot-container > firmware-imx: add compatibility with imx-boot-container > imx-atf: add compatibility with imx-boot-container * sources/meta-openembedded 36bb7d02a0...a07f3d4591 (16): > python3-pastedeploy: Add recipe > python3-socketio: Upgrade 5.0.4 -> 5.1.0 > python3-twine: Upgrade 3.3.0 -> 3.4.0 > python3-defusedxml: Upgrade 0.6.0 -> 0.7.1 > python3-configparser: Upgrade 5.0.1 -> 5.0.2 > python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 > python3-autobahn: Upgrade 21.2.2 -> 21.3.1 > python3-pyflakes: Upgrade 2.2.0 -> 2.3.0 > python3-alembic: Upgrade 1.5.5 -> 1.5.7 > python3-bitarray: Upgrade 1.7.0 -> 1.7.1 > python3-pycodestyle: Upgrade 2.6.0 -> 2.7.0 > python3-luma-core: Upgrade 2.2.0 -> 2.3.1 > python3-configargparse: Upgrade 1.3 -> 1.4 > python3-jsonpointer: Upgrade 2.0 -> 2.1 > python3-jsonpatch: Upgrade 1.31 -> 1.32 > python3-pymisp: Upgrade 2.4.138 -> 2.4.140 * sources/meta-qcom 3f79856...884a156 (1): > Merge pull request #285 from alimon/initramfs-test-image * sources/meta-qt5 324843c...a00af3e (1): > layer.conf: update LAYERSERIES_COMPAT for hardknott * sources/meta-riscv 1e2e6c7...53fe85a (2): > perf: Delete bbappend > libunwind: Remove bbappend * sources/meta-ti b2aadcc2...f602c80e (6): > ti-img-rogue-umlibs: Update artifacts to 1.13.5776728 > ti-img-rogue-driver: Update driver to 1.13.5776728 > ti-rtos: update to uisng fw from mcu-plus-sdk for AM64x > ti-rtos: Update metadata and versions for RTOS firmware > recipes-bsp: wl18xx-fw: update SRCREV to latest > ti33x: allow different virtual/bootloader Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-freescale | 2 +- sources/meta-openembedded | 2 +- sources/meta-qcom | 2 +- sources/meta-qt5 | 2 +- sources/meta-riscv | 2 +- sources/meta-ti | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index 403de1121..4f1f77d66 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 403de1121e22c667c90a356c609e9bbcd2849526 +Subproject commit 4f1f77d660d935afdd9d208546b63125ba204de4 diff --git a/sources/meta-freescale b/sources/meta-freescale index be6a39f2f..e999a65d5 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit be6a39f2faf605330a0ae9a33430e1112ac4d3f5 +Subproject commit e999a65d5554a2178e76e1cd33a209d98cd1df66 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 36bb7d02a..a07f3d459 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 36bb7d02a0f189768b380747a2349406ceffacbf +Subproject commit a07f3d4591aeba3408e5c606f1239a85bc9597e0 diff --git a/sources/meta-qcom b/sources/meta-qcom index 3f798565c..884a1564b 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit 3f798565c82b862df41f908d7ad1cfe45224d514 +Subproject commit 884a1564b44f52bcb9b5b0b67f8c07509d68a693 diff --git a/sources/meta-qt5 b/sources/meta-qt5 index 324843cb1..a00af3eae 160000 --- a/sources/meta-qt5 +++ b/sources/meta-qt5 @@ -1 +1 @@ -Subproject commit 324843cb1a2feb5f5c7b0064ca33edaa605cb749 +Subproject commit a00af3eae082b772469d9dd21b2371dd4d237684 diff --git a/sources/meta-riscv b/sources/meta-riscv index 1e2e6c7c4..53fe85aa6 160000 --- a/sources/meta-riscv +++ b/sources/meta-riscv @@ -1 +1 @@ -Subproject commit 1e2e6c7c488de6139e1f86fbf55d35c43ecb3621 +Subproject commit 53fe85aa6a623e4a4641dc4d83e852baf83547ac diff --git a/sources/meta-ti b/sources/meta-ti index b2aadcc26..f602c80eb 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit b2aadcc2618e2b6946e0fbc045464e0429b232ea +Subproject commit f602c80eb8027817a39620b9821a26705f630627 From 9982fd3748ffc5f316245ad42670b430e5aa83c1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Mar 2021 18:49:22 -0700 Subject: [PATCH 07/32] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 635edbd69..9f9ca5f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Reduce linker memory usage while building webkitgtk when using BFD linker - Assorted XFCE package upgrades - Fix several recipes for ppc64le +- Add imx-boot-container class to provide boot container for iMX - Version upgrades for several recipes ## [2021.02] - 2021-01-26 From bb008f4949d42ffce87873f7c963e43810797df1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Mar 2021 22:02:46 -0700 Subject: [PATCH 08/32] layer.conf: Add hardknott to LAYERSERIES_COMPAT Drop dunfell Signed-off-by: Khem Raj --- sources/meta-yoe/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-yoe/conf/layer.conf b/sources/meta-yoe/conf/layer.conf index 78603d787..f5ce581ba 100644 --- a/sources/meta-yoe/conf/layer.conf +++ b/sources/meta-yoe/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-yoe" BBFILE_PATTERN_meta-yoe := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-yoe = "99" -LAYERSERIES_COMPAT_meta-yoe = "dunfell gatesgarth" +LAYERSERIES_COMPAT_meta-yoe = "gatesgarth hardknott" LAYERDEPENDS_meta-yoe = "core elm-binary-layer" BBFILES_DYNAMIC += " \ From 714e258094572bb27a1d3a21d47f7e7b8d92fd9f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Mar 2021 23:02:15 -0700 Subject: [PATCH 09/32] yoe.inc: Add few more preferred versions These are otherwise overridden by BSP layers which we dont want as distro policy is to use upstream versions Signed-off-by: Khem Raj --- sources/meta-yoe/conf/distro/yoe.inc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index ba0440579..2b75d02db 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -133,9 +133,20 @@ PACKAGECONFIG_remove_pn-wpewebkit = "qtwpe" # Pin versions, some BSP layers are housing older versions and have higher BBFILE_PRIORITY # as a result DEFAULT_PREFERENCE = "-1" does not help either so pin it here +# meta-atmel has 3.0.8 PREFERRED_VERSION_swig = "3.0.12" PREFERRED_VERSION_swig-native = "3.0.12" -PREFERRED_VERSION_swig-nativesdk = "3.0.12" +PREFERRED_VERSION_nativesdk-swig = "3.0.12" +# meta-atmel has 1.7.4 +PREFERRED_VERSION_cjson = "1.7.14" +# meta-ti has 1.8.9.1 +PREFERRED_VERSION_doxygen = "1.8.20" +PREFERRED_VERSION_doxygen-native = "1.8.20" +PREFERRED_VERSION_nativesdk-doxygen = "1.8.20" +# meta-freescale has 1.16.x +PREFERRED_VERSION_gstreamer1.0-libav = "1.18.%" +PREFERRED_VERSION_gstreamer1.0-plugins-ugly = "1.18.%" +PREFERRED_VERSION_gstreamer1.0-rtsp-server = "1.18.%" # the following is required because some BSP layers (fsl) don't set this, and then # other BSP layers fail bitbake parsing (ti). From cc5bcce7a5b7d9db9ba4cd163d5f95f0d61762a1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 18 Mar 2021 12:37:48 -0700 Subject: [PATCH 10/32] Layer Updates: sources/meta-96boards sources/meta-odroid sources/meta-openembedded sources/meta-riscv sources/meta-rockchip sources/meta-rust * sources/meta-96boards 3911a2c...9fec945 (1): > Merge pull request #346 from YoeDistro/yoe/mut * sources/meta-odroid f22d65e...0839d5e (2): > layer.conf: Add hardknott(3.3) to compatible release branches > mali-rk-bifrost-g31: Add recipe * sources/meta-openembedded a07f3d4591...fbd73ac3f3 (4): > python3-wpa-supplicant: new package > python3-pythonping: new package > oprofile: Upgrade to 1.4.0 release > dbus-broker: upgrade 27 -> 28 * sources/meta-riscv 53fe85a...e34ede8 (1): > layer.conf: Drop gatesgarth from LAYERSERIES_COMPAT * sources/meta-rockchip 8703709...019ee14 (1): > layer.conf: Add hardknott to compatible release branches * sources/meta-rust 9a035fe...0fffd99 (1): > Merge pull request #326 from YoeDistro/yoe/mut Signed-off-by: Khem Raj --- sources/meta-96boards | 2 +- sources/meta-odroid | 2 +- sources/meta-openembedded | 2 +- sources/meta-riscv | 2 +- sources/meta-rockchip | 2 +- sources/meta-rust | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sources/meta-96boards b/sources/meta-96boards index 3911a2c5c..9fec94542 160000 --- a/sources/meta-96boards +++ b/sources/meta-96boards @@ -1 +1 @@ -Subproject commit 3911a2c5c196d6791c464c7a691d6fcde9e46073 +Subproject commit 9fec9454275a67b6db92febffb573e731beb4480 diff --git a/sources/meta-odroid b/sources/meta-odroid index f22d65e7b..0839d5e61 160000 --- a/sources/meta-odroid +++ b/sources/meta-odroid @@ -1 +1 @@ -Subproject commit f22d65e7bdc8b3507393e97da25b5b0e97a8052b +Subproject commit 0839d5e617c046618e8ed99d4159538515756f22 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index a07f3d459..fbd73ac3f 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit a07f3d4591aeba3408e5c606f1239a85bc9597e0 +Subproject commit fbd73ac3f30865a8173cdb99d43261b7085425b7 diff --git a/sources/meta-riscv b/sources/meta-riscv index 53fe85aa6..e34ede856 160000 --- a/sources/meta-riscv +++ b/sources/meta-riscv @@ -1 +1 @@ -Subproject commit 53fe85aa6a623e4a4641dc4d83e852baf83547ac +Subproject commit e34ede856411a1db84bf95d34de8d9f201eabb1a diff --git a/sources/meta-rockchip b/sources/meta-rockchip index 870370951..019ee14cf 160000 --- a/sources/meta-rockchip +++ b/sources/meta-rockchip @@ -1 +1 @@ -Subproject commit 870370951905f65ecce315f180262b2087e2ea49 +Subproject commit 019ee14cf9e961abafd7eb5fe2ac00d31acdbd6e diff --git a/sources/meta-rust b/sources/meta-rust index 9a035fe27..0fffd992e 160000 --- a/sources/meta-rust +++ b/sources/meta-rust @@ -1 +1 @@ -Subproject commit 9a035fe27262bb23676da9f9f583e3ee39b0a377 +Subproject commit 0fffd992ee560bbfd682d3ef94b7636670e6fd56 From 3d04df0e034d5bafbdbbb16671647b2ce20286da Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 20 Mar 2021 15:13:41 -0700 Subject: [PATCH 11/32] Layer Updates: sources/meta-arm sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-qcom sources/meta-ti sources/openembedded-core * sources/meta-arm 4f1f77d...950c68d (2): > arm-bsp/n1sdp/trusted-firmware-a: bump to latest master branch > arm-bsp/n1sdp/scp-firmware: bump to latest master branch * sources/meta-elm-binary 30d2dd9...612d7b0 (1): > Merge pull request #2 from YoeDistro/yoe/mut * sources/meta-freescale e999a65d...1efb7b45 (2): > linux-fslc-imx: update to v5.4.106 > linux-fslc: update to v5.10.24 * sources/meta-freescale-3rdparty a249d18...e87475a (2): > imx-pico: pico only supports the u-boot-fslc bootloader > README: update link of mailing list * sources/meta-openembedded fbd73ac3f3...5daae70617 (15): > layers: Drop gatesgarth from LAYERSERIES_COMPAT > links-x11,links: Upgrade to 2.22 > vboxguestdrivers: Add __divmoddi4 builtin support > grpc: upgrade 1.36.2 -> 1.36.3 > glmark2: upgrade 20201114 -> 2021.02 > cryptsetup: upgrade 2.3.4 -> 2.3.5 > tclap: upgrade 1.2.2 -> 1.4.0 > plymouth_0.9.5.bb: allow building with musl libc > musl-rpmatch_git.bb: add new recipe to provide rpmatch() for musl libc builds > wireshark: upgrade 3.4.3 -> 3.4.4 > wireguard-tools: upgrade 1.0.20210223 -> 1.0.20210315 > nbdkit: upgrade 1.25.3 -> 1.25.4 > mosquitto: upgrade 2.0.8 -> 2.0.9 > iscsi-initiator-utils: upgrade 2.1.3 -> 2.1.4 > xorriso: upgrade 1.5.3 -> 1.5.5 * sources/meta-qcom 884a156...bf41043 (3): > initramfs-*-images: fix up image name > Merge pull request #286 from YoeDistro/yoe/mut > Merge pull request #287 from ndechesne/modetest * sources/meta-ti f602c80e...568a5763 (3): > linux-ti-staging: Update 5.4 kernel to the latest commit SHA > ti-uboot-staging: Update to the latest commit > layer.conf: add hardknott to compatible release branches * sources/openembedded-core ecb038f14c...27cb44e83b (52): > packagegroup-core-weston.bb: add pam to REQUIRED_DISTRO_FEATURES > kernel-devsrc: fix on-target scripts/prepare for v5.12+ > lttng-modules: backport patches to fix build against 5.12+ kernel > lttng-modules: update devupstream to 2.12.5+ > linux-yocto/5.10: cfg: features/numa: Remove NODES_SPAN_OTHER_NODES option > linux-yocto/5.10: update to v5.10.23 > linux-yocto/5.4: update to v5.4.105 > linux-yocto/5.10: fix SERIAL_OF_PLATFORM warning > layer.conf: Drop gatesgarth from the layer series names > gcc-sanitizers: Package up hwasan files > xxhash: import from meta-oe > automake: update 1.16.2 - > 1.16.3 > strace: update 5.10 -> 5.11 > libhandy: update 1.0.3 -> 1.2.0 > asciidoc: update 9.0.4 -> 9.1.0 > attr: update 2.4.48 -> 2.5.1 > mesa: update 20.3.4 -> 21.0.0 > spirv-tools: upgrade 2020.6 -> 2020.7 > spirv-headers: update to latest revision > bind: upgrade 9.16.11 -> 9.16.12 > grub: upgrade 2.04 -> 2.06~rc1 > selftest/wic: Fix dependency issue in rawcopy test > gcc: Update patch to only patch files once > linux-dummy: add empty dependent packages > spirv-tools: cleanup an old patch that is not used anymore > spirv-tools: python3 is need not only for the tests > devshell.bbclass: Exceptions displayed within devpyshell > vulkan-tools: upgrade 1.2.162.1 -> 1.2.170.0 > vulkan-loader: upgrade 1.2.162.0 -> 1.2.170.0 > vulkan-headers: upgrade 1.2.162.0 -> 1.2.170.0 > kernel-fitimage.bbclass: support both KERNEL_DEVICETREE/EXTERNAL_KERNEL_DEVICETREE > libxcrypt: fix sporadic failures in nativesdk-libxcrypt-compat > systemd: upgrade 247.3 -> 247.4 > scripts/verify-bashisms: Update checkbashisms.pl URL > weston-init: Set $HOME variable for SysVinit manager > gptfdisk: upgrade 1.0.6 -> 1.0.7 > externalsrc: Detect code changes in submodules > cmake: Fully-qualified path to ar > cve-check: CVE_VERSION_SUFFIX to work with patched release > cve-update-db-native: consider version suffix when update CVE db > msmtp: upgrade 1.8.14 -> 1.8.15 > webkitgtk: enable strlen and stpcpy on musl/linux too > webkitgtk: Add packageconfig to chose between size and speed > webkitgtk: Reduce stack and heap sizes for jsc on musl > sudo: upgrade 1.9.6 -> 1.9.6p1 > libsdl2: disable shared memory for native builds > base: respect downloadfilename when sniffing the SRC_URI for dependencies > selftest/reproducible: Drop ovmf exclusion > ovmf: make output binaries reproducible > linux-firmware: Fix packaging > python3: make pydoc rdepend on python3-io > util-linux: backport patch to skip build of unused objects Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-elm-binary | 2 +- sources/meta-freescale | 2 +- sources/meta-freescale-3rdparty | 2 +- sources/meta-openembedded | 2 +- sources/meta-qcom | 2 +- sources/meta-ti | 2 +- sources/openembedded-core | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index 4f1f77d66..950c68dba 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 4f1f77d660d935afdd9d208546b63125ba204de4 +Subproject commit 950c68dbabf23a1cc6d27b94cc68635368c4bca3 diff --git a/sources/meta-elm-binary b/sources/meta-elm-binary index 30d2dd955..612d7b08e 160000 --- a/sources/meta-elm-binary +++ b/sources/meta-elm-binary @@ -1 +1 @@ -Subproject commit 30d2dd9553e20e73efaabcdb58505d6d6d17788a +Subproject commit 612d7b08ea064288d6297d10d4cf8c2fb3606379 diff --git a/sources/meta-freescale b/sources/meta-freescale index e999a65d5..1efb7b451 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit e999a65d5554a2178e76e1cd33a209d98cd1df66 +Subproject commit 1efb7b45104a8ddf9f121f73da3faae52f90e0f6 diff --git a/sources/meta-freescale-3rdparty b/sources/meta-freescale-3rdparty index a249d1883..e87475a67 160000 --- a/sources/meta-freescale-3rdparty +++ b/sources/meta-freescale-3rdparty @@ -1 +1 @@ -Subproject commit a249d18837d9156eee5d431a3b4304721ebd28ca +Subproject commit e87475a67834a822d930cf1763d0f01357565354 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index fbd73ac3f..5daae7061 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit fbd73ac3f30865a8173cdb99d43261b7085425b7 +Subproject commit 5daae70617cf1cff517c1d0ea37c8fe6e804d116 diff --git a/sources/meta-qcom b/sources/meta-qcom index 884a1564b..bf4104367 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit 884a1564b44f52bcb9b5b0b67f8c07509d68a693 +Subproject commit bf41043676d51c49ecd513e6b8caf054c26fee3e diff --git a/sources/meta-ti b/sources/meta-ti index f602c80eb..568a5763d 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit f602c80eb8027817a39620b9821a26705f630627 +Subproject commit 568a5763dfb975f3d4ff741bf8769c71ab251106 diff --git a/sources/openembedded-core b/sources/openembedded-core index ecb038f14..27cb44e83 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit ecb038f14c0b91280ba1532ad94a6ebc64c70644 +Subproject commit 27cb44e83b4bc63484bbea9988701e9d9b3f7142 From 5e1d4c343ac4950bc82aecef919ff842c6e7c4bc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 20 Mar 2021 15:19:45 -0700 Subject: [PATCH 12/32] CHANGELOG: Document current changeset Signed-off-by: Khem Raj --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9ca5f1d..77d432c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,8 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add recipe for spirv-llvm-translator - Add opencv_4.4.0.imx recipe - Bump linux-boundary to 5.4 2.3.0 -- Bump linux-fslc to v5.10.22 and linux-fslc-imx to v5.4.105 -- Upgrade linux-yocto to v5.10.21 and v5.4.103 +- Bump linux-fslc to v5.10.24 and linux-fslc-imx to v5.4.106 +- Upgrade linux-yocto to v5.10.23 and v5.4.105 - Update linux-ti-mainline to v5.11 - Fix qtwebkit build with riscv64 - QTbase fixes for build with GCC 11 @@ -43,6 +43,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Assorted XFCE package upgrades - Fix several recipes for ppc64le - Add imx-boot-container class to provide boot container for iMX +- Drop gatesgarth from compatible releases for layers +- Fix webkitgtk/JSC stack size on musl, add option to compile for size +- Update vulkan packages to 1.2.170.0 +- Detect code changes in submodules when using externalsrc - Version upgrades for several recipes ## [2021.02] - 2021-01-26 From 228225b6a960e003bf8d04b663f2b1089810d757 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 21 Mar 2021 11:59:05 -0700 Subject: [PATCH 13/32] Layer Updates: sources/meta-openembedded * sources/meta-openembedded 5daae70617...3495464942 (3): > gsound: Use () instead of {} for makefile variable in gsound_play_VALAFLAGS > pipewire: Upgrade to 0.3.24 > xxhash: Remove recipe 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 5daae7061..349546494 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 5daae70617cf1cff517c1d0ea37c8fe6e804d116 +Subproject commit 3495464942f539275b9cd57ad30c67055ed0afcc From a3ad916c234a05bf4bd6f7947ff6eea3e1c25e49 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 22 Mar 2021 09:44:17 -0700 Subject: [PATCH 14/32] Layer Updates: sources/meta-atmel sources/meta-freescale sources/meta-openembedded sources/meta-rockchip * sources/meta-atmel 00b390c...98d9c1d (1): > Merge pull request #199 from YoeDistro/yoe/mut * sources/meta-freescale 1efb7b45...40fcbbb9 (1): > optee-os: Cleanup build options * sources/meta-openembedded 3495464942...6e83f210ff (12): > python3-wpa-supplicant: replace DESCRIPTION with SUMMARY > python3-wpa-supplicant: fix importing the cli submodule > python3-wpa-supplicant: add runtime dependencies > python3-txdbus: new package > python3-urllib3: Upgrade 1.26.3 -> 1.26.4 > python3-cassandra-driver: Upgrade 3.24.0 -> 3.25.0 > python3-soupsieve: Upgrade 2.2 -> 2.2.1 > python3-werkzeug: Delete recipe for 1.0.0 > python3-werkzeug: Clarify BSD license type > python3-spidev: Remove recipe for 3.2 > packagegroup-meta-python: Add new package python3-pythonping > pipewire: Package systemd unit file for pipewire-media-session * sources/meta-rockchip 019ee14...bafc4a2 (1): > update layer compatibility Signed-off-by: Khem Raj --- sources/meta-atmel | 2 +- sources/meta-freescale | 2 +- sources/meta-openembedded | 2 +- sources/meta-rockchip | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/meta-atmel b/sources/meta-atmel index 00b390cea..98d9c1d63 160000 --- a/sources/meta-atmel +++ b/sources/meta-atmel @@ -1 +1 @@ -Subproject commit 00b390cea352677c61dce169bc5f48fc60586dd8 +Subproject commit 98d9c1d632d4c43c338cf573db244a6ade126ae3 diff --git a/sources/meta-freescale b/sources/meta-freescale index 1efb7b451..40fcbbb91 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 1efb7b45104a8ddf9f121f73da3faae52f90e0f6 +Subproject commit 40fcbbb91e141af78cc383109c8f7008c7b5357a diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 349546494..6e83f210f 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 3495464942f539275b9cd57ad30c67055ed0afcc +Subproject commit 6e83f210ff34d60a9422b4d619939c0386453058 diff --git a/sources/meta-rockchip b/sources/meta-rockchip index 019ee14cf..bafc4a2fd 160000 --- a/sources/meta-rockchip +++ b/sources/meta-rockchip @@ -1 +1 @@ -Subproject commit 019ee14cf9e961abafd7eb5fe2ac00d31acdbd6e +Subproject commit bafc4a2fda7cd2775fd5df1901c5442323490b2e From 83c751e1408c9060e67b85650b93965bdd1ec914 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 23 Mar 2021 14:20:12 -0700 Subject: [PATCH 15/32] Layer Updates: sources/bitbake sources/meta-arm sources/meta-freescale sources/meta-raspberrypi sources/meta-rockchip * sources/bitbake 493f2916...1c2d2875 (3): > doc: fix syntax error in layer.conf example > doc: fix glossary link for BB_INVALIDCONF variable > doc: mention that addtask handles multiple dependencies * sources/meta-arm 950c68d...ac1dc0b (1): > arm: remove python3-intelhex * sources/meta-freescale 40fcbbb9...7b8e71a2 (2): > linux-fslc-imx: update to v5.4.107 > linux-fslc: update to v5.10.25 * sources/meta-raspberrypi fdf02ac...8a149b6 (1): > layer.conf: Drop gatesgarth and add honister to LAYERSERIES_COMPAT * sources/meta-rockchip bafc4a2...5c5b586 (3): > README: update list of supported boards > NanoPi-M4: add machines > README: update mailing list info Signed-off-by: Khem Raj --- sources/bitbake | 2 +- sources/meta-arm | 2 +- sources/meta-freescale | 2 +- sources/meta-raspberrypi | 2 +- sources/meta-rockchip | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sources/bitbake b/sources/bitbake index 493f29160..1c2d28750 160000 --- a/sources/bitbake +++ b/sources/bitbake @@ -1 +1 @@ -Subproject commit 493f291601c7680f8b8146f358c545fcb5f53cc9 +Subproject commit 1c2d2875099a3ff9149710d42c679ab31b00f68b diff --git a/sources/meta-arm b/sources/meta-arm index 950c68dba..ac1dc0b89 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 950c68dbabf23a1cc6d27b94cc68635368c4bca3 +Subproject commit ac1dc0b894642101a80235a920bdc3bbe6d74558 diff --git a/sources/meta-freescale b/sources/meta-freescale index 40fcbbb91..7b8e71a2a 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 40fcbbb91e141af78cc383109c8f7008c7b5357a +Subproject commit 7b8e71a2a75dd8adbab86d593fe8c02ccbb8e293 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index fdf02accf..8a149b63a 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit fdf02accfe3f68d11fa178d72eb377f9ca96411c +Subproject commit 8a149b63ab81eb5a80adf398de06914ccd4011c1 diff --git a/sources/meta-rockchip b/sources/meta-rockchip index bafc4a2fd..5c5b58606 160000 --- a/sources/meta-rockchip +++ b/sources/meta-rockchip @@ -1 +1 @@ -Subproject commit bafc4a2fda7cd2775fd5df1901c5442323490b2e +Subproject commit 5c5b586063e8e23178bb168df4eb7ad72cab9211 From ce5111c4c74c95989561196d81e77adeb6d0e22e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 23 Mar 2021 14:22:19 -0700 Subject: [PATCH 16/32] CHANGELOG.md: Document current changes Signed-off-by: Khem Raj --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d432c25..e85c60257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add Azure Storage fetcher implementation - Add qemuppc64 machine - Add REQUIRED_VERSION to bitbake +- Add NanoPi-M4 machine in rockchip soc layer - Update go to 1.16.2 and remove go-dep - Let linunwind on musl use libucontext - Move qemuriscv32 machine as core machine @@ -20,7 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add recipe for spirv-llvm-translator - Add opencv_4.4.0.imx recipe - Bump linux-boundary to 5.4 2.3.0 -- Bump linux-fslc to v5.10.24 and linux-fslc-imx to v5.4.106 +- Bump linux-fslc to v5.10.25 and linux-fslc-imx to v5.4.107 - Upgrade linux-yocto to v5.10.23 and v5.4.105 - Update linux-ti-mainline to v5.11 - Fix qtwebkit build with riscv64 @@ -47,6 +48,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fix webkitgtk/JSC stack size on musl, add option to compile for size - Update vulkan packages to 1.2.170.0 - Detect code changes in submodules when using externalsrc +- Fix bitbake documentation - Version upgrades for several recipes ## [2021.02] - 2021-01-26 From 632697412d2fcb321a059520b00a390e313aef35 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 23 Mar 2021 18:53:41 -0700 Subject: [PATCH 17/32] Layer Updates: sources/bitbake sources/meta-arm sources/openembedded-core * sources/bitbake 1c2d2875...ed8e1fd4 (3): > doc: Update links to documentation > runqueue/event: Add an event for notifying of stale setscene tasks > build: Add find_stale_stamps function * sources/meta-arm ac1dc0b...01a13b1 (1): > arm/hafnium: refuse to build on non-x86-64 hosts * sources/openembedded-core 27cb44e83b...7ae12e4278 (22): > build-appliance-image: Update to master head revision > openssh: Improve LICENSE to show BSD license variants. > openssh: upgrade 8.4p1 -> 8.5p1 > linux-yocto/5.10: update qemuriscv32 v5.10.23 > linux-yocto-dev: bump to v5.12-rc > site/elfutils/libunistring: Drop patching for iconv and set in site file > valgrind: Fix ptests on ppc64 LE > scripts: add oe-time-dd-test.sh > go-helloworld: disable module-aware mode > u-boot: Fix CVE-2021-27097, CVE-2021-27138 > gstreamer1.0-plugins-good: fix rtpjitterbuffer regression > gstreamer1.0: upgrade 1.18.3 -> 1.18.4 > run-postinsts: do not remove postinsts directory. > python3: fix PACKAGECONFIG handling > apt: Do not disable NLS > apt: Support old resolver as fallback > apt: update 1.8.2.2 -> 2.2.2 > linux-yocto/5.10: cfg: fix ppc64 configuration warnings > sstate: Add documentation for eventhandlers and tweak naming > sstate: Remove stale objects before the main build > stress-ng: upgrade 0.12.04 -> 0.12.05 > liburi-perl: upgrade 1.74 -> 5.08 Signed-off-by: Khem Raj --- sources/bitbake | 2 +- sources/meta-arm | 2 +- sources/openembedded-core | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/bitbake b/sources/bitbake index 1c2d28750..ed8e1fd4c 160000 --- a/sources/bitbake +++ b/sources/bitbake @@ -1 +1 @@ -Subproject commit 1c2d2875099a3ff9149710d42c679ab31b00f68b +Subproject commit ed8e1fd4cf9d5ac8a8203638add99d686b4b3521 diff --git a/sources/meta-arm b/sources/meta-arm index ac1dc0b89..01a13b11a 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit ac1dc0b894642101a80235a920bdc3bbe6d74558 +Subproject commit 01a13b11ad25aaeebf861bc30029282709216fe0 diff --git a/sources/openembedded-core b/sources/openembedded-core index 27cb44e83..7ae12e427 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit 27cb44e83b4bc63484bbea9988701e9d9b3f7142 +Subproject commit 7ae12e4278e98c5b916a1067ae0b48c2da6e82cd From 96e0ae76a9b94e1b3b734d2cf4b4a705171a33e1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 23 Mar 2021 19:17:18 -0700 Subject: [PATCH 18/32] CHANGELOG.md: Document current changeset Signed-off-by: Khem Raj --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e85c60257..f3dba44e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Update vulkan packages to 1.2.170.0 - Detect code changes in submodules when using externalsrc - Fix bitbake documentation +- Update openSSH to 8.5p1 +- Update gstreamer to 1.18.4 - Version upgrades for several recipes ## [2021.02] - 2021-01-26 From 2036504df1a6887a07d044c348dbe6176ea04a2e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 24 Mar 2021 07:56:24 -0700 Subject: [PATCH 19/32] Layer Updates: sources/meta-raspberrypi * sources/meta-raspberrypi 8a149b6...3145390 (1): > gitignore: Ignore .pyc files Signed-off-by: Khem Raj --- sources/meta-raspberrypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index 8a149b63a..314539078 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit 8a149b63ab81eb5a80adf398de06914ccd4011c1 +Subproject commit 3145390785792627822159b02f4625a1aaf01a6c From 5284da5b0e5e51ea54ef2ddc8bb1da34c30b85d4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 24 Mar 2021 07:57:12 -0700 Subject: [PATCH 20/32] Layer Updates: sources/meta-clang * sources/meta-clang e8a0bad...539e8d8 (1): > clang: allow to set CLANG_EXTRA_OE_VENDORS to support custom TARGET_VENDOR value Signed-off-by: Khem Raj --- sources/meta-clang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-clang b/sources/meta-clang index e8a0bada6..539e8d85f 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit e8a0bada69637ff7a767d387b803a42123aead0b +Subproject commit 539e8d85f4eb359d24b052efc6d4f7a9858fdbce From bb7f5d11d886bc53613546248f36f078b35a3f38 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 24 Mar 2021 14:14:03 -0700 Subject: [PATCH 21/32] Layer Updates: sources/meta-freescale sources/meta-intel sources/meta-raspberrypi * sources/meta-freescale 7b8e71a2...776932e1 (9): > Rework the u-boot-fslc and u-boot-imx settings logic > imx6qdlsabreauto: Rework u-boot-imx defconfig as distro agnostic > imx6qdlsabresd: Rework u-boot-imx defconfig as distro agnostic > imx-base.inc: Allow override of IMX_DEFAULT_BOOTLOADER > Revert "imx6*.conf: Rework machine assignments for u-boot variables" > optee-os: Remove unneeded dependency on python3-pycrpto > imx8dxl-evk: Set ATF_PLATFORM and IMX_BOOT_SOC_TARGET > imx51evk: Drop old perf fixup as we now use Linux mainline > imx28evk: Drop unused IMXBOOTLETS_MACHINE variable * sources/meta-intel 6fea44c6...f5c204c9 (6): > libipt: upgrade 2.0.3 -> 2.0.4 > ixgbe: upgrade 5.10.2 -> 5.11.3 > ixgbevf: upgrade 4.10.2 -> 4.11.1 > thermald: upgrade 2.4.2 -> 2.4.3 > level-zero: upgrade 1.1.0 -> 1.2.3 > onednn: upgrade 2.0 -> 2.1.1 * sources/meta-raspberrypi 3145390...d1f191e (1): > tune-arm1176jzf-s.inc: Rework to match oe-core Signed-off-by: Khem Raj --- sources/meta-freescale | 2 +- sources/meta-intel | 2 +- sources/meta-raspberrypi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/meta-freescale b/sources/meta-freescale index 7b8e71a2a..776932e18 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 7b8e71a2a75dd8adbab86d593fe8c02ccbb8e293 +Subproject commit 776932e187f38ca53ed57fc662461ba0da005520 diff --git a/sources/meta-intel b/sources/meta-intel index 6fea44c69..f5c204c99 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit 6fea44c695730129df8bd744b0e22ccd62a725c2 +Subproject commit f5c204c99b669d6dea12abbc19e8f7462379095c diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index 314539078..d1f191ed3 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit 3145390785792627822159b02f4625a1aaf01a6c +Subproject commit d1f191ed3018e0b130311e443f014e30d2f5ed97 From 0f0b4c052371d7e059bcc84f2fb6c4ffd45eed26 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 24 Mar 2021 14:19:25 -0700 Subject: [PATCH 22/32] CHANGELOG.md: Document current changes Signed-off-by: Khem Raj --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3dba44e2..ed792c08a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fix bitbake documentation - Update openSSH to 8.5p1 - Update gstreamer to 1.18.4 +- Fix CPU tune file for rpi0w - Version upgrades for several recipes ## [2021.02] - 2021-01-26 From 14f4be27181286609faa28ca6887f9fc80407cad Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 24 Mar 2021 21:27:39 -0700 Subject: [PATCH 23/32] Layer Updates: sources/meta-arm sources/meta-openembedded * sources/meta-arm 01a13b1...e74b3c2 (4): > arm-bsp/corstone500: use trusted-firmware-a 2.4 > arm-bsp/corstone700: use trusted-firmware-a 2.4 > arm/edk2-firmware: support extra arguments passed to build > arm/edk2-firmware: clean up build invocation * sources/meta-openembedded 6e83f210ff...ba2576ed79 (17): > python3-sqlalchemy: Upgrade 1.3.23 -> 1.4.2 > python3-isort: Upgrade 5.7.0 -> 5.8.0 > python3-twine: Upgrade 3.4.0 -> 3.4.1 > python3-regex: Upgrade 2020.11.13 -> 2021.3.17 > python3-humanize: Upgrade 3.2.0 -> 3.3.0 > python3-grpcio-tools: Upgrade 1.35.0 -> 1.36.1 > python3-flask-migrate: Upgrade 2.6.0 -> 2.7.0 > python3-pyscaffold: Upgrade 4.0 -> 4.0.1 > python3-bitarray: Upgrade 1.7.1 -> 1.8.0 > python3-hexdump: Move cleanup_hexfile into install_append > python3-txdbus: add missing runtime dependencies > guider: Upgrade 3.9.7 -> 3.9.8 > atftp: move atftpd.init from files to atftp subdirectory > openldap: upgrade 2.4.57 -> 2.4.58 > hostapd: fix CVE-2019-5061 > gtkwave: upgrade 3.3.104 -> 3.3.108 > libgpiod: update v1.6.2 -> v1.6.3 Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-openembedded | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index 01a13b11a..e74b3c2f2 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 01a13b11ad25aaeebf861bc30029282709216fe0 +Subproject commit e74b3c2f24953950d484943215edc94f7b157a70 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 6e83f210f..ba2576ed7 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 6e83f210ff34d60a9422b4d619939c0386453058 +Subproject commit ba2576ed79a09879f714ccf7f4fa32259c18ab8c From 4ffeb0b05c867fd490343c23cf1a5b06fb27b061 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 25 Mar 2021 08:28:57 -0700 Subject: [PATCH 24/32] yoe: Prepare 2021.03 (edilbat ) release Signed-off-by: Khem Raj --- sources/meta-yoe/conf/distro/yoe.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 2b75d02db..2c580bc5d 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community " TARGET_VENDOR = "-yoe" SDK_VENDOR = "-yoesdk" # Distro version is YYYY.MM -DISTRO_VERSION = "2021.02" -DISTRO_CODENAME = "damara" +DISTRO_VERSION = "2021.03" +DISTRO_CODENAME = "edilbay" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe" From 93b9bdb74e447262edf58d9c0fa5422f62b2e0ab Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 25 Mar 2021 13:13:34 -0700 Subject: [PATCH 25/32] User 2G root part on rpi and C4 They use SD cards and some images e.g. yoe-sdk-image are big ( approx 1.5G ), this ensures that there is enough space on partition to accomodate these images Signed-off-by: Khem Raj --- .../recipes-support/updater/files/odroid-c4-hardkernel/platform | 2 +- .../recipes-support/updater/files/raspberrypi3/platform | 2 +- .../recipes-support/updater/files/raspberrypi4-64/platform | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/meta-yoe/recipes-support/updater/files/odroid-c4-hardkernel/platform b/sources/meta-yoe/recipes-support/updater/files/odroid-c4-hardkernel/platform index f0c5d9188..077c0a388 100644 --- a/sources/meta-yoe/recipes-support/updater/files/odroid-c4-hardkernel/platform +++ b/sources/meta-yoe/recipes-support/updater/files/odroid-c4-hardkernel/platform @@ -71,7 +71,7 @@ SD_MOUNT_POINT=/media/sd # Size in 'M' for MB, 'G' for GB RESERVED_SIZE=2M BOOT_SIZE=100M -ROOTFS_SIZE=1G +ROOTFS_SIZE=2G FSTYPE=ext4 BOOT_FSTYPE=vfat diff --git a/sources/meta-yoe/recipes-support/updater/files/raspberrypi3/platform b/sources/meta-yoe/recipes-support/updater/files/raspberrypi3/platform index d8ac98f6e..4f0d3bbbd 100644 --- a/sources/meta-yoe/recipes-support/updater/files/raspberrypi3/platform +++ b/sources/meta-yoe/recipes-support/updater/files/raspberrypi3/platform @@ -100,7 +100,7 @@ SD_MOUNT_POINT=/media/sd # Size in 'M' for MB, 'G' for GB RESERVED_SIZE=2M BOOT_SIZE=100M -ROOTFS_SIZE=1G +ROOTFS_SIZE=2G FSTYPE=ext4 BOOT_FSTYPE=vfat diff --git a/sources/meta-yoe/recipes-support/updater/files/raspberrypi4-64/platform b/sources/meta-yoe/recipes-support/updater/files/raspberrypi4-64/platform index 50aa0f03c..0198beb23 100644 --- a/sources/meta-yoe/recipes-support/updater/files/raspberrypi4-64/platform +++ b/sources/meta-yoe/recipes-support/updater/files/raspberrypi4-64/platform @@ -93,7 +93,7 @@ SD_MOUNT_POINT=/media/sd # Size in 'M' for MB, 'G' for GB RESERVED_SIZE=2M BOOT_SIZE=100M -ROOTFS_SIZE=1G +ROOTFS_SIZE=2G FSTYPE=ext4 BOOT_FSTYPE=vfat From 1e420c1bc79265b3df4e904cc54d2e425e358e02 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 26 Mar 2021 19:51:22 -0700 Subject: [PATCH 26/32] Layer Updates: sources/meta-arm sources/meta-clang sources/meta-freescale sources/meta-openembedded * sources/meta-arm e74b3c2...d6e18c8 (13): > arm/machine: add zephyr machine confs for a53 > arm/trusted-firmware-a: remove unused trusted-firmware-a 2.3 > arm/trusted-firmware-a: remove unused trusted-firmware-a 2.2 > arm/scp-firmware: remove unused 2.6 version > arm-bsp/trusted-firmware-a: upgrade SGI575 to trusted-firmware-a 2.4 > arm-bsp/juno: move scp-firmware version from 2.6 to 2.7 > arm-bsp/juno: move tf-a version from 2.3 to 2.4 > arm-autonomy/linux-arm-autonomy: Fix Dom0 boot issue with preempt_rt kernel > arm-autonomy/n1sdp: Remove support for linux-linaro-arm_5.4 > arm-autonomy/images: Introduced xenguest-extern-guests recipe > arm-autonomy/docker: Updated fetcher to use set_src_uri_from_var.bbclass > arm-autonomy/classes: Introduced set_src_uri_from_var.bbclass > arm-autonomy/u-boot: Modified kernel_addr for fvp-base with xen * sources/meta-clang 539e8d8...404e812 (1): > compiler-rt: Fix build on armv6 * sources/meta-freescale 776932e1...02eb3ffd (1): > conf/layer.conf: Rename browser-layer as chromium-browser-layer * sources/meta-openembedded ba2576ed79...6e99122ed8 (23): > cryptsetup: DEPEND on renamed util-linux-libuuid > tclap: add pkg-config file > aom: update to 3.0.0 > guider: Upgrade 3.9.7 -> 3.9.8 > python3-docutils: new package > python3-djangorestframework: Upgrade 3.12.2 -> 3.12.3 > python3-django: Upgrade 3.1.1 -> 3.1.7 > python3-flask-sqlalchemy: Upgrade 2.4.4 -> 2.5.1 > python3-pint: Upgrade 0.16.1 -> 0.17 > python3-pyflakes: Upgrade 2.3.0 -> 2.3.1 > python3-rfc3339-validator: Upgrade 0.1.2 -> 0.1.3 > python3-alembic: Upgrade 1.5.7 -> 1.5.8 > python3-elementpath: Upgrade 2.2.0 -> 2.2.1 > python3-pytest-helpers-namespace: Upgrade 2019.1.8 -> 2021.3.24 > python3-backports-functools-lru-cache: Upgrade 1.6.1 -> 1.6.3 > python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 > python3-jmespath: new package > python3-prompt-toolkit: Upgrade 3.0.17 -> 3.0.18 > python3-lazy-object-proxy: Upgrade 1.5.2 -> 1.6.0 > python3-pyperf: Upgrade 2.1.0 -> 2.2.0 > python3-croniter: Upgrade 1.0.8 -> 1.0.9 > python3-colorlog: Upgrade 4.7.2 -> 4.8.0 > python3-scrypt: Upgrade 0.8.6 -> 0.8.17 Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-clang | 2 +- sources/meta-freescale | 2 +- sources/meta-openembedded | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index e74b3c2f2..d6e18c885 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit e74b3c2f24953950d484943215edc94f7b157a70 +Subproject commit d6e18c885d8042db5c8bac127fda795e64a81ad7 diff --git a/sources/meta-clang b/sources/meta-clang index 539e8d85f..404e8129c 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 539e8d85f4eb359d24b052efc6d4f7a9858fdbce +Subproject commit 404e8129c26ea5387a51248eebff1820db6f5015 diff --git a/sources/meta-freescale b/sources/meta-freescale index 776932e18..02eb3ffd5 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 776932e187f38ca53ed57fc662461ba0da005520 +Subproject commit 02eb3ffd5ac527f5e8f360b26dba1cd6faee4dff diff --git a/sources/meta-openembedded b/sources/meta-openembedded index ba2576ed7..6e99122ed 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit ba2576ed79a09879f714ccf7f4fa32259c18ab8c +Subproject commit 6e99122ed81b7dcb8bffd82f0fefaed3898de8b0 From 24c5051820fb25f967ca502cda49513087ae9a91 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 26 Mar 2021 19:54:18 -0700 Subject: [PATCH 27/32] CHANGELOG: Document changes for 2021.03 release Signed-off-by: Khem Raj --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed792c08a..69544cc57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Next +## [2021.03] - 2021-03-26 - Add Tinkerboad support - Add Azure Storage fetcher implementation @@ -52,9 +52,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Update openSSH to 8.5p1 - Update gstreamer to 1.18.4 - Fix CPU tune file for rpi0w +- Fix compiler-rt for armv6/rpi0w - Version upgrades for several recipes -## [2021.02] - 2021-01-26 +## [2021.02] - 2021-02-26 - Upgrade autotools to 2.71 - Disable sanitizer builds in compiler-rt From 2f5fe5be8dbd0564485e215442f5ca3255cda5bc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 28 Mar 2021 12:40:53 -0700 Subject: [PATCH 28/32] Layer Updates: sources/meta-clang sources/meta-rust sources/meta-ti sources/openembedded-core * sources/meta-clang 404e812...f234d64 (1): > Drop browser-layer from dynamic layers * sources/meta-rust 0fffd99...51eba75 (1): > Merge pull request #325 from janderholm/enable-profiler-runtime * sources/meta-ti 568a5763...05dace2a (5): > conf/machine: fix OPTEEMACHINE name for J721e > ti-img-rogue-umlibs: Update to pick rpath fixes > linux-ti-mainline: Set the branch for the ti-upstream-tools repo > linux-ti-mainline: Add gmp-native as a kernel dependency > ti-sci-fw: Update J7200/AM64 deploy to install ti-sci-fw * sources/openembedded-core 7ae12e4278...410a45639d (1): > documentation-audit.sh: Fix typo in specifying LICENSE_FLAGS_WHITELIST Signed-off-by: Khem Raj --- sources/meta-clang | 2 +- sources/meta-rust | 2 +- sources/meta-ti | 2 +- sources/openembedded-core | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/meta-clang b/sources/meta-clang index 404e8129c..f234d64d3 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 404e8129c26ea5387a51248eebff1820db6f5015 +Subproject commit f234d64d3b22e09792011e620c431e8df126b460 diff --git a/sources/meta-rust b/sources/meta-rust index 0fffd992e..51eba7515 160000 --- a/sources/meta-rust +++ b/sources/meta-rust @@ -1 +1 @@ -Subproject commit 0fffd992ee560bbfd682d3ef94b7636670e6fd56 +Subproject commit 51eba751550586659361f30183b59897c1623201 diff --git a/sources/meta-ti b/sources/meta-ti index 568a5763d..05dace2ab 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit 568a5763dfb975f3d4ff741bf8769c71ab251106 +Subproject commit 05dace2ab5d6881e7ce3fd977f1df0b48a927978 diff --git a/sources/openembedded-core b/sources/openembedded-core index 7ae12e427..410a45639 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit 7ae12e4278e98c5b916a1067ae0b48c2da6e82cd +Subproject commit 410a45639d84a3d69a65133593da32062196dd59 From ffea3954cc13e5431c8a9ff16b0e1741aac54e2b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 28 Mar 2021 15:22:34 -0700 Subject: [PATCH 29/32] Layer Updates: sources/openembedded-core * sources/openembedded-core 410a45639d...c032297695 (19): > grub-efi: Re-introduce lost cast to long > grub2: Disable for RISCV32 > packagegroups: delete useless "PROVIDES" lines > image-uefi: Set efi_file for rv32/rv64 > populate_sdk_ext: Avoid copying and producing .pyc files > linux-yocto-rt/5.10: update to -rt34 > linux-yocto/5.4: update to v5.4.107 > linux-yocto/5.10: update to v5.10.25 > rootfs.py: uninstall the run-postinsts package if not needed > openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449 > bitbake.conf: ensure BUILD_* tools match target tools > util-linux-libuuid: Simplify recipe and rename from util-linux-uuid > libtool: make sure autoheader run before autoconf > bitbake.conf: correct description of HOSTTOOLS_DIR > tune-cortexa32: Add hard FPU > classes/image: use oe.utils.directory_size() instead of du > lib/oe/utils: add directory size function > ffmpeg: disable GPL features by default > initramfs-framework:rootfs: fix some conditional check Signed-off-by: Khem Raj --- sources/openembedded-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/openembedded-core b/sources/openembedded-core index 410a45639..c03229769 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit 410a45639d84a3d69a65133593da32062196dd59 +Subproject commit c032297695e9e4bb4d0fb12dc883044bdfa870f2 From 8b04311eadf994deb8e5235ebf8e9c29024acfa1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 28 Mar 2021 15:25:08 -0700 Subject: [PATCH 30/32] CHANGELOG.md: Document current changes Signed-off-by: Khem Raj --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69544cc57..bf4dec9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add opencv_4.4.0.imx recipe - Bump linux-boundary to 5.4 2.3.0 - Bump linux-fslc to v5.10.25 and linux-fslc-imx to v5.4.107 -- Upgrade linux-yocto to v5.10.23 and v5.4.105 +- Upgrade linux-yocto to v5.10.25 and v5.4.107 +- Update openSSL to 1.1.1k +- Fix libtool race running autoheader before autoconf - Update linux-ti-mainline to v5.11 - Fix qtwebkit build with riscv64 - QTbase fixes for build with GCC 11 From b1a31c6881069d0a6a7fda61f026d6c168afeca4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 28 Mar 2021 19:35:03 -0700 Subject: [PATCH 31/32] Layer Updates: sources/meta-rust * sources/meta-rust 51eba75...a430267 (2): > Merge pull request #330 from YoeDistro/yoe/mut > Merge pull request #329 from srwalter/workflow Signed-off-by: Khem Raj --- sources/meta-rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-rust b/sources/meta-rust index 51eba7515..a4302679b 160000 --- a/sources/meta-rust +++ b/sources/meta-rust @@ -1 +1 @@ -Subproject commit 51eba751550586659361f30183b59897c1623201 +Subproject commit a4302679bbe2bfc5762aa47003ca8192f21a1342 From 6d995c562126e9866031c208378125e851e809a6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 28 Mar 2021 19:36:02 -0700 Subject: [PATCH 32/32] CHANGELOG.md: Document current changes Signed-off-by: Khem Raj --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4dec9eb..3794b6f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Update gstreamer to 1.18.4 - Fix CPU tune file for rpi0w - Fix compiler-rt for armv6/rpi0w +- Update rust to 1.51.1 - Version upgrades for several recipes ## [2021.02] - 2021-02-26