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 envsetup #828

Merged
merged 6 commits into from
Aug 23, 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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ and this project adheres to
- Bump libcamera-apps to latest
- Do not use internal assembler with clang for qtbase
- Restart yoe-kiosk-browser service on failure
- Update linux-yocto/6.4 to v6.4.9
- Update linux-yocto/6.4 to v6.4.11 and 6.1 to v6.1.46
- Pass /dev/vhost-net to build container from envsetup
- Upgrade openssh to 9.3p2
- Upgrade go compiler to 1.20.7
Expand All @@ -54,6 +54,8 @@ and this project adheres to
- Fix unnessary clang rebuild when enabling MULTILIBS
- Add ptests to librelp and run them by default in meta-oe ptest image
- Upgrade mariadb to 10.11.5
- Fix musl build for riscv32
- Allow building some native recipes with ccache

### Added

Expand Down
5 changes: 3 additions & 2 deletions envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ yoe_get_image_version() {
yoe_check_install_dependencies() {
if ! command -v bmaptool >&/dev/null; then
# build own copy of native tools
bitbake build-sysroots
bitbake bmap-tools-native build-sysroots
if ! command -v bmaptool >&/dev/null; then
echo "bmaptool not installed"
echo "Install bmap-tools package on build host"
Expand Down Expand Up @@ -740,5 +740,6 @@ yoe_install_image() {

# Needed for running per-image ptest images in parallel on qemu
yoe_create_tap_devices() {
sudo runqemu-gen-tapdevs `id -u` ` nproc --all`
bitbake qemu-helper-native
sudo ${OE_BASE}/sources/poky/scripts/runqemu-gen-tapdevs `id -u` ` nproc --all`
}
2 changes: 1 addition & 1 deletion sources/meta-arm
Submodule meta-arm updated 21 files
+1 −1 meta-arm-bsp/conf/machine/include/corstone1000.inc
+12 −13 meta-arm-bsp/recipes-bsp/hafnium/files/tc/0001-feat-emulate-cntp-timer-register-accesses-using-cnth.patch
+5 −4 meta-arm-bsp/recipes-bsp/hafnium/files/tc/0001-feat-vhe-enable-vhe-and-disable-branch-protection-fo.patch
+0 −27 meta-arm-bsp/recipes-bsp/hafnium/files/tc/0001-tc-increase-heap-pages.patch
+8 −9 meta-arm-bsp/recipes-bsp/hafnium/files/tc/0002-feat-emulate-interrupt-controller-register-access.patch
+0 −318 meta-arm-bsp/recipes-bsp/hafnium/files/tc/0003-feat-disable-alignment-check-for-EL0-partitions.patch
+3 −3 meta-arm-bsp/recipes-bsp/hafnium/files/tc/0003-feat-vhe-set-STAGE1_NS-while-mapping-memory-from-NWd.patch
+2 −10 meta-arm-bsp/recipes-bsp/hafnium/hafnium-tc.inc
+28 −0 ...bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0004-fix-corstone1000-add-cpuhelper-to-makefile.patch
+2 −5 meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
+4 −0 meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-n1sdp.inc
+3 −4 meta-arm/recipes-bsp/hafnium/hafnium/0001-arm-hafnium-fix-kernel-tool-linking.patch
+0 −33 meta-arm/recipes-bsp/hafnium/hafnium/0001-define-_Noreturn-if-needed.patch
+13 −28 meta-arm/recipes-bsp/hafnium/hafnium/0002-Fix-build-with-clang-15.patch
+3 −4 meta-arm/recipes-bsp/hafnium/hafnium_2.8.bb
+50 −0 meta-arm/recipes-kernel/linux/files/aarch64/0001-arm64-defconfig-remove-CONFIG_COMMON_CLK_NPCM8XX-y.patch
+0 −47 meta-arm/recipes-kernel/linux/files/aarch64/0001-gcc-plugins-Reorganize-gimple-includes-for-GCC-13.patch
+0 −45 meta-arm/recipes-kernel/linux/files/aarch64/0002-Revert-arm64-defconfig-Add-Nuvoton-NPCM-family-suppo.patch
+5 −0 meta-arm/recipes-kernel/linux/linux-yocto%.bbappend
+0 −2 meta-arm/recipes-kernel/linux/linux-yocto-rt_6.1%.bbappend
+0 −3 meta-arm/recipes-kernel/linux/linux-yocto_6.1%.bbappend
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 72 files
+16 −0 meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb
+79 −0 meta-selftest/recipes-devtools/rust/rust-c-lib-example-crates.inc
+15 −0 meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb
+3 −0 meta/classes-recipe/bin_package.bbclass
+41 −0 meta/classes-recipe/cargo_c.bbclass
+4 −3 meta/classes-recipe/gi-docgen.bbclass
+8 −3 meta/classes/ccache.bbclass
+12 −11 meta/conf/distro/include/maintainers.inc
+1 −0 meta/conf/documentation.conf
+1 −1 meta/lib/oe/cve_check.py
+0 −1 meta/lib/oeqa/runtime/cases/parselogs.py
+16 −2 meta/lib/oeqa/runtime/cases/rust.py
+127 −0 meta/lib/oeqa/selftest/cases/gitarchivetests.py
+32 −4 meta/lib/oeqa/utils/gitarchive.py
+1 −1 meta/recipes-core/glibc/glibc-version.inc
+6 −1 meta/recipes-core/meta/build-sysroots.bb
+3 −4 meta/recipes-core/systemd/systemd-boot_254.bb
+2 −1 meta/recipes-devtools/binutils/binutils_2.41.bb
+1 −1 meta/recipes-devtools/python/python3-dbusmock_0.29.1.bb
+1 −1 meta/recipes-devtools/python/python3-hypothesis_6.82.5.bb
+1 −1 meta/recipes-devtools/python/python3-more-itertools_10.1.0.bb
+1 −1 meta/recipes-devtools/python/python3-numpy_1.25.2.bb
+1 −1 meta/recipes-devtools/python/python3-pygments_2.16.1.bb
+5 −2 meta/recipes-devtools/python/python3-pygobject_3.44.1.bb
+1 −1 meta/recipes-devtools/python/python3-setuptools_68.1.0.bb
+1 −1 meta/recipes-devtools/python/python3-trove-classifiers_2023.8.7.bb
+1 −1 meta/recipes-devtools/python/python3-wheel_0.41.1.bb
+1 −1 meta/recipes-devtools/python/python3_3.11.4.bb
+453 −0 meta/recipes-devtools/rust/cargo-c-crates.inc
+23 −0 meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb
+2,180 −0 meta/recipes-devtools/rust/cargo-c/0001-Add-Cargo.lock-file.patch
+6 −0 meta/recipes-devtools/tcltk/tcl_8.6.13.bb
+1 −1 meta/recipes-extended/libarchive/libarchive_3.7.1.bb
+39 −0 meta/recipes-extended/mdadm/files/0001-tests-add-.broken-files-for-04update-uuid-and-07reve.patch
+8 −0 meta/recipes-extended/mdadm/mdadm_4.2.bb
+73 −0 meta/recipes-extended/procps/procps/CVE-2023-4016.patch
+1 −0 meta/recipes-extended/procps/procps_4.0.3.bb
+1 −1 meta/recipes-extended/stress-ng/stress-ng_0.16.04.bb
+0 −43 meta/recipes-extended/tar/tar/CVE-2022-48303.patch
+3 −5 meta/recipes-extended/tar/tar_1.35.bb
+28 −0 meta/recipes-graphics/graphene/files/float-div.patch
+2 −0 meta/recipes-graphics/graphene/graphene_1.10.8.bb
+1 −1 meta/recipes-graphics/harfbuzz/harfbuzz_8.1.1.bb
+1 −1 meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb
+1 −1 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+39 −3 meta/recipes-kernel/linux/cve-exclusion_6.1.inc
+39 −3 meta/recipes-kernel/linux/cve-exclusion_6.4.inc
+1 −1 meta/recipes-kernel/linux/generate-cve-exclusions.py
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_6.4.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-tiny_6.4.bb
+14 −14 meta/recipes-kernel/linux/linux-yocto_6.1.bb
+14 −14 meta/recipes-kernel/linux/linux-yocto_6.4.bb
+7 −0 meta/recipes-multimedia/ffmpeg/ffmpeg_6.0.bb
+1 −1 meta/recipes-multimedia/gstreamer/gst-devtools_1.22.5.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.5.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.5.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.5.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.5.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.5.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.5.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.5.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.5.bb
+76 −0 meta/recipes-support/p11-kit/files/strerror-1.patch
+30 −0 meta/recipes-support/p11-kit/files/strerror-2.patch
+3 −1 meta/recipes-support/p11-kit/p11-kit_0.25.0.bb
+2 −3 meta/recipes-support/vim/vim.inc
+1 −1 scripts/lib/wic/partition.py
+4 −4 scripts/oe-buildenv-internal