Skip to content

Stable updates for kirkstone#206

Merged
ricardosalveti merged 4 commits intofoundriesio:mainfrom
ricardosalveti:main
Aug 8, 2022
Merged

Stable updates for kirkstone#206
ricardosalveti merged 4 commits intofoundriesio:mainfrom
ricardosalveti:main

Conversation

@ricardosalveti
Copy link
Copy Markdown
Member

Using my own meta-lmp branch for testing.

Relevant changes:
- 2bc86c029f gcc-runtime: Pass -nostartfiles when building dummy libstdc++.so
- 943760dfb8 gcc: Backport a fix for gcc bug 105039
- bb1dc2bbfe gobject-introspection-data: Disable cache for g-ir-scanner
- 96215d6d45 rootfs-postcommands.bbclass: move host-user-contaminated.txt to ${S}
- 7549429fc9 sstatesig: Include all dependencies in SPDX task signatures
- 11943acaac git: upgrade v2.35.3 -> v2.35.4
- 4c3591cd31 go: update v1.17.10 -> v1.17.12
- 8b42e405fc vim: Upgrade 9.0.0021 -> 9.0.0063
- c0c7214f8b gnupg: upgrade to 2.3.7 to fix CVE-2022-34903
- 4e9c180baf gnupg: update 2.3.4 -> 2.3.6
- 5bfb44bff5 bind: upgrade 9.18.3 -> 9.18.4
- 1bbedc1c6f bind: upgrade 9.18.2 -> 9.18.3
- e22b7b2a30 dpkg: fix CVE-2022-1664
- 6c373c041f tiff: Security fixes CVE-2022-1354 and CVE-2022-1355
- 16be6e3b75 lua: Backport fix for CVE-2022-33099
- f1c2e21a28 pulseaudio: add m4-native to DEPENDS
- 73cc5a1cc6 externalsrc.bbclass: support crate fetcher on externalsrc
- 9b2f7eb0e2 cargo_common.bbclass: enable bitbake vendoring for externalsrc
- b418b969b4 selftest/runtime_test/virgl: Disable for all almalinux
- 3bb7abe545 gcc-runtime: Fix missing MLPREFIX in debug mappings
- f842dbc478 gcc-runtime: Fix build when using gold
- a994dbe517 oe-selftest: devtool: test modify git recipe building from a subdir
- 7cf53810b1 devtool: finish: handle patching when S points to subdir of a git repo
- 577a69137e patch: handle if S points to a subdirectory of a git repo
- 58029ca7be bin_package: install into base_prefix
- 9beb347262 devtool: ignore pn- overrides when determining SRC_URI overrides
- 7acc1b9b57 kernel-arch: Fix buildpaths leaking into external module compiles
- 7c3d9c5d72 alsa-state: correct license
- d6ec3784c5 perl: don't install Makefile.old into perl-ptest
- d3149c9ea9 gtk-doc: Remove hardcoded buildpath
- 3829ac3bca libmodule-build-perl: Use env utility to find perl interpreter
- cd3821fd52 vala: Fix on target wrapper buildpaths issue
- dfe0a723bc lua: Fix multilib buildpath reproducibility issues
- 05457e7f2a waffle: correctly request wayland-scanner executable
- 1837c175d9 insane: Fix buildpaths test to work with special devices
- 8efd5e3167 package.bbclass: Fix kernel source handling when not using externalsrc
- cefc6ec245 package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo
- 2772b77c0e package.bbclass: Fix base directory for debugsource files when using externalsrc
- 39d57ef7e3 python3: Backport patch to fix an issue in subinterpreters
- cb37eebf47 udev-extraconf:mount.sh: fix path mismatching issues
- a3c93ec301 udev-extraconf: fix some systemd automount issues
- 9d90c89bd9 udev-extraconf/mount.sh: ignore lvm in automount
- 00ea4314fe udev-extraconf: force systemd-udevd to use shared MountFlags
- 35b18c5721 udev-extraconf/mount.sh: only mount devices on hotplug
- 55c2de8963 udev-extraconf/mount.sh: save mount name in our tmp filecache
- 229e7a911a udev-extraconf/mount.sh: add LABELs to mountpoints
- c021f5592c udev-extraconf: let automount base directory configurable
- 99d9dc7c6b udev-extraconf/initrdscripts/parted: Rename mount.blacklist -> mount.ignorelist
- 7505ac6da3 harfbuzz: Fix compilation with clang
- 2749916ff5 curl: Fix multiple CVEs
- 171415e38e perf: fix reproducibility in 5.19+
- 873ac23a49 gperf: Switch to upstream patch
- 21f36f1df4 gperf: Add a patch to work around reproducibility issues
- 3480149a10 kernel-devsrc: ppc32: fix reproducibility
- ff5b50458a kernel-devsrc: fix reproducibility and buildpaths QA warning
- f64ad68632 linux-yocto/5.15: fix buildpaths issue with pnmtologo
- 3e15a9899e linux-yocto/5.15: update to v5.15.54
- 267576eb24 linux-yocto/5.15: fix buildpaths issue with gen-mach-types
- e1c1ad4c1f linux-yocto/5.15: fix build_OID_registry buildpaths warning
- 736271db81 linux-yocto/5.15: fix qemuppc buildpaths warning
- a8a7765d98 linux-yocto/5.15: update to v5.15.52
- 4b896df431 linux-yocto/5.15: drop obselete GPIO sysfs ABI
- cf7921ae62 linux-yocto/5.15: update to v5.15.48
- 5e5dee3c23 linux-yocto/5.15: update to v5.15.46
- 1d8a9a33dc linux-yocto/5.10: fix buildpaths issue with pnmtologo
- ea72e5ed56 linux-yocto/5.10: update to v5.10.130
- 6e2676afa5 linux-yocto/5.10: fix buildpaths issue with gen-mach-types
- bbf858692f linux-yocto/5.10: fix build_OID_registry/conmakehash buildpaths warning
- 024056a239 linux-yocto/5.10: update to v5.10.128
- 445bbe02ed linux-yocto/5.10: update to v5.10.123
- 62d3fc8208 linux-yocto/5.10: update to v5.10.121
- 5a892e2202 qemu: Add PACKAGECONFIG for brlapi
- 9637a46258 qemu: Fix slirp determinism issue

Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes:
- 29dc214 arm/edk2-firmware: cherry pick gcc 12.x compatibility patches
- 6301b32 arm-bsp/sdcard-image-n1sdp: Fix N1SDP dependencies
- 2b392eb arm-bsp/edk2-firmware: Add NT_FW_CONFIG to N1SDP to fix aborts when accessing virtual memory
- 01aa543 arm-bsp/sdcard-image-n1sdp: N1SDP trusted boot
- 1e13b8b arm-bsp/scp-firmware: N1SDP trusted boot
- d9c6ff9 arm-bsp/trusted-firmware-a: N1SDP trusted boot
- 8c69397 arm/oeqa: Fix regex warning in linuxboot test case
- 78fce73 arm/lib: Improve FVPRunner shutdown logic
- db6e0ed arm/oeqa: Use linuxboot and OEFVPSerialTarget instead of noop
- 72a3dfa arm/oeqa: Create new OEFVPSerialTarget with pexpect interface
- 3ead3aa arm/classes: Change FVP_CONSOLE to FVP_CONSOLES in fvpconf
- ae48e65 arm/oeqa: Refactor OEFVPTarget to use FVPRunner and pexpect
- fb794c8 arm/oeqa: Add selftests for FVP library
- d2685ae scripts,arm/lib: Refactor runfvp into FVPRunner
- 528d28f runfvp: ignore setpgid errors when spawned
- af92856 ci: work around zephyr test issues
- 32ca791 arm-bsp/fvp-baser-aemv8r64: Use secure hypervisor physical timer in EL2
- 7415090 arm/fvp-base-r-aem: Upgrade to version 11.18.16

Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes:
- 00c2494 TF-A-STM32MP: cleanup obsolete files
- f90ba0c TF-A-STM32MP: update Makefile.sdk to use specific build folder per soc
- 27684df CLASS: FLASHLAYOUT: correct bad exit of loop
- ffbfea9 GCNANO-USERLAND: fix PACKAGECONFIG names to fill RPROVIDES libs
- e3a5e68 mesa: drop dri from PACKAGECONFIG
- 72ca498 libdrm: set PACKAGECONFIG based on stm32mpcommon

Signed-off-by: Ricardo Salveti <[email protected]>
@ricardosalveti ricardosalveti force-pushed the main branch 2 times, most recently from 51d322e to 43eca24 Compare August 2, 2022 20:42
kprosise pushed a commit to kprosise/lmp-manifest that referenced this pull request Aug 3, 2022
Relevant changes:
- de0eb14 Merge pull request foundriesio#210 from YoeDistro/yoe/mut
- 1bf66f8 linux-firmware: Use nonarch_base_libdir instead of hardcoding /lib
- 478e0c4 Merge pull request foundriesio#209 from YoeDistro/yoe/mut
- 7ca49de ti-18xx-wlconf: Drop spurious dot from PV
- aff7e79 ti-18xx-wlconf: Use nonarch_base_libdir instead of hardcoding /lib
- f244dd4 Merge pull request foundriesio#207 from chrisdimich/master
- d52f46a linux-boundary: bump revision to bb58f0ee
- 1e88fc2 Merge pull request foundriesio#206 from Ossanes/topic/fix-nitrogen8-boards
- 47d2543 nitrogen*: Drop duplicated WKS dependencies
- b806279 nitrogen8*: Drop useless overrides for WKS_FILE_DEPENDS
- 18912db Merge pull request foundriesio#203 from boundarydevices/master
- 4d1b126 u-boot-boundary: fix fw_env.config management
- bd3eb22 u-boot-boundary: switch filesextrapaths to generic-bsp
- 7596527 Merge pull request foundriesio#202 from YoeDistro/yoe/mut
- 1efcb1b recipes: Use SPDX naming scheme for LICENSE field
- a27ac73 Merge pull request foundriesio#199 from chrisdimich/master
- b30a5bc u-boot-boundary: bump revision to 3d5e7f60
- 4d7c7c5 linux-boundary: bump revision to 04f4286f
- f467829 Merge pull request foundriesio#198 from Ossanes/topic/linux-kontron
- 100b41b linux-kontron: defconfig: Rework to enable CONFIG_KPROBES
- d236514 linux-kontron: Upgrade 5.4.41>5.10.95
- dc91d5e Merge pull request foundriesio#197 from Freescale/topic/simplify-overrides
- b034e5c Rework machine definitions to reduce duplication
- bf7ae43 u-boot-script-toradex: Revert wrong override change
- 671aee4 Generalize overrides subsystem for NXP and Mainline support
- a161b3a Merge pull request foundriesio#196 from Ossanes/topic/nitrogen8mp
- 52e9a93 nitrogen8mp: Define nxp as default BSP
- 10a470a Merge pull request foundriesio#195 from YoeDistro/yoe/mut
- 4560e22 layers: Bump to use kirkstone
- 0c68a5a Merge pull request foundriesio#193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares
- 654d5b5 imx7d-remarkable2: Remove bcm43456 firmware as it has no providers
- f8d9213 Merge pull request foundriesio#192 from Ossanes/topic/imx6dl-riotboard-uboot
- e78de66 imx6dl-riotboard: Fix u-boot target
- 6059586 Merge pull request foundriesio#191 from sapiippo/apalis-imx6
- 61b70a0 apalis-imx6: add missing space to append
- b3670f9 Merge pull request foundriesio#190 from MaxKrummenacher/master
- e064d0e colibri-imx6ull: fix mistyped override
- b26df7f Merge pull request foundriesio#187 from boundarydevices/master
- 748b8f0 linux-boundary: bump revision to acef1311
- f007a9f Merge pull request foundriesio#185 from MaxKrummenacher/update-toradex
- 13bd2ac machines: toradex: update
- 02bff68 linux-toradex: vf: update to 4.4.291
- 74fc138 linux-toradex: imx: update to 5.4-2.3.x-imx
- a2c343e u-boot-script-toradex: improve script
- 6e8f05b u-boot-toradex: updated to latest
- 839df32 u-boot-toradex: drop inc file
- 4661bdc Merge pull request foundriesio#184 from texierp/topic/git-fetcher
- be54937 recipes: use https protocol and add explicit branch parameter
- be3442a Merge pull request foundriesio#183 from Ossanes/topic/remove-dms-ba16
- f6c6d9e Merge pull request foundriesio#182 from Ossanes/topic/remove-congatec
- 5dc9275 imx6q-dms-ba16: Remove files because it is not being maintained
- 00acf49 congatec: Remove defconfig
- af1c0cb Merge pull request foundriesio#181 from Ossanes/topic/remove-congatec
- 3777793 congatec: Remove files because it is not being maintained
- 557e7b6 Merge pull request foundriesio#180 from Ossanes/topic/u-boot-script-gateworks-imx
- d57becc u-boot-script-gateworks-imx.bb: Fix license checksum
- ea36713 Merge pull request foundriesio#178 from Ossanes/topic/linux-remarkable
- 322f7f9 linux-remarkable2_5.4.bb: Fix git revision
- 5ed5d23 Merge pull request foundriesio#177 from Ossanes/topic/imx6sl-warp-uboot
- 18f54fa imx6sl-warp: Fix u-boot suffix
- c57b5f3 Merge pull request foundriesio#176 from Ossanes/topic/riotboard-suffix
- a9fce64 imx6dl-riotboard: Fix u-boot suffix

Signed-off-by: Ricardo Salveti <[email protected]>
Copy link
Copy Markdown
Contributor

@MrCry0 MrCry0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Relevant changes:
- 63c0a59c bsp: kernel-module-imx-gpu-viv: inherit the kernel-modsign
- 29d76b17 bsp: kernel-module-imx-gpu-viv: depend on virtual/kernel
- dd33a569 base: nerdctl: install the binaries in OE standard places
- f1da8c29 bsp: mfgtool-files: imx: improve fiovb delete handling
- 7fd62e5c base: resize-helper: add support for luks based rootfs
- bb4684dc base: systemd: enable support for cryptsetup, plugins and p11kit
- c5b936be base: lmp: cryptsetup: use luks2 by default
- 4cba1e26 base: optee-client: provide ckteec.module for p11-kit
- fb634bcd base: initramfs-framework: rootfs: align with oe-core changes
- d3239046 Revert "base: wireguard-tools: add nostamp for create_runtime_spdx"
- be1f9d45 create-spdx: ignore packing control files from ipk and deb
- 77b659eb base: add create-spdx.bbclass from yocto-4.0.2
- 36482770 base: kmeta-linux-lmp-5.15.y: bump to 82032495
- ac72e96d base: lmp-feture-debug: add curl tool

Signed-off-by: Ricardo Salveti <[email protected]>
Copy link
Copy Markdown
Contributor

@MrCry0 MrCry0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ricardosalveti ricardosalveti merged commit ab3f078 into foundriesio:main Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants