Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update layers #902

Merged
merged 3 commits into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ and this project adheres to
- Improve running default image ptests on RISCV
- Upgrade opkg to 0.6.3
- Fix build race in xfstests
- Fix compiler-rt sanitizers build
- Make clangd compilation optional
- Update LLVM to 18 RC2
- Upgrade openSSH to 9.6p1
- Update mesa to 24.x release
- Upgrade valgrind to 3.22.0
- Fix various python pieces to work with python 3.12

### Added

Expand All @@ -37,6 +44,7 @@ and this project adheres to
### Removed

- Remove meta-elm-binary layer, its not needed anymore for simpleIOT
- Delete LLVMVERSION

## [2024.01] - 2024-01-31

Expand Down
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-ti
Submodule meta-ti updated 25 files
+1 −1 meta-ti-bsp/conf/layer.conf
+1 −0 meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
+1 −0 meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
+3 −0 meta-ti-bsp/conf/machine/include/am62pxx.inc
+0 −35 ...bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver/0001-build-kbuild-Makefile.template-use-SECONDARY.patch
+2 −4 meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb
+1 −1 meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+2 −2 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
+1 −11 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
+0 −21 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.01.bb
+11 −0 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb
+20 −0 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+1 −1 meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
+0 −1 meta-ti-bsp/recipes-graphics/cairo/cairo_%.bbappend
+0 −5 meta-ti-bsp/recipes-graphics/cairo/pvr-cairo.inc
+1 −5 meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb
+5 −6 meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.3.6512818.bb
+1 −1 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
+3 −4 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb
+1 −1 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
+2 −2 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb
+1 −1 meta-ti-extras/conf/layer.conf
+1 −1 meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch
+31 −0 meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0002-Support-Linux-kernels-v6.6.patch
+4 −1 meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 92 files
+35 −14 bitbake/lib/bb/runqueue.py
+1 −1 bitbake/lib/bs4/tests/test_tree.py
+1 −1 meta/classes-global/insane.bbclass
+1 −0 meta/classes-global/package.bbclass
+4 −0 meta/classes-global/sanity.bbclass
+2 −3 meta/classes-recipe/kernel-arch.bbclass
+0 −3 meta/classes-recipe/meson.bbclass
+0 −6 meta/classes-recipe/rootfs-postcommands.bbclass
+4 −1 meta/classes-recipe/waf.bbclass
+0 −5 meta/conf/distro/include/tcmode-default.inc
+1 −0 meta/conf/documentation.conf
+1 −1 meta/conf/machine/include/microblaze/feature-microblaze-versions.inc
+22 −14 meta/lib/oe/package.py
+4 −0 meta/lib/oe/package_manager/ipk/sdk.py
+1 −1 meta/lib/oeqa/oetest.py
+1 −1 meta/lib/oeqa/selftest/cases/bblayers.py
+3 −3 meta/lib/oeqa/selftest/cases/fitimage.py
+14 −4 meta/lib/oeqa/selftest/cases/oelib/buildhistory.py
+2 −2 meta/lib/patchtest/tests/base.py
+3 −3 meta/lib/patchtest/utils.py
+2 −2 meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch
+5 −1 meta/recipes-connectivity/openssh/openssh_9.6p1.bb
+1 −1 meta/recipes-core/busybox/busybox-inittab_1.36.1.bb
+364 −0 meta/recipes-core/glib-2.0/glib-2.0/memory-monitor.patch
+1 −0 meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb
+1 −1 meta/recipes-core/glibc/glibc-version.inc
+0 −83 meta/recipes-core/glibc/glibc/0024-mips-FIx-clone3-implementation-BZ-31325.patch
+0 −1 meta/recipes-core/glibc/glibc_2.39.bb
+1 −1 meta/recipes-core/images/core-image-ptest.bb
+10 −12 meta/recipes-core/zlib/zlib/0001-configure-Pass-LDFLAGS-to-link-tests.patch
+1 −1 meta/recipes-core/zlib/zlib_1.3.1.bb
+6 −2 meta/recipes-devtools/llvm/llvm_git.bb
+2 −2 meta/recipes-devtools/python/python3-beartype_0.17.0.bb
+78 −92 meta/recipes-devtools/python/python3-cryptography-crates.inc
+1 −1 meta/recipes-devtools/python/python3-cryptography-vectors_42.0.2.bb
+0 −52 meta/recipes-devtools/python/python3-cryptography/0001-Fix-include-directory-when-cross-compiling-9129.patch
+10 −12 meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch
+2 −2 meta/recipes-devtools/python/python3-cryptography_42.0.2.bb
+1 −1 meta/recipes-devtools/python/python3-hatchling_1.21.1.bb
+1 −1 meta/recipes-devtools/python/python3-hypothesis_6.97.3.bb
+2 −2 meta/recipes-devtools/python/python3-mako_1.3.2.bb
+1 −1 meta/recipes-devtools/python/python3-pluggy_1.4.0.bb
+1 −1 meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb
+1 −1 meta/recipes-devtools/python/python3-psutil_5.9.8.bb
+1 −1 meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb
+1 −1 meta/recipes-devtools/python/python3-pytz_2023.4.bb
+1 −1 meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.8.bb
+1 −1 meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.6.bb
+1 −1 meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.5.bb
+1 −1 meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb
+1 −1 meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.10.bb
+1 −1 meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb
+2 −2 meta/recipes-devtools/python/python3/python3-manifest.json
+1 −0 meta/recipes-devtools/qemu/qemu.inc
+0 −182 meta/recipes-devtools/valgrind/valgrind/0001-Make-local-functions-static-to-avoid-assembler-error.patch
+0 −82 meta/recipes-devtools/valgrind/valgrind/0001-fix-opcode-not-supported-on-mips32-linux.patch
+0 −30 meta/recipes-devtools/valgrind/valgrind/0001-none-tests-x86-linux-seg_override.c-add-missing-incl.patch
+0 −92 meta/recipes-devtools/valgrind/valgrind/0002-context-APIs-are-not-available-on-musl.patch
+24 −3 meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64
+14 −0 meta/recipes-devtools/valgrind/valgrind/remove-for-all
+16 −8 meta/recipes-devtools/valgrind/valgrind_3.22.0.bb
+3 −1 meta/recipes-extended/bash/bash.inc
+2 −0 meta/recipes-extended/cups/cups.inc
+3 −5 meta/recipes-extended/pam/libpam_1.5.3.bb
+3 −3 meta/recipes-extended/timezone/timezone.inc
+4 −4 meta/recipes-extended/xz/xz_5.4.6.bb
+6 −6 meta/recipes-graphics/mesa/files/0001-meson.build-check-for-all-linux-host_os-combinations.patch
+0 −0 meta/recipes-graphics/mesa/mesa-gl_24.0.1.bb
+4 −4 meta/recipes-graphics/mesa/mesa.inc
+0 −0 meta/recipes-graphics/mesa/mesa_24.0.1.bb
+31 −0 meta/recipes-graphics/piglit/piglit/0001-utils-Include-libgen.h-on-musl-linux-systems.patch
+1 −0 meta/recipes-graphics/piglit/piglit_git.bb
+0 −59 meta/recipes-kernel/kexec/kexec-tools/0001-kexec-tools-purgatory-fix-build-on-binutils-2.42.patch
+95 −0 meta/recipes-kernel/kexec/kexec-tools/Fix-building-on-x86_64-with-binutils-2.41.patch
+1 −1 meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb
+4 −4 meta/recipes-kernel/perf/perf/sort-pmuevents.py
+1 −1 meta/recipes-rt/rt-tests/files/rt_bmark.py
+1 −1 meta/recipes-support/bmap-tools/bmap-tools_git.bb
+1 −1 meta/recipes-support/ptest-runner/ptest-runner_2.4.3.bb
+1 −1 scripts/combo-layer
+3 −3 scripts/contrib/bbvars.py
+4 −4 scripts/contrib/convert-overrides.py
+2 −2 scripts/lib/checklayer/__init__.py
+2 −2 scripts/lib/devtool/standard.py
+6 −6 scripts/lib/recipetool/create.py
+19 −19 scripts/lib/recipetool/create_buildsys.py
+1 −1 scripts/oe-check-sstate
+1 −1 scripts/oe-pkgdata-util
+1 −1 scripts/opkg-query-helper.py
+9 −2 scripts/patchtest
+1 −1 scripts/patchtest-get-branch
+14 −7 scripts/patchtest-send-results