Skip to content

Commit

Permalink
Layer Updates: sources/bitbake sources/meta-96boards sources/meta-arm…
Browse files Browse the repository at this point in the history
… 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...121dd34 (15):
  > optee-ftpm: Limit to supported machines
  > 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...dfc2371c59 (40):
  > mesa: Fix build on ARM systems without Neon
  > tune-cortexa72.inc: Add tune for nocrypto case
  > 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
  > gcc: Test drop stdlib++ option
  > glslang: upgrade 11.7.0 -> 11.7.1
  > perf: Enable libunwind packageconfig on riscv64
  > libunwind: Enable for rv64
  > xkbcommon: add option for xkbregistry
  > libxkbcommon: split libraries into separate packages
  > xkbcommon: split xkbcli into a separate package
  > libxkbcommon: allow building of API documentation
  > libxkbcommon: remove obsolete util-macros dependency
  > libx11: update patch status
  > glew: update patch status
  > 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
  > 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

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Dec 4, 2021
1 parent 51c04da commit a03ae5d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion sources/bitbake
2 changes: 1 addition & 1 deletion sources/meta-arm
Submodule meta-arm updated 33 files
+2 −1 .gitlab-ci.yml
+1 −1 kas/corstone1000-base.yml
+60 −0 ...es-bsp/trusted-firmware-a/files/corstone1000/0003-corstone1000-implement-platform-specific-psci-reset.patch
+33 −0 ...trusted-firmware-a/files/corstone1000/0004-plat-arm-corstone1000-change-base-address-of-FIP-in-the-fl.patch
+102 −0 ...trusted-firmware-a/files/corstone1000/0005-plat-arm-corstone1000-identify-which-bank-to-load-fip-from.patch
+3 −0 meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
+33 −0 .../recipes-bsp/trusted-firmware-m/files/corstone1000/0001-corstone1000-disable-secure-debug-temporarily.patch
+470 −0 ...es-bsp/trusted-firmware-m/files/corstone1000/0002-corstone1000-provision-firmware-update-metadata-fwu.patch
+243 −0 ...es-bsp/trusted-firmware-m/files/corstone1000/0003-corstone1000-parse-the-uefi-firmware-update-capsule.patch
+106 −0 ...s-bsp/trusted-firmware-m/files/corstone1000/0004-corstone1000-add-firmware-update-fwu-agent-into-TF-M.patch
+437 −0 ...s-bsp/trusted-firmware-m/files/corstone1000/0005-corstone1000-implement-corstone1000_fwu_flash_images.patch
+266 −0 ...bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0006-corstone1000-add-logic-to-select-boot-bank.patch
+645 −0 ...arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0007-corstone1000-integrate-watchdog-driver.patch
+119 −0 ...-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0008-corstone1000-impelment-accept-image-logic.patch
+91 −0 ...ipes-bsp/trusted-firmware-m/files/corstone1000/0009-corstone1000-implement-select-previous-bank-logic.patch
+136 −0 ...cipes-bsp/trusted-firmware-m/files/corstone1000/0010-corstone1000-implement-corstone1000_fwu_host_ack.patch
+39 −0 ...s-bsp/trusted-firmware-m/files/corstone1000/0011-SPM-multiple-core-initailize-multi-core-communicatio.patch
+169 −0 ...es-bsp/trusted-firmware-m/files/corstone1000/0012-corstone1000-implement-timer-to-track-host-progress.patch
+369 −0 ...ipes-bsp/trusted-firmware-m/files/corstone1000/0013-corstone1000-fwu-nv-counter-anti-rollback-support.patch
+50 −0 ...rm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0014-corstone1000-bug-fix-in-openamp-version.patch
+80 −0 ...es-bsp/trusted-firmware-m/files/corstone1000/0015-corstone1000-secure-host-watchdog-interrupt-handler.patch
+22 −1 meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc
+38 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0025-corstone1000-Update-FFA-shared-buffer-address.patch
+58 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0026-corstone1000-Disable-set-get-of-NV-variables.patch
+45 −0 ...-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0027-corstone1000-Make-sure-shared-buffer-contents-are-no.patch
+96 −0 ...p/recipes-bsp/u-boot/u-boot/corstone1000/0028-arm-corstone1000-fix-unrecognized-filesystem-type-error.patch
+27 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0029-corstone1000-set-CONFIG_PSCI_RESET.patch
+64 −0 ...bsp/recipes-bsp/u-boot/u-boot/corstone1000/0030-arm-bsp-u-boot-corstone1000-Implement-autoboot-script.patch
+47 −0 ...-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0031-corstone1000-change-base-address-of-kernel-in-the-fl.patch
+66 −0 ...m-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0032-arm-corstone1000-identify-which-bank-to-load-kernel.patch
+9 −1 meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend
+7 −1 meta-arm/recipes-bsp/uefi/edk2-firmware.inc
+2 −1 meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-freescale-3rdparty
2 changes: 1 addition & 1 deletion sources/meta-openembedded
2 changes: 1 addition & 1 deletion sources/meta-raspberrypi
2 changes: 1 addition & 1 deletion sources/meta-rockchip
Submodule meta-rockchip updated 1 files
+13 −3 README
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 47 files
+4 −0 meta-selftest/wic/overlayfs_etc.wks.in
+4 −1 meta/classes/devupstream.bbclass
+2 −1 meta/classes/image.bbclass
+18 −3 meta/classes/kernel.bbclass
+93 −0 meta/classes/overlayfs-etc.bbclass
+1 −0 meta/classes/overlayfs.bbclass
+15 −1 meta/classes/uboot-sign.bbclass
+2 −0 meta/conf/distro/include/bleeding.inc
+1 −0 meta/conf/distro/include/ptest-packagelists.inc
+7 −1 meta/conf/machine/include/arm/armv8a/tune-cortexa72.inc
+3 −0 meta/conf/machine/qemux86copy.conf
+0 −2 meta/lib/oe/copy_buildsystem.py
+15 −1 meta/lib/oe/patch.py
+15 −0 meta/lib/oeqa/selftest/cases/bbtests.py
+157 −16 meta/lib/oeqa/selftest/cases/overlayfs.py
+108 −0 meta/recipes-connectivity/openssl/openssl/0001-Fix-EVP_PKEY_CTX_get_rsa_pss_saltlen-no.patch
+1 −0 meta/recipes-connectivity/openssl/openssl_3.0.0.bb
+9 −0 meta/recipes-core/glibc/cross-localedef-native_2.34.bb
+5 −0 meta/recipes-core/glibc/glibc-collateral.inc
+1 −1 meta/recipes-core/glibc/glibc-locale.inc
+2 −1 meta/recipes-core/glibc/glibc-testsuite_2.34.bb
+0 −58 meta/recipes-core/glibc/glibc/0012-Quote-from-bug-1443-which-explains-what-the-patch-do.patch
+11 −6 meta/recipes-core/glibc/glibc_2.34.bb
+1 −2 meta/recipes-core/images/core-image-ptest-all.bb
+1 −2 meta/recipes-core/images/core-image-ptest-fast.bb
+1 −0 meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+0 −1 meta/recipes-devtools/gcc/gcc-11.2.inc
+2 −2 meta/recipes-devtools/gcc/gcc-runtime.inc
+0 −118 meta/recipes-devtools/gcc/gcc/0005-optional-libstdc.patch
+0 −1 meta/recipes-devtools/meson/meson.inc
+0 −26 meta/recipes-devtools/meson/meson/0001-is_debianlike-always-return-False.patch
+1 −1 meta/recipes-graphics/glew/glew/0001-Fix-build-race-in-Makefile.patch
+1 −1 meta/recipes-graphics/glew/glew/no-strip.patch
+2 −0 meta/recipes-graphics/glew/glew/notempdir.patch
+1 −1 meta/recipes-graphics/glslang/glslang_11.7.1.bb
+49 −0 meta/recipes-graphics/mesa/files/0001-util-format-Check-for-NEON-before-using-it.patch
+1 −0 meta/recipes-graphics/mesa/mesa.inc
+2 −11 meta/recipes-graphics/xorg-lib/libx11/Fix-hanging-issue-in-_XReply.patch
+15 −4 meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb
+0 −1 meta/recipes-kernel/perf/perf.bb
+53 −0 ...ecipes-support/boost/boost/0002-math-allow-definition-of-boost_math_no_atomic_int-on-the-command-line.patch
+151 −0 meta/recipes-support/boost/boost/0003-math-make-no-atomics-a-soft-failure-in-bernoulli_details_hpp.patch
+2 −0 meta/recipes-support/boost/boost_1.77.0.bb
+0 −1 meta/recipes-support/libunwind/libunwind_1.6.0.bb
+6 −0 scripts/lib/checklayer/cases/common.py
+1 −1 scripts/lib/recipetool/create.py
+2 −1 scripts/lib/recipetool/create_buildsys.py

0 comments on commit a03ae5d

Please sign in to comment.