Skip to content
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2026.01] - 2026-01-XX

### Changed

- Set CVE_PRODUCT for meta-openembedded layers
- Introduce k1 include and SOC_FAMILY in RISCV layer
- Package fuse and dram-info tools in tegra-tools
- Upgrade LLVM/Clang to 21.1.8 release
- Upgrade rust to 1.92.0
- Upgrade spirv-llvm-translator to 21.1.3
- Upgrade Qemu to 10.1.3

### Added

- Add new recipes for - python3-bumble, python3-pyee, u-boot-spl-k1
- Add new machines for bananapi-f3 and orangepi-rv2-mainline

## [2025.12] - 2025-12-31

### Changed
Expand Down
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
#YOE_PROFILE = "yoe-glibc-systemd-wayland"
#require conf/world.conf

IMG_VERSION = "25.12.0"
IMG_VERSION = "25.12.1"

#INHERIT += "cve-check"
2 changes: 1 addition & 1 deletion sources/meta-arm
2 changes: 1 addition & 1 deletion sources/meta-intel
Submodule meta-intel updated 21 files
+1 −3 conf/layer.conf
+2 −2 dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.21.1.bb
+3 −5 dynamic-layers/openembedded-layer/recipes-core/linux-npu-driver/linux-npu-driver_1.23.0.bb
+4 −2 dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.3.bb
+1 −1 lib/oeqa/runtime/cases/libipt.py
+0 −0 recipes-core/dnn/files/run-ptest
+0 −0 recipes-core/dnn/onednn_3.5.3.bb
+2 −1 recipes-core/microcode/iucode-tool_2.3.1.bb
+0 −0 recipes-opencl/compute-runtime/intel-compute-runtime/0002-Build-not-able-to-locate-cpp_generation_tool.patch
+0 −0 recipes-opencl/compute-runtime/intel-compute-runtime/0003-external-ocloc.patch
+0 −0 recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb
+0 −0 recipes-opencl/igc/files/0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch
+0 −0 recipes-opencl/igc/files/0001-Build-not-able-to-locate-BiFManager-bin.patch
+0 −0 recipes-opencl/igc/files/0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch
+0 −0 recipes-opencl/igc/files/0001-fix-tblgen.patch
+0 −0 recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch
+0 −0 recipes-opencl/igc/intel-graphics-compiler_2.10.10.bb
+0 −0 recipes-opencl/opencl-clang/files/0001-cl_headers-CMakeLists.txt-use-clang-from-native-sysr.patch
+0 −0 recipes-opencl/opencl-clang/files/0002-Request-native-clang-only-when-cross-compiling-464.patch
+0 −0 recipes-opencl/opencl-clang/opencl-clang.inc
+0 −0 recipes-opencl/opencl-clang/opencl-clang_15.0.0.bb
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 107 files
2 changes: 1 addition & 1 deletion sources/meta-qcom
Submodule meta-qcom updated 69 files
+116 −0 .github/actions/lava-test-plans/action.yml
+54 −0 .github/actions/list-jobs/action.yml
+1 −0 .github/workflows/build-yocto.yml
+152 −48 .github/workflows/test.yml
+0 −44 ci/generatetests.py
+1 −0 ci/initramfs-test.yml
+8 −0 ci/iq-x7181-evk.yml
+0 −118 ci/lava.yml
+0 −36 ci/lava/poky-altcfg/README.md
+0 −79 ci/lava/poky-altcfg/dragonboard-410c/boot.yaml
+0 −77 ci/lava/poky-altcfg/dragonboard-820c/boot.yaml
+0 −63 ci/lava/poky-altcfg/iq-9075-evk/boot.yaml
+0 −63 ci/lava/poky-altcfg/qcs8300-ride-sx/boot.yaml
+0 −63 ci/lava/poky-altcfg/qcs9100-ride-sx/boot.yaml
+0 −63 ci/lava/poky-altcfg/rb1-core-kit/boot.yaml
+0 −63 ci/lava/poky-altcfg/rb3gen2-core-kit/boot.yaml
+0 −36 ci/lava/qcom-distro/README.md
+0 −81 ci/lava/qcom-distro/dragonboard-410c/boot.yaml
+0 −79 ci/lava/qcom-distro/dragonboard-820c/boot.yaml
+0 −65 ci/lava/qcom-distro/iq-9075-evk/boot.yaml
+0 −65 ci/lava/qcom-distro/qcs8300-ride-sx/boot.yaml
+0 −65 ci/lava/qcom-distro/qcs9100-ride-sx/boot.yaml
+0 −65 ci/lava/qcom-distro/rb1-core-kit/boot.yaml
+0 −65 ci/lava/qcom-distro/rb3gen2-core-kit/boot.yaml
+81 −0 classes-recipe/dtb-fit-image.bbclass
+37 −15 classes-recipe/image_types_qcom.bbclass
+6 −0 classes/linux-qcom-dtbbin.bbclass
+3 −0 conf/layer.conf
+42 −0 conf/machine/include/fit-dtb-compatible.inc
+7 −0 conf/machine/include/qcom-common.inc
+19 −0 conf/machine/include/qcom-hamoa.inc
+25 −0 conf/machine/iq-x7181-evk.conf
+1 −2 dynamic-layers/openembedded-layer/recipes-support/sensors/sensinghub_1.0.4.bb
+96 −0 lib/qcom/dtb_only_fitimage.py
+3 −1 recipes-bsp/firmware-boot/firmware-qcom-boot-common.inc
+22 −0 recipes-bsp/firmware-boot/firmware-qcom-boot-iq-x7181.inc
+3 −0 recipes-bsp/firmware-boot/firmware-qcom-boot-iq-x7181_00004.0.bb
+0 −3 recipes-bsp/firmware-boot/firmware-qcom-boot-qcs615_00108.0.bb
+3 −0 recipes-bsp/firmware-boot/firmware-qcom-boot-qcs615_00114.0.bb
+0 −3 recipes-bsp/firmware-boot/firmware-qcom-boot-qcs6490_00108.0.bb
+3 −0 recipes-bsp/firmware-boot/firmware-qcom-boot-qcs6490_00114.0.bb
+0 −3 recipes-bsp/firmware-boot/firmware-qcom-boot-qcs8300_00108.0.bb
+3 −0 recipes-bsp/firmware-boot/firmware-qcom-boot-qcs8300_00114.0.bb
+0 −3 recipes-bsp/firmware-boot/firmware-qcom-boot-qcs9100_00108.0.bb
+3 −0 recipes-bsp/firmware-boot/firmware-qcom-boot-qcs9100_00114.0.bb
+1 −1 recipes-bsp/firmware-boot/firmware-qcom-boot-qrb2210-rb1_23.12.bb
+34 −22 recipes-bsp/firmware/firmware-qcom.inc
+7 −0 recipes-bsp/images/initramfs-firmware-qcs615-ride-image.bb
+2 −2 recipes-bsp/packagegroups/packagegroup-iq-9075-evk.bb
+21 −0 recipes-bsp/packagegroups/packagegroup-machine-essential.bb
+1 −1 recipes-bsp/packagegroups/packagegroup-qcs615-ride.bb
+1 −1 recipes-bsp/partition/qcom-partition-conf_git.bb
+5 −5 recipes-graphics/adreno/qcom-adreno_1.838.3.bb
+0 −36 recipes-graphics/msm-gbm-backend/files/0001-QCOM-libgbm-create-MSM-backend-if-KGSL-GPU.patch
+2 −3 recipes-graphics/msm-gbm-backend/msm-gbm-backend.bb
+1 −0 recipes-kernel/images/esp-qcom-image.bb
+3 −0 recipes-kernel/linux/linux-qcom-6.18/configs/bsp-additions.cfg
+3 −0 recipes-kernel/linux/linux-qcom-next/configs/bsp-additions.cfg
+3 −3 recipes-kernel/linux/linux-qcom-next_git.bb
+23 −0 recipes-kernel/linux/qcom-dtb-metadata_0.1.bb
+1 −1 recipes-multimedia/camx/camx-dlkm_git.bb
+6 −3 recipes-multimedia/fastcv/qcom-fastcv-binaries_1.8.4.bb
+4 −3 recipes-support/fastrpc/fastrpc_1.0.2.bb
+2 −2 recipes-support/pd-mapper/pd-mapper_git.bb
+11 −0 recipes-support/qrtr/qrtr_1.2.bb
+0 −21 recipes-support/qrtr/qrtr_git.bb
+8 −4 recipes-support/rmtfs/rmtfs_1.1.1.bb
+4 −6 recipes-support/tqftpserv/tqftpserv_git.bb
+2 −1 recipes-test/libdiag/libdiag_1.0.3.bb
2 changes: 1 addition & 1 deletion sources/meta-qt6
2 changes: 1 addition & 1 deletion sources/meta-variscite-bsp
5 changes: 2 additions & 3 deletions sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,15 @@ INHERIT += "${@bb.utils.contains_any('BUILD_ARCH', 'ppc64le riscv64', '', 'unina
INHERIT += "image-buildinfo create-spdx"

DISTRO_FEATURES:append = " opengl multiarch wayland pam vulkan usrmerge ld-is-lld"
# Use lld as default linker for nativesdk clang as well
DISTRO_FEATURES_FILTER_NATIVESDK:append = " ld-is-lld"
# See https://discourse.llvm.org/t/lld-cannot-make-pie-binaries-on-x32/67131
DISTRO_FEATURES:remove:linux-gnux32 = "ld-is-lld"
DISTRO_FEATURES:remove:linux-muslx32 = "ld-is-lld"
# mips-yoe-linux-ld.lld: error: the .gnu.hash section is not compatible with the MIPS target
DISTRO_FEATURES:remove:mipsarcho32 = "ld-is-lld"
# qemu usermode segfaults the programs during glib-2.0-initial configure step
DISTRO_FEATURES:remove:powerpc = "ld-is-lld"
DISTRO_FEATURES_FILTER_NATIVE:append = " lto thin-lto"
DISTRO_FEATURES_FILTER_NATIVE:append = " ld-is-lld lto thin-lto"
# Use lld as default linker for nativesdk clang as well
DISTRO_FEATURES_FILTER_NATIVESDK:append = " ld-is-lld lto thin-lto"

# Configure clang cross-compiler to use lld as default linker
Expand Down
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 263 files