From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 11/15] grub2: add new package
Date: Sun, 01 Dec 2013 23:49:25 +0100 [thread overview]
Message-ID: <87r49wtcei.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1384188459-1332-12-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Mon, 11 Nov 2013 17:47:35 +0100")
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> boot/Config.in | 1 +
> boot/grub2/Config.in | 120 +++++++++++++++++++++++++++++++++++++
> boot/grub2/grub.cfg | 6 ++
> boot/grub2/grub2-remove-gets.patch | 21 +++++++
> boot/grub2/grub2.mk | 88 +++++++++++++++++++++++++++
> 5 files changed, 236 insertions(+)
> create mode 100644 boot/grub2/Config.in
> create mode 100644 boot/grub2/grub.cfg
> create mode 100644 boot/grub2/grub2-remove-gets.patch
> create mode 100644 boot/grub2/grub2.mk
> diff --git a/boot/Config.in b/boot/Config.in
> index eb5f7cd..71d2fbd 100644
> --- a/boot/Config.in
> +++ b/boot/Config.in
> @@ -6,6 +6,7 @@ source "boot/at91dataflashboot/Config.in"
> source "boot/barebox/Config.in"
> source "boot/boot-wrapper-aarch64/Config.in"
> source "boot/grub/Config.in"
> +source "boot/grub2/Config.in"
> source "boot/lpc32xxcdl/Config.in"
> source "boot/mxs-bootlets/Config.in"
> source "boot/syslinux/Config.in"
> diff --git a/boot/grub2/Config.in b/boot/grub2/Config.in
> new file mode 100644
> index 0000000..e59626a
> --- /dev/null
> +++ b/boot/grub2/Config.in
> @@ -0,0 +1,120 @@
> +config BR2_TARGET_GRUB2
> + bool "grub2"
> + depends on BR2_i386 || BR2_x86_64
Doesn't grub2 also need BR2_HOSTARCH_NEEDS_IA32_COMPILER?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-12-01 22:49 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-11 16:47 [Buildroot] [PATCH 00/15] Improvements to x86 bootloaders, and x86 boards support Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 01/15] core: add BR2_HOSTARCH_NEEDS_IA32_COMPILER option Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 02/15] package: add objcopy and ranlib to HOST_CONFIGURE_OPTS Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 03/15] grub: factorize BR2_TARGET_GRUB dependency in Config.in Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 04/15] grub: support build on x86-64, and misc other improvements Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 05/15] grub: replace splash screen with a nicer Buildroot splash screen Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 06/15] grub: sample menu.lst file improvements Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 07/15] grub: install the sample menu.lst into $(TARGET_DIR)/boot/grub Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 08/15] grub: adjust splashimage in menu.lst depending on configuration Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 09/15] grub: add option to configure the list of supported filesystems Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 10/15] grub: improve help text with detailed instructions to install grub Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 11/15] grub2: add new package Thomas Petazzoni
2013-12-01 22:49 ` Peter Korsgaard [this message]
2013-12-02 8:35 ` Thomas Petazzoni
2013-12-02 8:49 ` Peter Korsgaard
2013-12-02 8:51 ` Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 12/15] gnu-efi: " Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 13/15] gummiboot: " Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 14/15] board: add support for the MinnowBoard Thomas Petazzoni
2013-11-11 16:47 ` [Buildroot] [PATCH 15/15] board: add support for the Fri2 board Thomas Petazzoni
2013-11-11 19:27 ` [Buildroot] [PATCH 00/15] Improvements to x86 bootloaders, and x86 boards support Thomas De Schampheleire
2013-12-01 22:47 ` Peter Korsgaard
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=87r49wtcei.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--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