From 56c13c3648bf8ce87ccb94c403b7b2983489812c Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Tue, 25 Mar 2025 13:06:30 +0200 Subject: [PATCH] trusted-firmware-a: move qemu patch 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 Signed-off-by: Jon Mason --- .../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 --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