All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] configs/rpi: fix defconfigs after upstream rebased
Date: Wed, 19 May 2021 22:34:36 +0200	[thread overview]
Message-ID: <20210519203436.GL2268078@scaer> (raw)
In-Reply-To: <20210519222617.47589fd5@gmx.net>

Peter, All,

On 2021-05-19 22:26 +0200, Peter Seiderer spake thusly:
> On Tue, 18 May 2021 16:50:03 +0200, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> > commit: https://git.buildroot.net/buildroot/commit/?id=8c3f281626fb3a9e7ca596ca1df2cc1d30252496
> > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> >
> > Branches in the Rappberry Pi linux repository are often rebased, which
> > means that commits that are not reachable from a reference (tag,branch)
> > will eventually get garbage-collected.
> >
> > This is probably what hapenned with the commit we are curently
> > referencing in our defconfig files.
> >
> > Swith to using the current HEAD of the rpi-5.10.y brnch, in lieue of the
> > previous one.
> >
> > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> > ---
> >  configs/raspberrypi0_defconfig       | 2 +-
> >  configs/raspberrypi0w_defconfig      | 2 +-
> >  configs/raspberrypi2_defconfig       | 2 +-
> >  configs/raspberrypi3_64_defconfig    | 2 +-
> >  configs/raspberrypi3_defconfig       | 2 +-
> >  configs/raspberrypi3_qt5we_defconfig | 2 +-
> >  configs/raspberrypi4_64_defconfig    | 2 +-
> >  configs/raspberrypi4_defconfig       | 2 +-
> >  configs/raspberrypi_defconfig        | 2 +-
> >  9 files changed, 9 insertions(+), 9 deletions(-)
> >
> > diff --git a/configs/raspberrypi0_defconfig b/configs/raspberrypi0_defconfig
> > index 84de42c631..4cccad83f7 100644
> > --- a/configs/raspberrypi0_defconfig
> > +++ b/configs/raspberrypi0_defconfig
> > @@ -9,7 +9,7 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
> >
> >  BR2_LINUX_KERNEL=y
> >  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> > -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,96110e96f1a82e236afb9a248258f1ef917766e9)/linux-96110e96f1a82e236afb9a248258f1ef917766e9.tar.gz"
> > +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,b657cd2f27d9171b75c846f21e7b4bb581b3ed29)/linux-96110e96f1a82e236afb9a248258f1ef917766e9.tar.gz"
> ^ missing change of download file name to linux-b657cd2f27d9171b75c846f21e7b4bb581b3ed29.tar.gz

Arg, I forgot to use the 'g' address in my sed expression...

Thanks for the heads up! I'll push a fix shortly...

Regards,
Yann E. MORIN.

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

      reply	other threads:[~2021-05-19 20:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-18 14:50 [Buildroot] [git commit] configs/rpi: fix defconfigs after upstream rebased Yann E. MORIN
2021-05-19 20:26 ` Peter Seiderer
2021-05-19 20:34   ` Yann E. MORIN [this message]

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=20210519203436.GL2268078@scaer \
    --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 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.