meta-arm has dropped exporting virtual/trusted-firmware-a and expects direct use of trusted-firmware-a on depends sections
Signed-off-by: Khem Raj <[email protected]> --- recipes-bsp/u-boot/u-boot%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot%.bbappend b/recipes-bsp/u-boot/u-boot%.bbappend index 7916e45..9108a36 100644 --- a/recipes-bsp/u-boot/u-boot%.bbappend +++ b/recipes-bsp/u-boot/u-boot%.bbappend @@ -8,9 +8,9 @@ do_compile:append:rock2-square () { ATF_DEPENDS ??= "" EXTRA_OEMAKE:append:rk3399 = " BL31=${DEPLOY_DIR_IMAGE}/bl31-rk3399.elf" -ATF_DEPENDS:rk3399 = " virtual/trusted-firmware-a:do_deploy" +ATF_DEPENDS:rk3399 = " trusted-firmware-a:do_deploy" EXTRA_OEMAKE:append:rk3328 = " BL31=${DEPLOY_DIR_IMAGE}/bl31-rk3328.elf" -ATF_DEPENDS:rk3328 = " virtual/trusted-firmware-a:do_deploy" +ATF_DEPENDS:rk3328 = " trusted-firmware-a:do_deploy" do_compile[depends] .= "${ATF_DEPENDS}" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#55523): https://lists.yoctoproject.org/g/yocto/message/55523 Mute This Topic: https://lists.yoctoproject.org/mt/87598676/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
