From caa904c8b2d37eb2beb7f0f527a122cdd8e78f4b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Jul 2021 09:56:53 -0700 Subject: [PATCH] Layer Updates: sources/meta-arm sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/openembedded-core * sources/meta-arm 6bf368c...3277f66 (2): > arm-bsp/fvp-base: use the mainline linux devicetree > arm-toolchain/armcompiler: add EULA comment * sources/meta-openembedded 8067f4d89...ad4eaa675 (30): > XXX: Add Github actions CI support > python3-dateutil: Upgrade 2.8.1 -> 2.8.2 > python3-texttable: Upgrade 1.6.3 -> 1.6.4 > python3-pandas: Upgrade 1.2.5 -> 1.3.0 > python3-pyusb: Add missing runtime dependency on libusb1 > python3-gnupg: upgrade 0.4.6 -> 0.4.7 > python3-networkx: upgrade 2.5.1 -> 2.6.1 > python3-isort: upgrade 5.9.1 -> 5.9.2 > python3-flask-socketio: upgrade 5.0.3 -> 5.1.0 > python3-flask-migrate: upgrade 3.0.0 -> 3.0.1 > python3-django: upgrade 3.2.4 -> 3.2.5 > python3-cryptography-vectors: upgrade 3.4.6 -> 3.4.7 > python3-configargparse: upgrade 1.5 -> 1.5.1 > python3-cffi: upgrade 1.14.5 -> 1.14.6 > libwebsockets: Update 4.2.0 -> 4.2.1 > icewm: upgrade 2.3.4 -> 2.6.0 > ctags: upgrade 5.9.20210627.0 -> 5.9.20210711.0 > xfsprogs: upgrade 5.10.0 -> 5.12.0 > fatresize: upgrade 1.0.2 -> 1.1.0 < XXX: Add Github actions CI support < python3-pyusb: Add missing runtime dependency on libusb1 < python3-gnupg: upgrade 0.4.6 -> 0.4.7 < python3-networkx: upgrade 2.5.1 -> 2.6.1 < python3-isort: upgrade 5.9.1 -> 5.9.2 < python3-flask-socketio: upgrade 5.0.3 -> 5.1.0 < python3-flask-migrate: upgrade 3.0.0 -> 3.0.1 < python3-django: upgrade 3.2.4 -> 3.2.5 < python3-cryptography-vectors: upgrade 3.4.6 -> 3.4.7 < python3-configargparse: upgrade 1.5 -> 1.5.1 < python3-cffi: upgrade 1.14.5 -> 1.14.6 * sources/meta-qcom 26078e6...97d0f3c (2): > Merge pull request #317 from alimon/mesa_git > Merge pull request #318 from alimon/rmtfs * sources/meta-raspberrypi 0e48785...a18a760 (1): > python3-adafruit-*: fix branch parameter * sources/meta-riscv f2e9c10...e8e0eef (2): > linux-starfive-dev: Dev has now moved to 5.14 for version < linux-starfive-dev: Dev has now moved to 5.14 for version * sources/openembedded-core 91a6b294da...c373c67021 (29): > util-linux: Fix signature of close_range() > texinfo: Update gnulib to fix build with glibc 2.34 > binutils: Upgrade to 2.37 branch > libubootenv: Disable for ppc/ppc64 qemu machines > esdk: locked sig mismatch warnings when build from esdk env > systemd: Fix libseccomp testcase involving __NR_ppoll > libseccomp: Update to main branch > qemux86: Add identical qemux86copy variant for tests > glibc: Add missing symlinks for libpthread and librt dev files > glibc: Drop DUMMY_LOCALE_T define patch > glibc: Remove obsolete --enable-stackguard-randomization > glibc: Upgrade to future 2.34 ( master ) < texinfo: Update gnulib to fix build with glibc 2.34 < binutils: Upgrade to 2.37 branch < libubootenv: Disable for ppc/ppc64 qemu machines < esdk: locked sig mismatch warnings when build from esdk env < systemd: Fix libseccomp testcase involving __NR_ppoll < libseccomp: Update to main branch < qemux86: Add identical qemux86copy variant for tests < glibc: Add missing symlinks for libpthread and librt dev files < glibc: Drop DUMMY_LOCALE_T define patch < glibc: Remove obsolete --enable-stackguard-randomization < glibc: Upgrade to future 2.34 ( master ) > python3: Add a fix for a make install race > cups: update to 2.3.3op2 > own-mirrors: Add support for s3:// scheme in SOURCE_MIRROR_URL < cups: update to 2.3.3op2 < own-mirrors: Add support for s3:// scheme in SOURCE_MIRROR_URL < python3: Add a fix for a make install race Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-openembedded | 2 +- sources/meta-qcom | 2 +- sources/meta-raspberrypi | 2 +- sources/meta-riscv | 2 +- sources/openembedded-core | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index 6bf368c4d..3277f6698 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 6bf368c4db2681350e32798125cd9fed544a1122 +Subproject commit 3277f669808050e8831ce3ae5f18ae55f94155c9 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 8067f4d89..ad4eaa675 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 8067f4d895d403dc85b6d8f8cf986d46e097e530 +Subproject commit ad4eaa675105481bdbd7e666a94c79d0a3e8a41e diff --git a/sources/meta-qcom b/sources/meta-qcom index 26078e633..97d0f3c39 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit 26078e633f658c184574350b5ad570cc9954e42e +Subproject commit 97d0f3c396dabbf562cf04469051ac15496a6032 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index 0e48785e1..a18a760d1 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit 0e48785e15d864438cade6e526056dbc92e7a690 +Subproject commit a18a760d1e341d671936b01aee044551b0fea992 diff --git a/sources/meta-riscv b/sources/meta-riscv index f2e9c105f..e8e0eef91 160000 --- a/sources/meta-riscv +++ b/sources/meta-riscv @@ -1 +1 @@ -Subproject commit f2e9c105f3851d5c7ed2359b0001d51a4f4a7569 +Subproject commit e8e0eef916303a21a04e74376969b3aab8e44280 diff --git a/sources/openembedded-core b/sources/openembedded-core index 91a6b294d..c373c6702 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit 91a6b294dabd5d34f0a8d7ee2f1a62ce6f49ef48 +Subproject commit c373c67021e5756cb1e31552c0af24b29c9ab745