Skip to content

Commit

Permalink
Merge pull request #730 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers
  • Loading branch information
cbrake authored Oct 14, 2022
2 parents 0568515 + 846aed5 commit 1f2e8ce
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 16 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,25 @@ and this project adheres to

### Changed

- Bump LAYERSERIES_COMPAT to langdate ( yocto 4.1 )
- Enforce using libgcc for fmt package for float128 support
- Allow creating src-pkgs when using clang compiler globally
- Update clang to 15.0.2 release tag
- linux-starfive-dev bumped to 6.0.0
- Tweak libcamera to build for Raspberry Pi
- Build u-boot-starfive outside source tree
- Improve manuals with reference to familiar tasks
- Assorted package version upgrades

### Added

- Add ptest support for bpftrace
- Add new recipe - rpi-libcamera-apps

### Removed

- Remove -ffile-compilation-dir from global clang options

## [2022.09] - 2022-09-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-arm
Submodule meta-arm updated 327 files
2 changes: 1 addition & 1 deletion sources/meta-atmel
Submodule meta-atmel updated 1 files
+1 −1 conf/layer.conf
2 changes: 1 addition & 1 deletion sources/meta-clang
Submodule meta-clang updated 41 files
+0 −3 classes/clang.bbclass
+1 −1 conf/layer.conf
+2 −0 conf/nonclangable.conf
+53 −0 dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/run-ptest
+15 −4 dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.16.0.bb
+1 −1 recipes-devtools/clang/clang.inc
+1 −1 recipes-devtools/clang/clang/0001-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch
+1 −1 recipes-devtools/clang/clang/0002-compiler-rt-support-a-new-embedded-linux-target.patch
+1 −1 recipes-devtools/clang/clang/0003-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch
+1 −1 recipes-devtools/clang/clang/0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch
+1 −1 recipes-devtools/clang/clang/0005-llvm-allow-env-override-of-exe-and-libdir-path.patch
+1 −1 recipes-devtools/clang/clang/0006-clang-driver-Check-sysroot-for-ldso-path.patch
+1 −1 recipes-devtools/clang/clang/0007-clang-Driver-tools.cpp-Add-lssp_nonshared-on-musl.patch
+1 −1 recipes-devtools/clang/clang/0008-clang-Prepend-trailing-to-sysroot.patch
+1 −1 recipes-devtools/clang/clang/0009-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch
+1 −1 recipes-devtools/clang/clang/0010-clang-Define-releative-gcc-installation-dir.patch
+1 −1 recipes-devtools/clang/clang/0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch
+1 −1 recipes-devtools/clang/clang/0012-Pass-PYTHON_EXECUTABLE-when-cross-compiling-for-nati.patch
+1 −1 recipes-devtools/clang/clang/0013-Check-for-atomic-double-intrinsics.patch
+1 −1 recipes-devtools/clang/clang/0014-libcxx-Add-compiler-runtime-library-to-link-step-for.patch
+1 −1 recipes-devtools/clang/clang/0015-clang-llvm-cmake-Fix-configure-for-packages-using-fi.patch
+1 −1 recipes-devtools/clang/clang/0016-clang-Fix-resource-dir-location-for-cross-toolchains.patch
+1 −1 recipes-devtools/clang/clang/0017-clang-driver-Add-dyld-prefix-when-checking-sysroot-f.patch
+1 −1 recipes-devtools/clang/clang/0018-clang-Use-python3-in-python-scripts.patch
+1 −1 recipes-devtools/clang/clang/0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch
+1 −1 recipes-devtools/clang/clang/0020-llvm-Do-not-use-find_library-for-ncurses.patch
+1 −1 recipes-devtools/clang/clang/0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch
+1 −1 recipes-devtools/clang/clang/0022-compiler-rt-Do-not-use-backtrace-APIs-on-non-glibc-l.patch
+1 −1 recipes-devtools/clang/clang/0023-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch
+1 −1 recipes-devtools/clang/clang/0024-compiler-rt-Link-scudo-with-SANITIZER_CXX_ABI_LIBRAR.patch
+1 −1 recipes-devtools/clang/clang/0025-libunwind-Added-unw_backtrace-method.patch
+1 −1 recipes-devtools/clang/clang/0026-clang-Do-not-use-install-relative-libc-headers.patch
+1 −1 recipes-devtools/clang/clang/0027-clang-Fix-how-driver-finds-GCC-installation-path-on-.patch
+1 −1 recipes-devtools/clang/clang/0028-Fix-lib-paths-for-OpenEmbedded-Host.patch
+1 −1 recipes-devtools/clang/clang/0029-Correct-library-search-path-for-OpenEmbedded-Host.patch
+1 −1 recipes-devtools/clang/clang/0030-lldb-Link-with-libatomic-on-x86.patch
+1 −1 recipes-devtools/clang/clang/0031-clang-exclude-openembedded-distributions-from-settin.patch
+1 −1 recipes-devtools/clang/clang/0032-compiler-rt-Enable-__int128-for-ppc32.patch
+27 −11 recipes-devtools/clang/clang/0033-llvm-Do-not-use-cmake-infra-to-detect-libzstd.patch
+1 −1 recipes-devtools/clang/clang/0034-Revert-MIPS-compiler-rt-Fix-stat-struct-s-size-for-O.patch
+63 −1 recipes-devtools/clang/clang_git.bb
2 changes: 1 addition & 1 deletion sources/meta-elm-binary
2 changes: 1 addition & 1 deletion sources/meta-freescale-3rdparty
2 changes: 1 addition & 1 deletion sources/meta-intel
2 changes: 1 addition & 1 deletion sources/meta-odroid
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 129 files
2 changes: 1 addition & 1 deletion sources/meta-qcom
Submodule meta-qcom updated 1 files
+1 −1 conf/layer.conf
2 changes: 1 addition & 1 deletion sources/meta-rockchip
Submodule meta-rockchip updated 1 files
+1 −1 conf/layer.conf
2 changes: 1 addition & 1 deletion sources/meta-ti
Submodule meta-ti updated 44 files
+1 −1 meta-ti-bsp/conf/layer.conf
+3 −3 meta-ti-bsp/conf/machine/am57xx-evm.conf
+3 −1 meta-ti-bsp/conf/machine/am62xx-evm.conf
+1 −2 meta-ti-bsp/conf/machine/am64xx-hs-evm.conf
+1 −2 meta-ti-bsp/conf/machine/am65xx-hs-evm.conf
+1 −1 meta-ti-bsp/conf/machine/dra7xx-evm.conf
+1 −4 meta-ti-bsp/conf/machine/include/am62xx.inc
+2 −4 meta-ti-bsp/conf/machine/include/am64xx.inc
+4 −1 meta-ti-bsp/conf/machine/include/am65xx.inc
+2 −4 meta-ti-bsp/conf/machine/include/k3.inc
+4 −2 meta-ti-bsp/conf/machine/include/ti43x.inc
+0 −3 meta-ti-bsp/conf/machine/j7200-evm.conf
+1 −1 meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf
+1 −2 meta-ti-bsp/conf/machine/j7200-hs-evm.conf
+3 −0 meta-ti-bsp/conf/machine/j721e-evm.conf
+1 −0 meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf
+1 −3 meta-ti-bsp/conf/machine/j721e-hs-evm.conf
+1 −3 meta-ti-bsp/conf/machine/j721s2-evm.conf
+13 −0 meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf
+21 −0 meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
+1 −1 meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb
+2 −2 meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
+3 −3 meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
+1 −1 meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
+1 −1 meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb
+1 −1 meta-ti-bsp/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb
+5 −3 meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+18 −0 meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
+22 −22 meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+2 −2 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+25 −19 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+1 −1 meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
+3 −3 meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
+3 −3 meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc
+2 −2 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
+2 −8 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
+1 −1 meta-ti-bsp/recipes-kernel/linux/setup-defconfig.inc
+2 −0 meta-ti-bsp/recipes-security/optee/optee-client_%.bbappend
+2 −0 meta-ti-bsp/recipes-security/optee/optee-examples_%.bbappend
+2 −0 meta-ti-bsp/recipes-security/optee/optee-os-tadevkit_%.bbappend
+18 −1 meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
+3 −0 meta-ti-bsp/recipes-security/optee/optee-test_%.bbappend
+58 −0 meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
+1 −1 meta-ti-extras/conf/layer.conf
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 34 files
+1 −1 bitbake/bin/bitbake
+1 −1 bitbake/lib/bb/__init__.py
+74 −114 documentation/dev-manual/common-tasks.rst
+4 −4 documentation/dev-manual/qemu.rst
+5 −5 documentation/kernel-dev/common.rst
+1 −1 documentation/migration-guides/migration-1.3.rst
+1 −1 documentation/migration-guides/migration-1.7.rst
+2 −2 documentation/migration-guides/migration-1.8.rst
+6 −6 documentation/migration-guides/migration-2.1.rst
+1 −1 documentation/migration-guides/migration-2.4.rst
+1 −1 documentation/migration-guides/migration-2.5.rst
+1 −1 documentation/migration-guides/migration-2.6.rst
+1 −1 documentation/migration-guides/migration-3.1.rst
+6 −6 documentation/migration-guides/migration-3.2.rst
+3 −3 documentation/migration-guides/migration-3.4.rst
+3 −3 documentation/migration-guides/migration-4.0.rst
+1 −0 documentation/migration-guides/release-4.0.rst
+3 −3 documentation/migration-guides/release-notes-3.4.rst
+299 −0 documentation/migration-guides/release-notes-4.0.4.rst
+4 −4 documentation/migration-guides/release-notes-4.0.rst
+34 −38 documentation/overview-manual/concepts.rst
+11 −11 documentation/ref-manual/classes.rst
+5 −8 documentation/ref-manual/faq.rst
+3 −3 documentation/ref-manual/images.rst
+7 −7 documentation/ref-manual/qa-checks.rst
+1 −1 documentation/ref-manual/structure.rst
+2 −0 documentation/ref-manual/system-requirements.rst
+30 −32 documentation/ref-manual/tasks.rst
+92 −50 documentation/ref-manual/variables.rst
+1 −1 documentation/sdk-manual/extensible.rst
+4 −3 meta-poky/conf/distro/poky.conf
+1 −1 meta/conf/layer.conf
+1 −1 meta/recipes-core/images/build-appliance-image_15.0.0.bb
+2 −0 meta/recipes-devtools/go/go-runtime.inc

0 comments on commit 1f2e8ce

Please sign in to comment.