[Buildroot] [PATCH 21/21] boot/ti-k3-image-gen: remove package

Alexander Sverdlin alexander.sverdlin at gmail.com
Tue Feb 13 19:05:15 UTC 2024


Hi Romain,

On Tue, 2024-02-13 at 18:28 +0100, Romain Naour wrote:
> ti-k3-image-gen tool is deprecated an replaced by binman [1].
> 
> All defconfig that was using it have been updated to use U-boot
> binman tool instead.
> 
> So, we can safely remove ti-k3-image-gen package.
> 
> [1] https://git.yoctoproject.org/meta-ti/commit/?id=835811cf8586926cf78a961d090f4e6150432235
> 
> Cc: Anand Gadiyar <gadiyar at ti.com>
> Cc: Xuanhao Shi <X15000177 at gmail.com>
> Signed-off-by: Romain Naour <romain.naour at smile.fr>
> ---
>  Config.in.legacy                          |  7 ++
>  DEVELOPERS                                |  2 -
>  boot/Config.in                            |  1 -
>  boot/ti-k3-image-gen/Config.in            | 81 -----------------------
>  boot/ti-k3-image-gen/ti-k3-image-gen.hash |  3 -
>  boot/ti-k3-image-gen/ti-k3-image-gen.mk   | 54 ---------------
>  6 files changed, 7 insertions(+), 141 deletions(-)
>  delete mode 100644 boot/ti-k3-image-gen/Config.in
>  delete mode 100644 boot/ti-k3-image-gen/ti-k3-image-gen.hash
>  delete mode 100644 boot/ti-k3-image-gen/ti-k3-image-gen.mk
> 
> diff --git a/Config.in.legacy b/Config.in.legacy
> index a869279af7..2b59a65f1c 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -146,6 +146,13 @@ endif
>  
>  comment "Legacy options removed in 2024.02"
>  
> +config BR2_TARGET_TI_K3_IMAGE_GEN
> +	bool "ti-k3-image-gen removed"
> +	select BR2_LEGACY
> +	help
> +	  ti-k3-image-gen tool  has been removed and replaced by
> +	  U-Boot binman tool (requires U-boot >= 2024.01).

Is commit 6d6228ab8fe5 "am62a: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img"
in U-Boot repo not what is actually required (since v2023.10)?
At least that's the version which works for me.

-- 
Alexander Sverdlin.




More information about the buildroot mailing list