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 #970

Merged
merged 4 commits into from
Sep 15, 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: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ and this project adheres to
- Update bpftrace to 0.21.2
- Switch to support 'styhead' ( yocto 5.1 ) release codename
- Fix license field to reflect current state in several recipes
- Update linux-yocto v6.6.50, v6.10.8
- Fix python3-cude build breaks
- Fix python3 ptest runs on some recipes
- Use KMS instead of FKMS on pi4/pi5 non-eglfs distros

### Added

- Added recipes - libspelling
- Added recipes - libspelling, imx-cst, freeipmi
- Add gomodule fetcher
- Add genimage support

### Removed

Expand Down
2 changes: 1 addition & 1 deletion conf/projects/rpi4-32/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ TEST_TARGET = "simpleremote"
PACKAGECONFIG:pn-wpebackend-rdk = "rpi"
# Use fkms for eglfs on RPI4 this enables both console display & graphics (for EGLFS)
# Otherwise use full kms
VC4DTBO = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'vc4-kms-v3d', 'vc4-fkms-v3d', d)}"
VC4DTBO = "${@bb.utils.contains_any('DISTRO_FEATURES', 'x11 wayland', 'vc4-kms-v3d', 'vc4-fkms-v3d', d)}"
#require conf/distro/include/lto.inc
#DISTRO_FEATURES:append = " lto"

Expand Down
2 changes: 1 addition & 1 deletion conf/projects/rpi4-64/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ TEST_TARGET = "simpleremote"
PACKAGECONFIG:pn-wpebackend-rdk = "rpi"
# Use fkms for eglfs on RPI4 this enables both console display & graphics (for EGLFS)
# Otherwise use full kms
VC4DTBO = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'vc4-kms-v3d', 'vc4-fkms-v3d', d)}"
VC4DTBO = "${@bb.utils.contains_any('DISTRO_FEATURES', 'x11 wayland', 'vc4-kms-v3d', 'vc4-fkms-v3d', d)}"
#require conf/distro/include/lto.inc
#DISTRO_FEATURES:append = " lto"

Expand Down
2 changes: 1 addition & 1 deletion conf/projects/rpi5/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ TEST_TARGET = "simpleremote"
PACKAGECONFIG:pn-wpebackend-rdk = "rpi"
# Use fkms for eglfs on RPI4 this enables both console display & graphics (for EGLFS)
# Otherwise use full kms
VC4DTBO = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'vc4-kms-v3d', 'vc4-fkms-v3d', d)}"
VC4DTBO = "${@bb.utils.contains_any('DISTRO_FEATURES', 'x11 wayland', 'vc4-kms-v3d', 'vc4-fkms-v3d', d)}"
#require conf/distro/include/lto.inc
#DISTRO_FEATURES:append = " lto"

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

IMG_VERSION = "24.8.2"
IMG_VERSION = "24.8.3"
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-openembedded
Submodule meta-openembedded updated 142 files
2 changes: 1 addition & 1 deletion sources/meta-qcom
Submodule meta-qcom updated 40 files
+2 −2 .github/workflows/daily.yml
+1 −1 .github/workflows/premerge.yml
+1 −0 conf/layer.conf
+1 −0 conf/machine/qcom-armv8a.conf
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/files/adspr.jsn
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/files/adspua.jsn
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/files/battmgr.jsn
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/files/cdspr.jsn
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/files/modemr.jsn
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/files/modemuw.jsn
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/files/slpir.jsn
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/files/slpius.jsn
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/firmware-qcom-ecs-liva-qc710_200.0.10.0.bb
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/firmware-qcom-lenovo-miix-630_200.0.6.0.bb
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/firmware-qcom-lenovo-yoga-c630_200.0.19.0.bb
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/firmware-qcom-sc8180x_200.0.111.0.bb
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/firmware-qcom-x1e80100_200.0.32.0.bb
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/firmware-woa/firmware-woa.inc
+1 −1 dynamic-layers/openembedded-layer/recipes-bsp/images/initramfs-firmware-ecs-liva-qc710-image.bb
+1 −1 dynamic-layers/openembedded-layer/recipes-bsp/images/initramfs-firmware-lenovo-miix-630-image.bb
+1 −1 dynamic-layers/openembedded-layer/recipes-bsp/images/initramfs-firmware-lenovo-yoga-c630-image.bb
+9 −0 dynamic-layers/openembedded-layer/recipes-bsp/images/initramfs-firmware-mega-image.bbappend
+1 −1 dynamic-layers/openembedded-layer/recipes-bsp/images/initramfs-firmware-sc8180x-image.bb
+1 −1 dynamic-layers/openembedded-layer/recipes-bsp/images/initramfs-firmware-x1e80100-crd-image.bb
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/packagegroups/packagegroup-firmware-ecs-liva-qc710.bb
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/packagegroups/packagegroup-firmware-lenovo-miix-630.bb
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/packagegroups/packagegroup-firmware-lenovo-yoga-c630.bb
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/packagegroups/packagegroup-firmware-sc8180x.bb
+0 −0 dynamic-layers/openembedded-layer/recipes-bsp/packagegroups/packagegroup-firmware-x1e80100-crd.bb
+11 −5 recipes-bsp/firmware/firmware-qcom-rb3gen2_00039.2.bb
+0 −10 recipes-bsp/images/initramfs-firmware-mega-image.bb
+1 −1 recipes-bsp/packagegroups/packagegroup-firmware-rb3gen2.bb
+48 −0 recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife/ath11k-generate-ahb-board-2_json.sh
+0 −0 recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife/ath11k-generate-pci-board-2_json.sh
+4 −2 recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife_git.bb
+0 −64 ...ernel/linux/linux-yocto/generic-drivers/mdss-icc/0001_drm_msm_mdss_switch_mdss_to_use_devm_of_icc_get.patch
+0 −66 ...ernel/linux/linux-yocto/generic-drivers/mdss-icc/0002_drm_msm_mdss_rename_path_references_to_mdp_path.patch
+0 −238 recipes-kernel/linux/linux-yocto/generic-drivers/mdss-icc/0004_drm_msm_mdss_handle_the_reg_bus_icc_path.patch
+0 −3 recipes-kernel/linux/linux-yocto_6.6.bbappend
+1 −1 recipes-test/images/initramfs-test-full-image.bb
2 changes: 1 addition & 1 deletion sources/meta-raspberrypi
Submodule meta-raspberrypi updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion sources/meta-riscv
Submodule meta-riscv updated 1 files
+1 −1 conf/layer.conf
2 changes: 1 addition & 1 deletion sources/meta-tegra
Submodule meta-tegra updated 1 files
+1 −1 conf/layer.conf
2 changes: 1 addition & 1 deletion sources/meta-variscite-bsp-common
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 42 files
+4 −1 bitbake/lib/bb/fetch2/__init__.py
+13 −11 bitbake/lib/bb/fetch2/gitsm.py
+264 −0 bitbake/lib/bb/fetch2/gomod.py
+154 −0 bitbake/lib/bb/tests/fetch.py
+1 −1 bitbake/lib/prserv/__init__.py
+2 −0 bitbake/lib/prserv/tests.py
+24 −0 meta/classes-global/sanity.bbclass
+1 −1 meta/lib/oe/spdx30_tasks.py
+2 −2 meta/lib/oeqa/selftest/cases/meta_ide.py
+0 −132 meta/lib/oeqa/selftest/cases/rust.py
+4 −1 meta/lib/oeqa/selftest/context.py
+1 −1 meta/recipes-connectivity/bind/bind_9.20.1.bb
+70 −66 meta/recipes-connectivity/bluez5/bluez5/0001-Provide-GNU-basename-compatible-implementation.patch
+1 −1 meta/recipes-connectivity/bluez5/bluez5/0001-test-gatt-Fix-hung-issue.patch
+2 −2 meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch
+1 −1 meta/recipes-connectivity/bluez5/bluez5/0004-src-shared-util.c-include-linux-limits.h.patch
+1 −1 meta/recipes-connectivity/bluez5/bluez5_5.78.bb
+66 −0 meta/recipes-core/busybox/busybox/0001-cut-Fix-s-flag-to-omit-blank-lines.patch
+1 −0 meta/recipes-core/busybox/busybox_1.36.1.bb
+1 −0 meta/recipes-core/meta/meta-ide-support.bb
+38 −0 meta/recipes-core/systemd/systemd/0003-coredump-set-ProtectHome-to-read-only.patch
+4 −2 meta/recipes-core/systemd/systemd_256.5.bb
+1 −1 meta/recipes-core/udev/udev-extraconf/mount.sh
+7 −0 meta/recipes-devtools/libedit/libedit_20240808-3.1.bb
+1 −1 meta/recipes-devtools/python/python3-setuptools_72.1.0.bb
+8 −11 meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch
+0 −231 meta/recipes-devtools/python/python3/CVE-2024-7592.patch
+1 −2 meta/recipes-devtools/python/python3_3.12.6.bb
+1 −0 meta/recipes-devtools/ruby/ruby_3.3.4.bb
+1 −1 meta/recipes-gnome/gtk+/gtk4_4.14.5.bb
+1 −1 meta/recipes-graphics/libsdl2/libsdl2_2.30.7.bb
+1 −1 meta/recipes-graphics/vulkan/vulkan-samples_git.bb
+0 −35 ...ecipes-kernel/linux-firmware/linux-firmware/0001-qcom-vpu-restore-compatibility-with-kernels-before-6.patch
+11 −4 meta/recipes-kernel/linux-firmware/linux-firmware_20240909.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_6.10.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb
+14 −14 meta/recipes-kernel/linux/linux-yocto_6.10.bb
+14 −14 meta/recipes-kernel/linux/linux-yocto_6.6.bb
+2 −2 scripts/oe-setup-build
+14 −11 scripts/runqemu