mirror of
https://git.yoctoproject.org/poky
synced 2026-03-10 01:09:40 +01:00
Commit f5b980ad added CVE-2024-42040.patch to the base U-Boot SRC_URI in u-boot-common.inc as opposed to adding it in the u-boot recipe where all the other patch additions are. This breaks at least one downstream BSP that reuses u-boot-common.inc (meta-sifive), so move that patch addition to the recipe file with all the others. (From OE-Core rev: 5db1bffe13ec881b7fa4ebf4ed30493e8714d7f2) Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev>