[Buildroot] [PATCH 1/1] linux: fix kernel image format for aarch64 BE

Arnout Vandecappelle arnout at mind.be
Tue Mar 15 21:11:57 UTC 2022



On 28/02/2022 17:26, Rémi Duraffort wrote:
> Signed-off-by: Rémi Duraffort <remi.duraffort at linaro.org>
> ---
>   linux/Config.in | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/linux/Config.in b/linux/Config.in
> index 13d99bd09d..1f2a8db545 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -261,11 +261,11 @@ config BR2_LINUX_KERNEL_SIMPLEIMAGE
>   
>   config BR2_LINUX_KERNEL_IMAGE
>   	bool "Image"
> -	depends on BR2_aarch64 || BR2_riscv
> +	depends on BR2_aarch64 || BR2_riscv || BR2_aarch64_be

  I changed the order here so the two aarch64 ones are next to each other.

  Applied to master with that changed, thanks.

  Regards,
  Arnout

>   
>   config BR2_LINUX_KERNEL_IMAGEGZ
>   	bool "Image.gz"
> -	depends on BR2_aarch64 || BR2_riscv
> +	depends on BR2_aarch64 || BR2_riscv || BR2_aarch64_be
>   
>   config BR2_LINUX_KERNEL_LINUX_BIN
>   	bool "linux.bin"



More information about the buildroot mailing list