mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 03:31:58 +00:00
conf/machine: am64xx/j7200: Drop trusted-firmware deployment for tar wic
wic and tar dependency on trusted firmware is wrong. It is u-boot build that depends on trusted firmware deployment and is correctly handled by u-boot recipe. No point in duplicating that dependency, so just clean it all up. Reported-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
This commit is contained in:
committed by
Praneeth Bajjuri
parent
73e07a8063
commit
d4bd0e8f54
@@ -8,8 +8,5 @@ IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
|
||||
|
||||
UBOOT_MACHINE = "am64x_evm_a53_defconfig"
|
||||
|
||||
do_image_wic[depends] += "trusted-firmware-a:do_deploy"
|
||||
do_image_tar[depends] += "trusted-firmware-a:do_deploy"
|
||||
|
||||
do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
|
||||
do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
|
||||
|
||||
@@ -8,9 +8,6 @@ IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
|
||||
|
||||
UBOOT_MACHINE = "am64x_sk_a53_defconfig"
|
||||
|
||||
do_image_wic[depends] += "trusted-firmware-a:do_deploy"
|
||||
do_image_tar[depends] += "trusted-firmware-a:do_deploy"
|
||||
|
||||
do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
|
||||
do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
|
||||
|
||||
|
||||
@@ -16,8 +16,5 @@ UBOOT_MACHINE = "j7200_evm_a72_config"
|
||||
|
||||
IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
|
||||
|
||||
do_image_wic[depends] += "trusted-firmware-a:do_deploy"
|
||||
do_image_tar[depends] += "trusted-firmware-a:do_deploy"
|
||||
|
||||
do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
|
||||
do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
|
||||
|
||||
Reference in New Issue
Block a user