Skip to content

Commit

Permalink
Merge pull request #854 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
update layers
  • Loading branch information
kraj authored Oct 14, 2023
2 parents 8f71278 + 8851ca7 commit cd005e9
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ and this project adheres to
- Add kernel-selftest to slow ptest image for x86 and enable bpf tests
- Upgrade cryptodev to build with kernel 6.5
- Use ttyrun to get getty on busybox init and sysvinit init systems
- Add static-passwd and static-group files for meta-openembedded layers
- Fix ptest failures in poco, libtevent, and libnet-idn-encode
- Add ptests for libldb
- Upgrade linux-yocto recipes to v6.1.57, v6.5.7
- Upgrade go compiler to 1.20.10
- Upgrade curl to 8.4.0

### Added

Expand All @@ -28,6 +34,8 @@ and this project adheres to

### Removed

- Dropped recipes for linux-yocto/6.4

## [2023.09] - 2023-09-30

### Changed
Expand Down
3 changes: 2 additions & 1 deletion envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,8 @@ yoe_get_image_version() {
yoe_check_install_dependencies() {
if ! command -v bmaptool >&/dev/null; then
# build own copy of native tools
bitbake bmap-tools-native build-sysroots
bitbake bmap-tools-native
bitbake -c build_native_sysroot build-sysroots
if ! command -v bmaptool >&/dev/null; then
echo "bmaptool not installed"
echo "Install bmap-tools package on build host"
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 41 files
+1 −1 meta-filesystems/conf/layer.conf
+3 −0 meta-filesystems/files/static-passwd-meta-filesystems
+1 −0 meta-gnome/files/static-passwd-meta-gnome
+8 −0 meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb
+2 −0 meta-multimedia/files/static-group-meta-multimedia
+2 −0 meta-multimedia/files/static-passwd-meta-multimedia
+2 −2 meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.15.bb
+14 −0 meta-networking/files/static-group-meta-networking
+19 −0 meta-networking/files/static-passwd-meta-networking
+0 −51 meta-networking/recipes-connectivity/samba/samba/cmocka-uintptr_t.patch
+3 −4 meta-networking/recipes-connectivity/samba/samba_4.18.8.bb
+0 −45 meta-networking/recipes-support/libldb/libldb/cmocka-fix-musl-libc-conflicting-types-error.patch
+17 −0 meta-networking/recipes-support/libldb/libldb/run-ptest
+9 −5 meta-networking/recipes-support/libldb/libldb_2.7.2.bb
+0 −45 meta-networking/recipes-support/libtevent/libtevent/cmocka-fix-musl-libc-conflicting-types-error.patch
+17 −0 meta-networking/recipes-support/libtevent/libtevent/run-ptest
+7 −13 meta-networking/recipes-support/libtevent/libtevent_0.14.1.bb
+8 −0 meta-oe/files/static-group-meta-oe
+11 −0 meta-oe/files/static-passwd-meta-oe
+1 −1 meta-oe/recipes-graphics/libdecor/libdecor_0.2.0.bb
+9 −9 meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
+5 −16 meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
+1 −1 meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb
+1 −1 meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb
+412 −0 meta-oe/recipes-support/opencv/opencv/fix-build-with-protobuf-v22.patch
+2 −1 meta-oe/recipes-support/opencv/opencv_4.8.0.bb
+33 −0 meta-oe/recipes-support/poco/poco/0001-Fix-data-race-when-create-POSIX-thread.patch
+1 −0 meta-oe/recipes-support/poco/poco_1.12.4.bb
+1 −0 meta-perl/files/static-group-meta-perl
+1 −0 meta-perl/files/static-passwd-meta-perl
+36 −0 .../libnet/libnet-idn-encode/Net-IDN-Encode-2.500-use_uvchr_to_utf8_flags_instead_of_uvuni_to_utf8_flags.patch
+4 −2 meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb
+2 −0 meta-python/recipes-devtools/python/python3-astroid_3.0.0.bb
+2 −0 meta-python/recipes-devtools/python/python3-dill_0.3.7.bb
+2 −0 meta-python/recipes-devtools/python/python3-mccabe_0.7.0.bb
+2 −0 meta-python/recipes-devtools/python/python3-pylint_3.0.0.bb
+4 −0 meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb
+3 −0 meta-python/recipes-devtools/python/python3-rapidjson/run-ptest
+19 −1 meta-python/recipes-devtools/python/python3-rapidjson_1.11.bb
+2 −0 meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb
+2 −0 meta-webserver/files/static-passwd-meta-webserver
2 changes: 1 addition & 1 deletion sources/meta-ti
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ EMMC_BOOT_DEV=${EMMC_DEVICE}p3
EMMC_ROOTFS_DEV=${EMMC_DEVICE}p4
EMMC_DATA_DEV=${EMMC_DEVICE}p5

SD_BOOT_DEV=${SD_DEVICE}p1
SD_ROOTFS_DEV=${SD_DEVICE}p2
SD_DATA_DEV=${SD_DEVICE}p3
SD_BOOT_DEV=${SD_DEVICE}p3
SD_ROOTFS_DEV=${SD_DEVICE}p4
SD_DATA_DEV=${SD_DEVICE}p5

BOOT_MOUNT_POINT=/boot
ROOTFS_MOUNT_POINT=/root
Expand All @@ -67,7 +67,7 @@ MOUNT_BOOT=1

plat_init() {
msg "Running $PLAT initializations ..."
cat /proc/cpuinfo | grep Revision | cut -d' ' -f 2 > /etc/hwrevision
cat /proc/cpuinfo | grep uarch | cut -d' ' -f 2 | head -1 > /etc/hwrevision
}

plat_bootloader_quirks() {
Expand Down
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 60 files
+1 −1 meta-poky/conf/distro/poky-tiny.conf
+2 −2 meta-poky/conf/distro/poky.conf
+1 −1 meta/conf/machine/include/loongarch/qemuloongarch.inc
+1 −2 meta/conf/machine/include/riscv/qemuriscv.inc
+0 −1 meta/conf/machine/include/x86/x86-base.inc
+1 −6 meta/conf/machine/qemuarm.conf
+1 −2 meta/conf/machine/qemuarm64.conf
+0 −1 meta/conf/machine/qemuarmv5.conf
+8 −3 meta/lib/oeqa/runtime/cases/_qemutiny.py
+0 −2 meta/lib/oeqa/selftest/cases/buildoptions.py
+3 −1 meta/lib/oeqa/utils/gitarchive.py
+23 −0 meta/lib/oeqa/utils/qemurunner.py
+1 −1 meta/lib/patchtest/selftest/selftest
+9 −9 meta/lib/patchtest/tests/test_mbox_author.py
+7 −9 meta/lib/patchtest/tests/test_mbox_bugzilla.py
+12 −10 meta/lib/patchtest/tests/test_mbox_cve.py
+1 −3 meta/lib/patchtest/tests/test_mbox_description.py
+2 −4 meta/lib/patchtest/tests/test_mbox_format.py
+7 −8 meta/lib/patchtest/tests/test_mbox_mailinglist.py
+1 −2 meta/lib/patchtest/tests/test_mbox_merge.py
+4 −6 meta/lib/patchtest/tests/test_mbox_shortlog.py
+5 −6 meta/lib/patchtest/tests/test_mbox_signed_off_by.py
+5 −7 meta/lib/patchtest/tests/test_metadata_lic_files_chksum.py
+1 −1 meta/lib/patchtest/tests/test_metadata_license.py
+4 −5 meta/lib/patchtest/tests/test_metadata_max_length.py
+3 −4 meta/lib/patchtest/tests/test_metadata_src_uri.py
+1 −2 meta/lib/patchtest/tests/test_metadata_summary.py
+7 −8 meta/lib/patchtest/tests/test_patch_cve.py
+1 −3 meta/lib/patchtest/tests/test_patch_signed_off_by.py
+1 −5 meta/lib/patchtest/tests/test_patch_upstream_status.py
+1 −2 meta/lib/patchtest/tests/test_python_pylint.py
+1 −1 meta/recipes-core/busybox/busybox-inittab_1.36.1.bb
+1 −1 meta/recipes-devtools/go/go-1.20.10.inc
+3 −3 meta/recipes-devtools/go/go-binary-native_1.20.10.bb
+0 −0 meta/recipes-devtools/go/go-cross-canadian_1.20.10.bb
+0 −0 meta/recipes-devtools/go/go-cross_1.20.10.bb
+0 −0 meta/recipes-devtools/go/go-crosssdk_1.20.10.bb
+0 −0 meta/recipes-devtools/go/go-native_1.20.10.bb
+0 −0 meta/recipes-devtools/go/go-runtime_1.20.10.bb
+5 −5 meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch
+4 −4 meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch
+4 −4 meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch
+3 −3 meta/recipes-devtools/go/go/0007-exec.go-do-not-write-linker-flags-into-buildids.patch
+4 −4 meta/recipes-devtools/go/go/0009-go-Filter-build-paths-on-staticly-linked-arches.patch
+0 −0 meta/recipes-devtools/go/go_1.20.10.bb
+1 −0 meta/recipes-devtools/rust/rust_1.70.0.bb
+0 −5,072 meta/recipes-kernel/linux/cve-exclusion_6.4.inc
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
+0 −48 meta/recipes-kernel/linux/linux-yocto-rt_6.4.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_6.5.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
+0 −33 meta/recipes-kernel/linux/linux-yocto-tiny_6.4.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-tiny_6.5.bb
+14 −14 meta/recipes-kernel/linux/linux-yocto_6.1.bb
+0 −72 meta/recipes-kernel/linux/linux-yocto_6.4.bb
+14 −14 meta/recipes-kernel/linux/linux-yocto_6.5.bb
+1 −1 meta/recipes-support/curl/curl_8.4.0.bb
+1 −1 meta/recipes-support/nghttp2/nghttp2_1.57.0.bb
+1 −1 scripts/lib/wic/help.py
+2 −2 scripts/runqemu

0 comments on commit cd005e9

Please sign in to comment.