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. #865

Merged
merged 8 commits into from
Nov 10, 2023
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ and this project adheres to
- Upgrade QEMU to 8.1.2
- Drop dependecy on libcroco in openbox and gnome-shell
- Update QT6 to 6.6.1
- Upgrade clang to 17.0.4
- add nativesdk version of acpica
- Use correct targets for rust binaries in meson
- Update openSBI to 1.3.1
- Update linux-yocto/6.5 to v6.5.9 and linux-yocto/6.1 to v6.1.60
- Fix arm arch mapping issues in libdnf

### Added

Expand All @@ -23,7 +29,14 @@ and this project adheres to
- python3-pcodedmp, python3-olefile, python3-oletools
- python3-multivolumefile, python3-pymemcache, python3-jsbeautifier
- python3-inflate64, python3-colorclass, python3-rarfile
- reptyr, python3-unoconv, python3-screeninfo, python3-zopeevent
- python3-flask-restx, exiftool, python3-pdm, python3-pdm-backend
- python3-wand, python3-py7zr, python3-pyppmd, python3-pybcj
- Add KAS support in meta-riscv
- Add handler to create go recipes Add go-vendor class
- Add recipetool handler to create go recipes
- Add initial support to use RISCV64 build host
- Add websocket support and SQLalchemy hashserv backend in bitbake

### Removed

Expand Down
2 changes: 2 additions & 0 deletions conf/projects/odroid-c4/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ INITRAMFS_IMAGE = "yoe-initramfs-image"
IMAGE_BOOT_FILES:remove = "${KERNEL_IMAGETYPE}"
IMAGE_BOOT_FILES:append = " ${KERNEL_IMAGETYPE}-initramfs-${MACHINE}.bin;${KERNEL_IMAGETYPE}"

# OE has moved to demand 5.15 minimum kernel but hardkernel bsp is still at 4.9
OLDEST_KERNEL = "4.9"
# Needed for Running bitbake -ctestimage <image>
#TEST_TARGET_IP = "10.0.0.34"
#TEST_SERVER_IP = "10.0.0.13"
Expand Down
2 changes: 1 addition & 1 deletion envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fi

projects="`yoe_get_projects | tr '\n' ' '`"

echo "$projects" | grep -q "\<$PROJECT\>" >&2
echo "$projects" | \grep -q "\<$PROJECT\>" >&2

if [ $? != 0 ]; then
echo
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-arm
Submodule meta-arm updated 40 files
+1 −1 .gitlab-ci.yml
+1 −1 ci/fvp.yml
+0 −1 ci/meta-virtualization.yml
+12 −0 kas/arm-systemready-firmware.yml
+17 −0 kas/arm-systemready-ir-acs.yml
+7 −0 kas/arm-systemready-linux-distros-debian.yml
+7 −0 kas/arm-systemready-linux-distros-opensuse.yml
+43 −0 kas/fvp-base.yml
+6 −1 meta-arm-bsp/conf/layer.conf
+6 −3 meta-arm-bsp/conf/machine/fvp-base.conf
+4 −4 meta-arm-bsp/documentation/corstone1000/user-guide.rst
+2 −0 ...sp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-ir-acs-fvp-base.inc
+1 −0 ...rm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bbappend
+5 −0 ...ic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts-native-fvp-base.inc
+1 −0 ...ynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts-native.bbappend
+227 −0 ...pes-test/arm-systemready-acs/files/fvp-base/0001-check-sr-results-Change-the-expected-SR-result-confi.patch
+34 −0 meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/report.txt
+148 −0 meta-arm-systemready/README.md
+161 −0 meta-arm-systemready/classes/arm-systemready-acs.bbclass
+25 −0 meta-arm-systemready/classes/extra_imagedepends_only.bbclass
+15 −0 meta-arm-systemready/conf/layer.conf
+37 −0 meta-arm-systemready/lib/oeqa/runtime/cases/arm_systemready_ir_acs.py
+14 −0 meta-arm-systemready/recipes-bsp/arm-systemready/arm-systemready-firmware.bb
+13 −0 meta-arm-systemready/recipes-devtools/python/python3-construct-native_2.10.68.bb
+61 −0 meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bb
+31 −0 meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts-native.bb
+37 −0 ...arm-systemready-acs/arm-systemready-scripts/0001-check-sr-results-Return-non-zero-exit-code-on-failur.patch
+77 −0 ...cipes-test/arm-systemready-acs/arm-systemready-scripts/0002-check-sr-results-Device-tree-improvements.patch
+26 −0 meta-arm-systemready/recipes-test/arm-systemready-acs/edk2-test-parser-native.bb
+41 −0 meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-debian.bb
+69 −0 meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-opensuse.bb
+50 −0 meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros.inc
+0 −1 meta-arm/conf/machine/generic-arm64.conf
+1 −1 meta-arm/lib/fvp/runner.py
+6 −3 meta-arm/lib/oeqa/selftest/cases/runfvp.py
+7 −0 meta-arm/lib/oeqa/selftest/cases/tests/mock-fvp.py
+4 −0 meta-arm/lib/oeqa/selftest/cases/tests/test-environment.json
+1 −0 meta-arm/lib/oeqa/selftest/cases/tests/test-environment.py
+3 −3 meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.9.0.bb
+2 −2 scripts/runfvp
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 272 files
2 changes: 1 addition & 1 deletion sources/meta-qcom
Submodule meta-qcom updated 34 files
+15 −4 .github/workflows/build-template.yml
+3 −0 README.md
+1 −0 classes/linux-qcom-bootimg.bbclass
+0 −1 conf/machine/qcom-armv8a.conf
+0 −17 recipes-bsp/firmware/firmware-qcom-dragonboard410c.inc
+0 −15 recipes-bsp/firmware/firmware-qcom-dragonboard820c_01700.1.bb
+0 −15 recipes-bsp/firmware/firmware-qcom-dragonboard845c_20190529180356-v4.bb
+0 −33 recipes-bsp/firmware/firmware-qcom-rb1_20230823-v2.bb
+0 −26 recipes-bsp/firmware/firmware-qcom-rb2_20230823-v2.bb
+0 −4 recipes-bsp/firmware/firmware-qcom-rb5_20210331-v4.bb
+1 −1 recipes-kernel/linux/linux-linaro-qcom.inc
+61 −0 recipes-kernel/linux/linux-yocto/0001-arm64-dts-qcom-qcm2290-temporarily-disable-cluster-i.patch
+47 −0 recipes-kernel/linux/linux-yocto/0001-arm64-dts-qcom-qrb2210-rb1-Swap-UART-index.patch
+28 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-armv8a-standard.scc
+23 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-armv8a.scc
+20 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-extra.cfg
+34 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-msm8916.cfg
+4 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-msm8916.scc
+22 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-msm8996.cfg
+4 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-msm8996.scc
+8 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-qcm2290.cfg
+4 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-qcm2290.scc
+11 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-rpm.cfg
+9 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-rpmh.cfg
+14 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-sdm845.cfg
+4 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-sdm845.scc
+11 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-sm6115.cfg
+4 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-sm6115.scc
+25 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-sm8250.cfg
+4 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-sm8250.scc
+204 −0 recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom.cfg
+0 −0 recipes-kernel/linux/linux-yocto/qcom.scc
+13 −0 recipes-kernel/linux/linux-yocto_%.bbappend
+4 −0 recipes-kernel/linux/linux-yocto_6.5.bbappend
2 changes: 1 addition & 1 deletion sources/meta-qt6
2 changes: 1 addition & 1 deletion sources/meta-ti
Submodule meta-ti updated 26 files
+1 −1 meta-ti-bsp/conf/machine/include/am62pxx.inc
+1 −1 meta-ti-bsp/conf/machine/include/k3r5.inc
+35 −0 ...bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver/0001-build-kbuild-Makefile.template-use-SECONDARY.patch
+5 −2 meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.2.6460340.bb
+1 −1 meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+2 −2 meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc
+2 −2 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
+1 −1 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
+1 −1 meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb
+3 −2 meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb
+3 −3 meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb
+1 −1 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
+1 −1 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
+3 −2 meta-ti-bsp/recipes-kernel/linux/ti-extras.inc
+2 −0 meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
+0 −7 meta-ti-bsp/recipes-security/optee/optee-client-ti.inc
+3 −3 meta-ti-bsp/recipes-security/optee/optee-client_%.bbappend
+0 −0 meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
+3 −3 meta-ti-bsp/recipes-security/optee/optee-examples_%.bbappend
+1 −0 meta-ti-bsp/recipes-security/optee/optee-os-tadevkit-ti-overrides.inc
+8 −3 meta-ti-bsp/recipes-security/optee/optee-os-tadevkit_%.bbappend
+0 −8 meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
+0 −2 meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
+8 −3 meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
+0 −0 meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
+3 −3 meta-ti-bsp/recipes-security/optee/optee-test_%.bbappend
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 160 files