All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/aarch64_efi: fix typo AARCH64 -> ARM64
@ 2019-09-06 10:12 Romain Naour
  2019-09-06 15:31 ` Erico Nunes
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Romain Naour @ 2019-09-06 10:12 UTC (permalink / raw)
  To: buildroot

There is no option BR2_TARGET_GRUB2_AARCH64_EFI but
BR2_TARGET_GRUB2_ARM64_EFI in grub2 package.

BR2_TARGET_GRUB2_ARM64_EFI was introduced by the commit [1].

[1] 273a27804a18c5e232907d5ef6bd01957cf090d7

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Cc: Erico Nunes <nunes.erico@gmail.com>
---
 configs/aarch64_efi_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/aarch64_efi_defconfig b/configs/aarch64_efi_defconfig
index e87193218e..2aab6e9699 100644
--- a/configs/aarch64_efi_defconfig
+++ b/configs/aarch64_efi_defconfig
@@ -13,7 +13,7 @@ BR2_PACKAGE_HOST_GENIMAGE=y
 
 # Bootloader
 BR2_TARGET_GRUB2=y
-BR2_TARGET_GRUB2_AARCH64_EFI=y
+BR2_TARGET_GRUB2_ARM64_EFI=y
 
 # Filesystem / image
 BR2_TARGET_ROOTFS_EXT2=y
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] configs/aarch64_efi: fix typo AARCH64 -> ARM64
  2019-09-06 10:12 [Buildroot] [PATCH] configs/aarch64_efi: fix typo AARCH64 -> ARM64 Romain Naour
@ 2019-09-06 15:31 ` Erico Nunes
  2019-09-07 19:57 ` Thomas Petazzoni
  2019-09-17 20:27 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Erico Nunes @ 2019-09-06 15:31 UTC (permalink / raw)
  To: buildroot

On Fri, Sep 6, 2019 at 12:12 PM Romain Naour <romain.naour@smile.fr> wrote:
>
> There is no option BR2_TARGET_GRUB2_AARCH64_EFI but
> BR2_TARGET_GRUB2_ARM64_EFI in grub2 package.
>
> BR2_TARGET_GRUB2_ARM64_EFI was introduced by the commit [1].
>
> [1] 273a27804a18c5e232907d5ef6bd01957cf090d7

Nice catch, thanks.

Reviewed-by: Erico Nunes <nunes.erico@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] configs/aarch64_efi: fix typo AARCH64 -> ARM64
  2019-09-06 10:12 [Buildroot] [PATCH] configs/aarch64_efi: fix typo AARCH64 -> ARM64 Romain Naour
  2019-09-06 15:31 ` Erico Nunes
@ 2019-09-07 19:57 ` Thomas Petazzoni
  2019-09-17 20:27 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-09-07 19:57 UTC (permalink / raw)
  To: buildroot

On Fri,  6 Sep 2019 12:12:03 +0200
Romain Naour <romain.naour@smile.fr> wrote:

> There is no option BR2_TARGET_GRUB2_AARCH64_EFI but
> BR2_TARGET_GRUB2_ARM64_EFI in grub2 package.
> 
> BR2_TARGET_GRUB2_ARM64_EFI was introduced by the commit [1].
> 
> [1] 273a27804a18c5e232907d5ef6bd01957cf090d7
> 
> Signed-off-by: Romain Naour <romain.naour@smile.fr>
> Cc: Erico Nunes <nunes.erico@gmail.com>
> ---
>  configs/aarch64_efi_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] configs/aarch64_efi: fix typo AARCH64 -> ARM64
  2019-09-06 10:12 [Buildroot] [PATCH] configs/aarch64_efi: fix typo AARCH64 -> ARM64 Romain Naour
  2019-09-06 15:31 ` Erico Nunes
  2019-09-07 19:57 ` Thomas Petazzoni
@ 2019-09-17 20:27 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-09-17 20:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Romain" == Romain Naour <romain.naour@smile.fr> writes:

 > There is no option BR2_TARGET_GRUB2_AARCH64_EFI but
 > BR2_TARGET_GRUB2_ARM64_EFI in grub2 package.

 > BR2_TARGET_GRUB2_ARM64_EFI was introduced by the commit [1].

 > [1] 273a27804a18c5e232907d5ef6bd01957cf090d7

 > Signed-off-by: Romain Naour <romain.naour@smile.fr>
 > Cc: Erico Nunes <nunes.erico@gmail.com>

Committed to 2019.02.x, 2019.05.x and 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-17 20:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06 10:12 [Buildroot] [PATCH] configs/aarch64_efi: fix typo AARCH64 -> ARM64 Romain Naour
2019-09-06 15:31 ` Erico Nunes
2019-09-07 19:57 ` Thomas Petazzoni
2019-09-17 20:27 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.