- Aug 12, 2022
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
qemuarm-efi and qemuarm64-efi are the EFI equivalent machines which replace qemuarm and qemuarm64 respectively. Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
qemu-generic-arm64 was not fully supported. Use qemuarm64-efi as a supported 64 bit ARM alternative. Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
The qemuarmi64 machine was never fully supported in Oniro due to its limitation in booting wic. Drop it completely. Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
The qemuarm machine was never fully supported in Oniro due to its limitation in booting wic. Drop it completely. Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
With the current regex expression a machine that is not part of the compatible one would match if it is a substring of one of the machines part of the regex expression. For example "qemuarm64-efi" will match "qemuarm|qemuarm64|qemux86|qemux86-64|qemuriscv64|qemuriscv32|qemu-generic-arm64". Fix this by matching the start and the end of the string. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
Pass the right target prefix for arm build on both gcc and clang. Also, add a compatibility symlink path for builds that use arch in the directory output. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
oe-core avoids armv7ve builds. This is more of a blanket fix because grub supports this arch. It doesn't support hardfp configuration that can't be forced into softfp with a compiler flag. qemuarm-efi defaults to softfp. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
oe-core avoids armv7ve builds. This is more of a blanket fix because grub supports this arch. It doesn't support hardfp configuration that can't be forced into softfp with a compiler flag. qemuarm-efi defaults to softfp. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
The grub.cfg file is processed based on the machine configuration and the final result is deployed in DEPLOY_DIR_IMAGE. Use that file as opposed to letting wic finding it in the layer - and using the template one. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
This patch makes sure that the resulting cfg takes into consideration the kernel image type for the specific machine. This change makes now the recipe/package machine specific so we drop allarch and set PACKAGE_ARCH accordingly. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
The arm64 defconfig file provides the initial support for this machine but it also provides a good set of extra configs unrelated to qemu. Some even generate build warnings due to some configs being dependent on some that are not enabled. As an initial solution we pull the defconfig in the layer and drop the problematic (warning generating) configs. The plan is to drop it in the future for a config fragment for qemu efi boot and reuse the existing BSP configuration from yocto-kernel-cache of the equivalent qemuarm64 machine. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
The multi_v7_defconfig file provides the initial support for this machine but it also provides a good set of extra configs unrelated to qemu. Some even generate build warnings due to some configs being dependent on some that are not enabled. As an initial solution we pull the defconfig in the layer and drop the problematic (warning generating) configs. The plan is to drop it in the future for a config fragment for qemu efi boot and reuse the existing BSP configuration from yocto-kernel-cache of the equivalent qemuarm machine. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
This machine is based on Cortex-A57. For the EFI side, it uses edk2-firmware. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
Andrei Gherzan authored
This machine is based on Cortex-A15 with softfp (to avoid hacks on grub side as it requires softfp or a way to force flag to softfp). For the EFI side, it uses edk2-firmware. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
- Aug 11, 2022
-
-
Stevan Radaković authored
Add ci jobs for dut sysota testing on raspberrypi4 and seco b68 Fixes #533 Signed-off-by:
Stevan Radaković <stevan.radakovic@linaro.org>
-
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Apart from qemu devices, enable smoke tests on MRs for rpi4, seco-b68 and seco-c61-* boards to cover all supported device types. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Aug 09, 2022
-
-
Stevan Radaković authored
Using build job name to download bundles doesn't work. We need to introduce new var and make it mandatory for lava jobs containing the `sysota` in job name. Signed-off-by:
Stevan Radaković <stevan.radakovic@linaro.org>
-
- Aug 08, 2022
-
-
Pavel Zhukov authored
* e23ef05 : recipes-graphics: Add missing machine overrides - Natalia Kovalenko * f935da2 : recipes-graphics: Delete xorg-xserver - Natalia Kovalenko Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* 0d0f168 : freertos: Update to latest release 202012.04-LTS (kernel v10.4.3 Patch 2) - Alejandro Enedino Hernandez Samaniego * 22c9093 : meta-freertos: Add kirkstone as stable release - Alejandro Enedino Hernandez Samaniego * 765ea05 : freertos.conf: Drop BB_DANGLINGAPPENDS_WARNONLY - Andrei Gherzan Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* 8f2dc10 : tracker: upgrade 3.3.1 -> 3.3.2 - wangmy * 6f3b39f : tracker: upgrade 3.3.0 -> 3.3.1 - Wang Mingyu * d3e5c08 : redis: upgrade 7.0.2 -> 7.0.4 - wangmy * ab72f6b : stunnel: upgrade 5.64 -> 5.65 - wangmy * b9c0df2 : stunnel: upgrade 5.63 -> 5.64 - wangmy * cb4e7fb : python3-lxml: Security fix CVE-2022-2309 - Yue Tao * 2763eaf : openjpeg: ignore CVE-2015-1239 - Davide Gardenal * 7430daa : bigbuckbunny-1080p: update SRC_URI - Armin Kuster * 44d7730 : ndisc6: upgrade 1.0.5 -> 1.0.6 - Wang Mingyu * 7eb9e50 : php: upgrade 8.1.7 -> 8.1.8 - Wang Mingyu * db866d5 : rsyslog: update 8.2202->8.2206 - Aryaman Gupta * f1d7666 : catfish: fix buildpaths issue - Chen Qi * 4f02315 : postgresql: ignore unrelated CVE - Davide Gardenal * b0bf282 : php: ignore patched CVEs - Davide Gardenal * aca019a : mongodb: ignore unrelated CVEs - Davide Gardenal * bd8f5fa : meta-oe: ignore patched CVEs - Davide Gardenal * cd54a3b : libplist: ignore patched CVEs - Davide Gardenal Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* 3564ce3 : initscripts: run umountnfs as a KILL script - Shruthi Ravichandran * acda23e : bind: Remove legacy python3 PACKAGECONFIG code - Alex Kiernan * 7d63a9d : efivar: fix import functionality - gr embeter * 400ed3b : base/reproducible: Change Source Date Epoch generation methods - Richard Purdie * a4326da : perf: fix reproduciblity in older releases of Linux - Ross Burton * aa6621d : udev-extraconf:mount.sh: fix a umount issue - Ming Liu * abff988 : systemd: Added base_bindir into pkg_postinst:udev-hwdb. - leimaohui * 15015dd : wic/plugins/rootfs: Fix NameError for 'orig_path' - Mihai Lindner * de7bd5b : oeqa/runtime: add test that the kernel has CONFIG_PREEMPT_RT enabled - Ross Burton * 492e565 : epiphany: upgrade 42.2 -> 42.3 - Alexander Kanavin * df37259 : xwayland: upgrade 22.1.2 -> 22.1.3 - Alexander Kanavin * d626b8c : xwayland: upgrade 22.1.1 -> 22.1.2 - Richard Purdie * fde20b5 : webkitgtk: upgrade 2.36.3 -> 2.36.4 - Alexander Kanavin * b295465 : vala: upgrade 0.56.1 -> 0.56.2 - Alexander Kanavin * b19e202 : vala: upgrade 0.56.0 -> 0.56.1 - Alexander Kanavin * 1dae5b5 : log4cplus: upgrade 2.0.7 -> 2.0.8 - Alexander Kanavin * c785f1d : libuv: upgrade 1.44.1 -> 1.44.2 - Alexander Kanavin * c74c265 : linux-firmware: update 20220610 -> 20220708 - Alexander Kanavin * 75503a1 : xserver-xorg: update 21.1.3 -> 21.1.4 - Alexander Kanavin * cf4e2a0 : font-util: update 1.3.2 -> 1.3.3 - Alexander Kanavin * 73ca8c3 : encodings: update 1.0.5 -> 1.0.6 - Alexander Kanavin * d083da1 : xf86-input-synaptics: update 1.9.1 -> 1.9.2 - Alexander Kanavin * 571736f : xmodmap: update 1.0.10 -> 1.0.11 - Alexander Kanavin * 2f9ab1a : xev: update 1.2.4 -> 1.2.5 - Alexander Kanavin * 5f3d709 : xorg-app: Tweak handling of compression changes in SRC_URI - Richard Purdie * cde6198 : xdpyinfo: upgrade 1.3.2 -> 1.3.3 - wangmy * 01f6eff : mkfontscale: upgrade 1.2.1 -> 1.2.2 - wangmy * 7eeaf4e : libtirpc: CVE-2021-46828 DoS vulnerability with lots of connections - Hitendra Prajapati * 5f236e7 : qemu: CVE-2022-35414 can perform an uninitialized read on the translate_fail path, leading to an io_readx or io_writex crash - Hitendra Prajapati Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- Aug 04, 2022
-
-
Andrei Gherzan authored
BB_DANGLINGAPPENDS_WARNONLY controls how the parser behaves when dangling bbappends are found. When not defined (or defined to 0/no), it errors out and forces for these to be updated and handled accordingly. We rely on this behaviour to force us to forward port changes or drop if needed. The problem is that some layers might (in various ways) define this to only warn in this case breaking our CI and project health assumptions. To avoid this, we force this in the inc included by all our distros. Doing this in local.conf is problematic this would change behaviour by just importing a layer. Fixes: eclipse/oniro-core/oniro#751 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Order is important here as we might want to override things that are defined strictly in the freertos.conf distro. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Marta Rybczynska authored
OE update brings a new version of bind, update our bbappend. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- Aug 03, 2022
-
-
Marta Rybczynska authored
This reverts commit c6287fbc. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
Marta Rybczynska authored
This reverts commit 025e67f1. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- Aug 02, 2022
-
-
Marta Rybczynska authored
* 29dc214 : arm/edk2-firmware: cherry pick gcc 12.x compatibility patches - Maciej Borzecki * 6301b32 : arm-bsp/sdcard-image-n1sdp: Fix N1SDP dependencies - Adam Johnston * 2b392eb : arm-bsp/edk2-firmware: Add NT_FW_CONFIG to N1SDP to fix aborts when accessing virtual memory - Adam Johnston * 01aa543 : arm-bsp/sdcard-image-n1sdp: N1SDP trusted boot - Adam Johnston * 1e13b8b : arm-bsp/scp-firmware: N1SDP trusted boot - Adam Johnston * d9c6ff9 : arm-bsp/trusted-firmware-a: N1SDP trusted boot - Adam Johnston * 8c69397 : arm/oeqa: Fix regex warning in linuxboot test case - Peter Hoyes Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
Marta Rybczynska authored
* d6273f7 : Merge pull request #1159 from Freescale/backport-1158-to-kirkstone - Otavio Salvador * 35d3f3f : imx8m*-evk: allow switch between `u-boot-imx` and `u-boot-fslc` - Otavio Salvador * bab2763 : Merge pull request #1157 from Freescale/backport-1155-to-kirkstone - Otavio Salvador * 8cba3aa : classes: fsl-kernel-localversion: fix usage with devtool - Francesco Valla * f2599b5 : Merge pull request #1154 from Freescale/backport-1152-to-kirkstone - Otavio Salvador * daa53e8 : imx6qdlsabre*.conf: Fix u-boot-imx-mfgtool compile error - Tom Hochstein * baa6f9c : imx6qdlsabre*.conf: Fix UBOOT_CONFIG override for u-boot-imx-mfgtool - Tom Hochstein * 8b801b8 : Merge pull request #1153 from Freescale/backport-1141-to-kirkstone - Otavio Salvador * b511d2a : imx-atf: allow setting the UART used during boot - Otavio Salvador * e5d2cb1 : imx-atf: mark `do_configure` as `noexec` - Otavio Salvador * a74f445 : imx-atf: use `MACHINE_ARCH` as `PACKAGE_ARCH` - Otavio Salvador * 017b7c7 : imx-atf: avoid default dependencies addition - Otavio Salvador * 59324fb : imx-base.inc: consolidate `IMX_EXTRA_FIRMWARE` definition - Otavio Salvador * 7b8a743 : Remove unuse `BOOT_TOOLS` variable - Otavio Salvador * 2ede256 : imx-base.inc: avoid explicit imx-boot dependency - Otavio Salvador * 10f4c0d : Merge pull request #1151 from Freescale/backport-1148-to-kirkstone - Otavio Salvador * 9e409a0 : imx8mm-evk: lift imx8mm-lpddr4-evk and imx8mm-ddr4-evk restrictions - Otavio Salvador * ac02582 : u-boot-fslc: 2022.04 -> 2022.07 - Otavio Salvador * af0e098 : imx-atf: update lf-5.15.5-1.0.0 to lf-5.15.32-2.0.0 - Otavio Salvador * 4ae8eec : Merge pull request #1150 from Freescale/backport-1149-to-kirkstone - Otavio Salvador * 827ebdf : u-boot-imx: Upgrade 2021.04 -> 2022.04 - Tom Hochstein * 54c2969 : linux-imx-headers: Upgrade 5.15.5 -> 5.15.32 - Tom Hochstein * dbe3561 : linux-imx: Upgrade to 5.15.32 - Tom Hochstein * 46f6856 : EULA,SCR: Update for NXP release 5.15.32-2.0.0 - Tom Hochstein * 25364ba : Merge pull request #1140 from Ossanes/topic/fix-kirkstone-machines - Otavio Salvador * 2f14512 : Add SoC information in machines where it is missing - Vinicius Aquino * 3915c0f : Merge pull request #1145 from Freescale/backport-1144-to-kirkstone - Otavio Salvador * 5142908 : optee-qoriq: rename directory so it maps to the recipe - Otavio Salvador * dea213f : qoriq-cst: rename cst to qoriq-cst - Otavio Salvador * 28af4ec : Merge pull request #1143 from Freescale/backport-1142-to-kirkstone - Otavio Salvador * d630b57 : imx-atf: Refine array-bounds patch commit message - Tom Hochstein Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
Marta Rybczynska authored
Remove the upstreamed patch in harfbuz.. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
Marta Rybczynska authored
* 2bc86c0 : gcc-runtime: Pass -nostartfiles when building dummy libstdc++.so - Khem Raj * 943760d : gcc: Backport a fix for gcc bug 105039 - Naveen * bb1dc2b : gobject-introspection-data: Disable cache for g-ir-scanner - Tom Hochstein * 96215d6 : rootfs-postcommands.bbclass: move host-user-contaminated.txt to ${S} - Ming Liu * 7549429 : sstatesig: Include all dependencies in SPDX task signatures - Joshua Watt * 11943ac : git: upgrade v2.35.3 -> v2.35.4 - Sakib Sajal * 4c3591c : go: update v1.17.10 -> v1.17.12 - Sakib Sajal * 8b42e40 : vim: Upgrade 9.0.0021 -> 9.0.0063 - Richard Purdie * c0c7214 : gnupg: upgrade to 2.3.7 to fix CVE-2022-34903 - Yue Tao * 4e9c180 : gnupg: update 2.3.4 -> 2.3.6 - Alexander Kanavin * 5bfb44b : bind: upgrade 9.18.3 -> 9.18.4 - wangmy * 1bbedc1 : bind: upgrade 9.18.2 -> 9.18.3 - wangmy * e22b7b2 : dpkg: fix CVE-2022-1664 - Sakib Sajal * 6c373c0 : tiff: Security fixes CVE-2022-1354 and CVE-2022-1355 - Yi Zhao * 16be6e3 : lua: Backport fix for CVE-2022-33099 - Khem Raj * f1c2e21 : pulseaudio: add m4-native to DEPENDS - Ross Burton * 73cc5a1 : externalsrc.bbclass: support crate fetcher on externalsrc - Chanho Park * 9b2f7eb : cargo_common.bbclass: enable bitbake vendoring for externalsrc - Chanho Park * b418b96 : selftest/runtime_test/virgl: Disable for all almalinux - Richard Purdie * 3bb7abe : gcc-runtime: Fix missing MLPREFIX in debug mappings - Richard Purdie * f842dbc : gcc-runtime: Fix build when using gold - Richard Purdie * a994dbe : oe-selftest: devtool: test modify git recipe building from a subdir - Paul Eggleton * 7cf5381 : devtool: finish: handle patching when S points to subdir of a git repo - Paul Eggleton * 577a691 : patch: handle if S points to a subdirectory of a git repo - Paul Eggleton * 58029ca : bin_package: install into base_prefix - Pascal Bach * 9beb347 : devtool: ignore pn- overrides when determining SRC_URI overrides - Paul Eggleton * 7acc1b9 : kernel-arch: Fix buildpaths leaking into external module compiles - Richard Purdie * 7c3d9c5 : alsa-state: correct license - Peter Marko * d6ec378 : perl: don't install Makefile.old into perl-ptest - Ross Burton * d3149c9 : gtk-doc: Remove hardcoded buildpath - Richard Purdie * 3829ac3 : libmodule-build-perl: Use env utility to find perl interpreter - Khem Raj * cd3821f : vala: Fix on target wrapper buildpaths issue - Richard Purdie * dfe0a72 : lua: Fix multilib buildpath reproducibility issues - Richard Purdie * 05457e7 : waffle: correctly request wayland-scanner executable - Alexander Kanavin * 1837c17 : insane: Fix buildpaths test to work with special devices - Richard Purdie * 8efd5e3 : package.bbclass: Fix kernel source handling when not using externalsrc - Alejandro Hernandez Samaniego * cefc6ec : package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo - Christoph Lauer * 2772b77 : package.bbclass: Fix base directory for debugsource files when using externalsrc - Alejandro Hernandez Samaniego * 39d57ef : python3: Backport patch to fix an issue in subinterpreters - Markus Volk * cb37eeb : udev-extraconf:mount.sh: fix path mismatching issues - Ming Liu * a3c93ec : udev-extraconf: fix some systemd automount issues - Ming Liu * 9d90c89 : udev-extraconf/mount.sh: ignore lvm in automount - Muhammad Hamza * 00ea431 : udev-extraconf: force systemd-udevd to use shared MountFlags - Muhammad Hamza * 35b18c5 : udev-extraconf/mount.sh: only mount devices on hotplug - Muhammad Hamza * 55c2de8 : udev-extraconf/mount.sh: save mount name in our tmp filecache - Muhammad Hamza * 229e7a9 : udev-extraconf/mount.sh: add LABELs to mountpoints - Muhammad Hamza * c021f55 : udev-extraconf: let automount base directory configurable - Ming Liu * 99d9dc7 : udev-extraconf/initrdscripts/parted: Rename mount.blacklist -> mount.ignorelist - Richard Purdie * 7505ac6 : harfbuzz: Fix compilation with clang - Pavel Zhukov * 2749916 : curl: Fix multiple CVEs - Robert Joslyn * 171415e : perf: fix reproducibility in 5.19+ - Bruce Ashfield * 873ac23 : gperf: Switch to upstream patch - Richard Purdie * 21f36f1 : gperf: Add a patch to work around reproducibility issues - Richard Purdie * 3480149 : kernel-devsrc: ppc32: fix reproducibility - Bruce Ashfield * ff5b504 : kernel-devsrc: fix reproducibility and buildpaths QA warning - Bruce Ashfield * f64ad68 : linux-yocto/5.15: fix buildpaths issue with pnmtologo - Bruce Ashfield * 3e15a98 : linux-yocto/5.15: update to v5.15.54 - Bruce Ashfield * 267576e : linux-yocto/5.15: fix buildpaths issue with gen-mach-types - Bruce Ashfield * e1c1ad4 : linux-yocto/5.15: fix build_OID_registry buildpaths warning - Bruce Ashfield * 736271d : linux-yocto/5.15: fix qemuppc buildpaths warning - Bruce Ashfield * a8a7765 : linux-yocto/5.15: update to v5.15.52 - Bruce Ashfield * 4b896df : linux-yocto/5.15: drop obselete GPIO sysfs ABI - Bruce Ashfield * cf7921a : linux-yocto/5.15: update to v5.15.48 - Bruce Ashfield * 5e5dee3 : linux-yocto/5.15: update to v5.15.46 - Bruce Ashfield * 1d8a9a3 : linux-yocto/5.10: fix buildpaths issue with pnmtologo - Bruce Ashfield * ea72e5e : linux-yocto/5.10: update to v5.10.130 - Bruce Ashfield * 6e2676a : linux-yocto/5.10: fix buildpaths issue with gen-mach-types - Bruce Ashfield * bbf8586 : linux-yocto/5.10: fix build_OID_registry/conmakehash buildpaths warning - Bruce Ashfield * 024056a : linux-yocto/5.10: update to v5.10.128 - Bruce Ashfield * 445bbe0 : linux-yocto/5.10: update to v5.10.123 - Bruce Ashfield * 62d3fc8 : linux-yocto/5.10: update to v5.10.121 - Bruce Ashfield * 5a892e2 : qemu: Add PACKAGECONFIG for brlapi - Richard Purdie * 9637a46 : qemu: Fix slirp determinism issue - Richard Purdie Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-