diff mbox series

trusted-firmware-a: move qemu patch

Message ID 20250325110630.795963-1-mikko.rapeli@linaro.org
State New
Headers show
Series trusted-firmware-a: move qemu patch | expand

Commit Message

Mikko Rapeli March 25, 2025, 11:06 a.m. UTC
qemuarm64-secureboot directory in path to 0001-Add-spmc_manifest-for-qemu.patch
hides the patch from machines with different names and thus break builds
unless overrides are set to include "qemuarm64-secureboot".
Move patch to plain "files" directory to avoid build failures
and this cumbersome workaround.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
---
 .../0001-Add-spmc_manifest-for-qemu.patch                         | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-arm/recipes-bsp/trusted-firmware-a/files/{qemuarm64-secureboot => }/0001-Add-spmc_manifest-for-qemu.patch (100%)
diff mbox series

Patch

diff --git a/meta-arm/recipes-bsp/trusted-firmware-a/files/qemuarm64-secureboot/0001-Add-spmc_manifest-for-qemu.patch b/meta-arm/recipes-bsp/trusted-firmware-a/files/0001-Add-spmc_manifest-for-qemu.patch
similarity index 100%
rename from meta-arm/recipes-bsp/trusted-firmware-a/files/qemuarm64-secureboot/0001-Add-spmc_manifest-for-qemu.patch
rename to meta-arm/recipes-bsp/trusted-firmware-a/files/0001-Add-spmc_manifest-for-qemu.patch