[Buildroot] [PATCH 1/1] package/freescale-imx/firmware-ele-imx: fix dependency comment condition

Arnout Vandecappelle arnout at mind.be
Wed Feb 14 09:05:43 UTC 2024



On 13/02/2024 11:09, Sébastien Szymanski wrote:
> The dependency comment must be shown when the platform has no ELE and
> not when the platform has no VPU.
> 
> Fixes: 69d127fe29dc ("package/freescale-imx/firmware-ele-imx: new package")
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski at armadeus.com>

  Applied to master, thanks.

  Thank you for fixing my mistkes!

  Regards,
  Arnout

> ---
>   package/freescale-imx/firmware-ele-imx/Config.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/freescale-imx/firmware-ele-imx/Config.in b/package/freescale-imx/firmware-ele-imx/Config.in
> index 241ad3942d65..a99cbc3392c2 100644
> --- a/package/freescale-imx/firmware-ele-imx/Config.in
> +++ b/package/freescale-imx/firmware-ele-imx/Config.in
> @@ -1,5 +1,5 @@
>   comment "firmware-ele-imx needs an i.MX platform with EdgeLock Secure Enclave"
> -	depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
> +	depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_ELE
>   
>   config BR2_PACKAGE_FIRMWARE_ELE_IMX
>   	bool "firmware-ele-imx"



More information about the buildroot mailing list