From 05ff172139a33a199a08c1f19a7ede277545b843 Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Tue, 7 May 2024 10:33:28 -0600 Subject: [PATCH] trusted-firmware: Make append machine specific --- recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend index df34187..4a6ad78 100644 --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend @@ -1,7 +1,7 @@ -COMPATIBLE_MACHINE = "(sun50i|sun50i-h616|sun50i-h6)" +COMPATIBLE_MACHINE:sunxi = "(sun50i|sun50i-h616|sun50i-h6)" TFA_PLATFORM:sun50i = "sun50i_a64" TFA_PLATFORM:sun50i-h6 = "sun50i_h6" TFA_PLATFORM:sun50i-h616 = "sun50i_h616" -TFA_BUILD_TARGET = "bl31" +TFA_BUILD_TARGET:sunxi = "bl31"