Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/5] grub2: bump up version
Date: Thu, 15 Sep 2016 23:50:50 +0200	[thread overview]
Message-ID: <20160915215050.GA3668@free.fr> (raw)
In-Reply-To: <CAK4VdL3qyfs+o66W8ekmPOWO7bpxEXg-d2_V0wqYn9pa9NxL6w@mail.gmail.com>

Erico, Arnout, All,

On 2016-09-15 23:29 +0200, Erico Nunes spake thusly:
> On Wed, Sep 14, 2016 at 2:25 AM, Arnout Vandecappelle <arnout@mind.be> wrote:
> > On 13-09-16 06:15, Erico Nunes wrote:
> >> Grub 2 version 2.00 which exists in Buildroot dates back from 2012 and
> >> does not support new interesting features such as ARM support.
> >>
> >> Despite it being the last official non-beta release, it makes sense to
> >> bump Grub 2 to current master HEAD as the project has not been providing
> >> regular releases since then.
> >> Other distributions such as Fedora have also been shipping variations of
> >> the newer "beta" releases.
> > [snip]
> >> diff --git a/boot/grub2/grub2.mk b/boot/grub2/grub2.mk
> >> index dc4e51e..ecdf421 100644
> >> --- a/boot/grub2/grub2.mk
> >> +++ b/boot/grub2/grub2.mk
> >> @@ -4,9 +4,9 @@
> >>  #
> >>  ################################################################################
> >>
> >> -GRUB2_VERSION = 2.00
> >> -GRUB2_SITE = $(BR2_GNU_MIRROR)/grub
> >> -GRUB2_SOURCE = grub-$(GRUB2_VERSION).tar.xz
> >> +GRUB2_VERSION = 4e0f8f66e321cf1051c0e01f6fbcc6fc35a807b6
> >> +GRUB2_SITE = git://git.savannah.gnu.org/grub.git
> >
> >  It's not so nice that we have to download via git, no http protocol, we have to
> > autoregen, we can't check the signature...

A few nits:
  - http is available: http://git.savannah.gnu.org/r/grub.git
  - it is possible to add a hash for a git download; one just has to
    generate it manually locally

autogen.sh is ugly, really ugly: there is no way we can do without it.
They run a bunch of python scripts to "import" a few things: unicode (?)
and glib.

Then the copy/move files around.

Then again call other python scripts top generate some files.

They eventually call autoreconf -fi.

Meh... :-(

Seing that, I withdraw my suggestion to use the latest sha1: please use
the latest release tarball...

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2016-09-15 21:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-13  4:15 [Buildroot] [PATCH 0/5] grub2: add support for arm and aarch64 Erico Nunes
2016-09-13  4:15 ` [Buildroot] [PATCH 1/5] grub2: bump up version Erico Nunes
2016-09-14  0:25   ` Arnout Vandecappelle
2016-09-15 21:29     ` Erico Nunes
2016-09-15 21:50       ` Yann E. MORIN [this message]
2016-09-13  4:15 ` [Buildroot] [PATCH 2/5] grub2-tools: new package Erico Nunes
2016-09-13  4:15 ` [Buildroot] [PATCH 3/5] grub2: use grub2-tools as a host package Erico Nunes
2016-09-13  4:15 ` [Buildroot] [PATCH 4/5] grub2: enable support for arm and aarch64 targets Erico Nunes
2016-09-14  0:39   ` Arnout Vandecappelle
2016-09-15 21:43     ` Erico Nunes
2016-09-17 14:24     ` Thomas Petazzoni
2016-09-13  4:15 ` [Buildroot] [PATCH 5/5] grub2: introduce BR2_TARGET_GRUB2_CFG Erico Nunes
2016-09-14  0:15 ` [Buildroot] [PATCH 0/5] grub2: add support for arm and aarch64 Arnout Vandecappelle
2016-09-15 21:48   ` Erico Nunes
2016-09-17 14:27 ` Thomas Petazzoni

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=20160915215050.GA3668@free.fr \
    --to=yann.morin.1998@free.fr \
    --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