From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/8] grub2: bump up version
Date: Sun, 16 Jul 2017 15:09:42 +0200 [thread overview]
Message-ID: <20170716150942.59976e6c@windsurf> (raw)
In-Reply-To: <20170426213953.14904-2-nunes.erico@gmail.com>
Hello,
On Wed, 26 Apr 2017 23:39:46 +0200, Erico Nunes wrote:
> After many years since the last release and a long time with grub 2.02
> in beta, there is finally a release and it brings many bug fixes and
> interesting features such as support for ARM.
>
> Patch boot/grub2/0001-remove-gets.patch doesn't seem to be required
> anymore as grub-core/gnulib/stdio.in.h has changed significantly since
> "053cfcd Import new gnulib." and has another treatment for gets.
> Patch
> boot/grub2/0002-grub-core-gettext-gettext.c-main_context-secondary_c.patch
> was a backport which is present after the bump and therefore is also no
> longer necessary.
>
> Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thanks, I've applied, after doing a few changes, see below.
> diff --git a/boot/grub2/Config.in b/boot/grub2/Config.in
> index 7dc5cae..eede814 100644
> --- a/boot/grub2/Config.in
> +++ b/boot/grub2/Config.in
> @@ -1,6 +1,7 @@
> config BR2_TARGET_GRUB2
> bool "grub2"
> depends on BR2_i386 || BR2_x86_64
Instead of duplicating the dependency here and in the Config.in
comment, I've added a hidden BR2_TARGET_GRUB2_ARCH_SUPPORTS
> +comment "grub2 needs a toolchain w/ wchar"
> + depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_aarch64
And use it here. Also, I've dropped the BR2_arm || BR2_aarch64 here,
since this commit hasn't added ARM/AArch64 support yet.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
next prev parent reply other threads:[~2017-07-16 13:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-26 21:39 [Buildroot] [PATCH v2 0/8] grub2: bump and add support for arm and aarch64 Erico Nunes
2017-04-26 21:39 ` [Buildroot] [PATCH v2 1/8] grub2: bump up version Erico Nunes
2017-07-16 13:09 ` Thomas Petazzoni [this message]
2017-04-26 21:39 ` [Buildroot] [PATCH v2 2/8] grub2-tools: new package Erico Nunes
2017-04-26 21:39 ` [Buildroot] [PATCH v2 3/8] grub2: use grub2-tools as a host package Erico Nunes
2017-07-16 13:39 ` Thomas Petazzoni
2017-08-11 16:39 ` Erico Nunes
2017-04-26 21:39 ` [Buildroot] [PATCH v2 4/8] grub2: enable support for arm and aarch64 targets Erico Nunes
2017-07-16 13:41 ` Thomas Petazzoni
2017-04-26 21:39 ` [Buildroot] [PATCH v2 5/8] grub2: introduce BR2_TARGET_GRUB2_CFG Erico Nunes
2017-04-26 21:39 ` [Buildroot] [PATCH v2 6/8] grub2: move usage notes to package readme.txt Erico Nunes
2017-07-16 13:33 ` Thomas Petazzoni
2017-04-26 21:39 ` [Buildroot] [PATCH v2 7/8] grub2: add usage notes for Grub 2 ARM and aarch64 Erico Nunes
2017-04-26 21:39 ` [Buildroot] [PATCH v2 8/8] linux: new Image.gz format for aarch64 Erico Nunes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170716150942.59976e6c@windsurf \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox