Skip to content

Commit

Permalink
Layer Updates: sources/bitbake sources/meta-96boards sources/meta-cla…
Browse files Browse the repository at this point in the history
…ng 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-clang 9b55daf...eb36953 (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...88490a419 (13):
  > 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
  > 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 <[email protected]>
  • Loading branch information
kraj committed Dec 3, 2021
1 parent 41e0ef3 commit b6f5df5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sources/bitbake
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-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 38 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/meson/meson.inc
+0 −26 meta/recipes-devtools/meson/meson/0001-is_debianlike-always-return-False.patch
+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
+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 b6f5df5

Please sign in to comment.