* [meta-rockchip][PATCH] u-boot: remove "virtual" keyword in dependency
@ 2021-12-08 20:29 Trevor Woerner
2021-12-09 2:04 ` Trevor Woerner
0 siblings, 1 reply; 2+ messages in thread
From: Trevor Woerner @ 2021-12-08 20:29 UTC (permalink / raw)
To: yocto
The latest trusted-firmware-a recipe in meta-arm no longer considers
trusted-firmware-a to have potentially multiple providers.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
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.0.rc1.14.g88d915a634
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-rockchip][PATCH] u-boot: remove "virtual" keyword in dependency
2021-12-08 20:29 [meta-rockchip][PATCH] u-boot: remove "virtual" keyword in dependency Trevor Woerner
@ 2021-12-09 2:04 ` Trevor Woerner
0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2021-12-09 2:04 UTC (permalink / raw)
To: yocto
On Wed 2021-12-08 @ 03:29:14 PM, Trevor Woerner wrote:
> The latest trusted-firmware-a recipe in meta-arm no longer considers
> trusted-firmware-a to have potentially multiple providers.
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
> recipes-bsp/u-boot/u-boot%.bbappend | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to meta-rockchip (with Khem's SoB added) master.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-09 2:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-08 20:29 [meta-rockchip][PATCH] u-boot: remove "virtual" keyword in dependency Trevor Woerner
2021-12-09 2:04 ` Trevor Woerner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox