From 0d565740c7e7baacb4df72373f3037d85aa99c22 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 3 Dec 2021 13:24:20 -0800 Subject: [PATCH] Layer Updates: sources/bitbake sources/meta-96boards sources/meta-arm sources/meta-clang sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-raspberrypi sources/meta-rockchip sources/openembedded-core * sources/bitbake 7e1ca7ab...c59846e9 (4): > fetcher2: Use SkipRecipe instead of erroring out > siggen: Ensure dumpsig output is deterministic > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? * sources/meta-96boards c0a7f40...78ca30a (3): > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 31cffcd...e329253 (14): > CI: also build qemu-generic-arm64 for clang > arm/edk2-firmware: force debug builds when using Clang > arm/edk2-firmware: correctly set the target prefix in Clang builds > kas: corstone1000: update SE binary sizes > arm-bsp/u-boot: identify which bank to load kernel from > arm-bsp/trusted-firmware-a: patch to identify which bank to load fip from > arm-bsp/u-boot: patch to change kernel flash address > arm-bsp/trusted-firmware-a: patch to change flash base address of FIP > arm-bsp/trusted-firmware-m: corstone1000: firmware update changes > arm-bsp/u-boot: corstone1000: Implement autoboot storage device selection > arm-bsp/trusted firmware-a: corstone1000: implement EFI reset system > arm-bsp/u-boot: corstone1000: Enable PSCI Reset > arm-bsp/u-boot: corstone1000: Fix ISP1760 EFI boot issue > arm-bsp/u-boot: corstone1000: Enable SMM gateway * sources/meta-clang 9b55daf...1b16405 (1): > clang: Update to 13.0.1-rc1 * sources/meta-freescale-3rdparty f007a9f...b26df7f (1): > Merge pull request #187 from boundarydevices/master * sources/meta-openembedded ca5055ed2...7574033cd (14): > XXX: Add Github actions CI support > python3-pycparser: upgrade 2.20 -> 2.21 > python3-pyephem: upgrade 4.1 -> 4.1.1 > python3-ujson: upgrade 4.2.0 -> 4.3.0 > python3-typeguard: upgrade 2.13.0 -> 2.13.2 > python3-rdflib: upgrade 6.0.0 -> 6.0.2 > python3-pymongo: upgrade 3.12.0 -> 4.0 > python3-coloredlogs: Added nativesdk > gattlib: Explicitly disable Python support > libid3tag: add from oe-core > ostree: workaround compile error with option gcc option -Og > ntpsec: Disable seccomp on riscv32 > gjs: Link with libatomic on rv32 > meta-networking,meta-python: Fix README for yocto check layer * sources/meta-raspberrypi de1007b...9b922c2 (1): > raspberrypi4-64: Switch to using cortexa72-nocrypto default tune * sources/meta-rockchip c59ac32...e57e059 (1): > README: Add intstructions to add patch template * sources/openembedded-core ec2131070c...ca6f40bdfb (31): > mesa: Fix build on ARM systems without Neon > tune-cortexa72.inc: Add tune for nocrypto case > perf: Enable libunwind packageconfig on riscv64 > libunwind: Enable for rv64 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > bleeding: Add a global file to define managed tip of trees > glibc,cross-localedef-native: Implement devupstream support > devupstream: Handle SRC_URI less recipes > glibc: Add devupstream support > glibc: Append files instead of making then part of main SRC_URI > glibc-testsuite: Use append operator to add check-test-wrapper > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > yocto-check-layer: Add additional README checks > ptest-packagelists: Add missing python3-webcolors entry > patch.py: Initialize git repo before patching > glibc: Drop patch to support/workaround prelinked apps on armv5 > boost: Fix build on arches with no atomics > packagegroup-core-tools-testapps: clear GOTOOLS for riscv32 > recipetool: extend curl detection when creating recipes > recipetool: handle GitLab URLs like we do GitHub > openssl: fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a value > overlayfs: update notes on /etc > oeqa/selftest: unit tests for overlayfs-etc > oeqa/selftest: overlayfs helper function > image: add overlayfs-etc image feature > wic: image for overlayfs-etc tests > overlayfs-etc: mount etc as overlayfs > meson: drop redundant patch > uboot-sign: fix the concatenation when multiple U-BOOT configurations are specified > kernel: improve transformation from KERNEL_IMAGETYPE_FOR_MAKE Signed-off-by: Khem Raj --- sources/bitbake | 2 +- sources/meta-96boards | 2 +- sources/meta-arm | 2 +- sources/meta-clang | 2 +- sources/meta-freescale-3rdparty | 2 +- sources/meta-openembedded | 2 +- sources/meta-raspberrypi | 2 +- sources/meta-rockchip | 2 +- sources/openembedded-core | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sources/bitbake b/sources/bitbake index 7e1ca7ab5..c59846e97 160000 --- a/sources/bitbake +++ b/sources/bitbake @@ -1 +1 @@ -Subproject commit 7e1ca7ab50e3c6b642c3c11504c7c8f52cfa4528 +Subproject commit c59846e9730acaa93136ddb5fc4da383c7d4963a diff --git a/sources/meta-96boards b/sources/meta-96boards index c0a7f4052..78ca30ae4 160000 --- a/sources/meta-96boards +++ b/sources/meta-96boards @@ -1 +1 @@ -Subproject commit c0a7f4052bd78f9a6972a5459840f639452bf76c +Subproject commit 78ca30ae4bd8a0058cd4d03c147244ec4e7dbb36 diff --git a/sources/meta-arm b/sources/meta-arm index 31cffcd59..e32925375 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 31cffcd59c9b2d75a2ca9d7edf395c088a5c12f7 +Subproject commit e329253758bc0f9ad4be3c78810e5d3ab0f01e2b diff --git a/sources/meta-clang b/sources/meta-clang index 9b55daf76..1b1640576 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 9b55daf766795d6f04466dc2439198a6e271ee50 +Subproject commit 1b1640576a5e299d8675024b083dd794f5f082c9 diff --git a/sources/meta-freescale-3rdparty b/sources/meta-freescale-3rdparty index f007a9f8d..b26df7f32 160000 --- a/sources/meta-freescale-3rdparty +++ b/sources/meta-freescale-3rdparty @@ -1 +1 @@ -Subproject commit f007a9f8daed4ec3f971f3eef3e80ad5fe87832e +Subproject commit b26df7f321571b4a359c9bdf3038d0e1e97f7762 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index ca5055ed2..7574033cd 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit ca5055ed28263c4fc878cbaed8dff9bc8e49a729 +Subproject commit 7574033cda89010aaedabf37dba5514cacd7e889 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index de1007b69..9b922c2ef 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit de1007b690bba70af2c63c47022584c696a9992a +Subproject commit 9b922c2eff59d9fa88d87e4d3c5dc7fb9dc64310 diff --git a/sources/meta-rockchip b/sources/meta-rockchip index c59ac324f..e57e059a1 160000 --- a/sources/meta-rockchip +++ b/sources/meta-rockchip @@ -1 +1 @@ -Subproject commit c59ac324f704c05e6456f8fea66922fd3d1b1115 +Subproject commit e57e059a150fd7de53419b1f4ad63ca44c875dd8 diff --git a/sources/openembedded-core b/sources/openembedded-core index ec2131070..ca6f40bdf 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit ec2131070cae6c3933e5b08986e8245fcd9deb99 +Subproject commit ca6f40bdfbb7781440c4193c371cf1de410084f6