-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Layer Updates: sources/bitbake sources/meta-arm sources/meta-clang so…
…urces/meta-freescale sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/openembedded-core * sources/bitbake c1c8fc67...87923546 (3): > fetcher2: Use SkipRecipe instead of erroring out > cooker: Add debugging for module lock issue > runqueue: Fix sig file location when using multiconfig * sources/meta-arm c713908...9e32af6 (9): > hafnium: Fix build when _Noreturn is not available > ffa-debugfs-mod: Do not build for rpi machines > external-arm-toolchain: Add support for Arm GCC 11.2 binary release > external-arm-toolchain-versions: Use ldd to get libc version > arm-bsp/tc: CI-700 driver enablement in kernel. > CI: use kirkstone branch, not master > arm-bsp/trusted-services: corstone1000: add sysroot tasks dependency > kas/fvp-baser-aemv8r64: Install ssh-pregen-hostkeys > optee-ftpm: Install artifacts into nonarch_base_libdir * sources/meta-clang 12a5f8b...85d956d (2): > clang: Upgrade to 14.0.3 > bpftrace: Fix build with new libbpf * sources/meta-freescale 96a0904c...68e60d69 (4): > Merge pull request #1064 from tprrt/tprrt/imx-mkimage-fix-mission-bl31 > Merge pull request #1063 from MaxKrummenacher/master > Merge pull request #1059 from MaxKrummenacher/master > Merge pull request #1061 from tprrt/tprrt/imx-mkimage-fix-typo * sources/meta-openembedded aea550e75...cecd18445 (46): > XXX: Add Github actions support for CI > cryptsetup: Add luks2 related PACKAGECONFIGs > layer.conf: Post release codename changes > python3-wxgtk4: Needs x11 for sip module > meta-python-image: Fix build depends > python3-pyfanotify: new package > python3-websockets: upgrade 10.2 -> 10.3 > python3-twisted: upgrade 22.2.0 -> 22.4.0 > python3-textparser: upgrade 0.23.0 -> 0.24.0 > python3-socketio: upgrade 5.5.2 -> 5.6.0 > python3-sentry-sdk: upgrade 1.5.8 -> 1.5.10 > python3-regex: upgrade 2022.3.15 -> 2022.4.24 > python3-pymongo: upgrade 4.1.0 -> 4.1.1 > python3-pylint: upgrade 2.13.5 -> 2.13.7 > python3-protobuf: upgrade 3.20.0 -> 3.20.1 > python3-paramiko: upgrade 2.10.3 -> 2.10.4 > python3-langtable: upgrade 0.0.57 -> 0.0.58 > python3-imageio: upgrade 2.17.0 -> 2.18.0 > python3-graphviz: upgrade 0.19.2 -> 0.20 > python3-google-api-python-client: upgrade 2.43.0 -> 2.45.0 > python3-flask-socketio: upgrade 5.1.1 -> 5.1.2 > python3-engineio: upgrade 4.3.1 -> 4.3.2 > python3-cachecontrol: upgrade 0.12.10 -> 0.12.11 > python3-bitstruct: upgrade 8.14.0 -> 8.14.1 > python3-astroid: upgrade 2.11.2 -> 2.11.3 > meta-networking: drop meta-python layer depends > packagegroup-meta-networking: update pkg group > firewalld: move to dynamic meta-python layer > packagegroup-meta-python.bb: update pkg group > python3-ldap: move to meta-python > packagegroup-meta-oe: update pkg group > nvmetcli: move recipe to meta-oe > netplan: move from meta-networking to meta-oe > cyrus-sasl: move from meta-networking to meta-oe > crda: move to a dynamic-layer for python > evince: Add dbus to depnedencies on non-x11 builds > makedumpfile: Use right TARGET for ppc32 > mimic: Use special rateconv.c license > libcereal: Enable for glibc/ppc > ufw: Fix packaging errors found with ppc64 > conntrack-tools: Fix missing capability > frr: inherit autotools-brokensep instead of autotools > meta-oe-image: fix build depends > libesmtp: Disable NTLM support by default > babl: Fix build with meson 0.62+ > boinc-client: Make script install not depend on host install paths * sources/meta-qcom f269c16...e9457af (2): > Merge pull request #446 from lumag/gpsd > Merge pull request #448 from lumag/nexus-fw * sources/meta-qt5 5b71df6...38c0877 (1): > libconnman-qt5: Apply operator patch for all compilers * sources/meta-raspberrypi 0135a02...c97a9e3 (1): > kmod: Enable xz compression * sources/meta-riscv 502cf0e...d91c0ce (1): > tgt: Skip textrel check * sources/meta-ti d6494c93...7b81d5c7 (2): > uio-module-drv-test: Fix build with clang > wlconf: Use nonarch_base_libdir instead of hardcoding /lib * sources/openembedded-core 8bed8e6993...9c7fb6f00e (71): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > qemux86: Add identical qemux86copy variant for tests > gcc: upgrade 11.3 -> current gcc-12 Release Candidate > strace: fix ptest failure in landlock > linux-yocto/5.15: fix qemuarm graphical boot > linux-yocto: Enable powerpc-debug fragment for ppc64 LE > linux-yocto/5.15: update to v5.15.36 > linux-yocto/5.15: fix -standard kernel build issue > linux-yocto: enable powerpc debug fragment > linux-yocto/5.15: Fix CVE-2022-28796 > linux-yocto/5.15: update to v5.15.35 > linux-yocto/5.10: update to v5.10.112 > linux-yocto/5.15: netfilter: conntrack: avoid useless indirection during conntrack destruction > linux-yocto/5.15: fix ppc boot > linux-yocto/5.15: kasan: fix BUG: sleeping function called from invalid context > linux-yocto/5.15: base: enable kernel crypto userspace API > linux-yocto/5.15: update to v5.15.33 > linux-yocto/5.10: base: enable kernel crypto userspace API > linux-yocto/5.10: update to v5.10.110 > linux-yocto/5.15: arm: poky-tiny cleanup and fixes > qemu: Add packageconfig for libbpf support > powerpc: Remove invalid GLIBC_EXTRA_OECONF > scriptutils: fix style to be more PEP8 compliant > fixup? > oe/utils: remove the ThreadedPool > sstate: use the python3 ThreadPoolExecutor instead of the OE ThreadedPool > sstate: store the tasklist in a LockedSet > sstate: add a LockedSet class as python set() is not thread safe > volatile-binds: Remove TimeoutSec and allow DefaultTimeoutSec to be used > volatile-binds: Change DefaultDependencies from false to no > strace: Don't run ptest as "nobody" > base-passwd: Disable shell for default users > sed: Specify shell for "nobody" user in run-ptest > eudev: Remove unused files > musl-locales: explicitly depend on gettext-native > license_image.bbclass: Make QA errors fail the build > curl: Update to 7.83.0 > kernel-yocto: allow patch author date to be commit date > scripts/contrib/oe-build-perf-report-email.py: remove obsolete check for phantomjs and optipng > go-helloworld: remove unused GO_WORKDIR > lib/sstatesig: Fix find_siginfo to match sstate filename generation > kmod: Enable xz support by default > pulseaudio: conditionally depend on alsa-plugins-pulseaudio-conf > image.bbclass: allow overriding dependency on virtual/kernel:do_deploy > cve-check: no need to depend on the fetch task > llvm: update 14.0.0 -> 14.0.1 > stress-ng: upgrade 0.13.12 -> 0.14.00 > cmake: update 3.23.0 -> 3.23.1 > libgpg-error: 1.44 -> 1.45 > libcap-ng: update 0.8.2 -> 0.8.3 > valgrind: update 3.18.1 -> 3.19.0 > icu: update 70.1 -> 71.1 > meson: update 0.61.3 -> 0.62.1 > go: update 1.18 -> 1.18.1 > glib: upgrade 2.72.0 -> 2.72.1 > python3-pyparsing: upgrade 3.0.7 -> 3.0.8 > python3-typing-extensions: upgrade 3.10.0.0 -> 4.2.0 > vulkan-samples: update to latest revision > piglit: update to latest revision > go-helloworld: update to latest revision > gnu-config: update to latest revision > python3-psutil: submit patch upstream > libxml2: update patch status > cve_check: skip remote patches that haven't been fetched when searching for CVE tags > staging: Ensure we filter out ourselves > util-linux: Create u-a symlink for findfs utility > sanity: skip make 4.2.1 warning for debian > wic: Add dependencies for erofs-utils > neard: Switch SRC_URI to git repo > zlib: Add patch to fix building icedtea7-native from meta-java > rust: update 1.59.0 -> 1.60.0 Signed-off-by: Khem Raj <[email protected]>
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Submodule bitbake
updated
3 files
+19 −0 | lib/bb/cooker.py | |
+1 −1 | lib/bb/fetch2/git.py | |
+1 −1 | lib/bb/runqueue.py |
Submodule meta-arm
updated
32 files
Submodule meta-clang
updated
4 files
Submodule meta-freescale
updated
8 files
Submodule meta-openembedded
updated
80 files
Submodule meta-qcom
updated
15 files
Submodule openembedded-core
updated
169 files