All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: Francois Perrad via buildroot <buildroot@buildroot.org>
Cc: buildroot@busybox.net
Subject: Re: [Buildroot] [PATCH 1/2] configs/olimex_stmp157: bump Linux and U-Boot
Date: Sat, 17 May 2025 17:49:35 +0200	[thread overview]
Message-ID: <87a57bw834.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20250424073814.1880903-1-francois.perrad@gadz.org> (Francois Perrad via buildroot's message of "Thu, 24 Apr 2025 09:38:13 +0200")

>>>>> "Francois" == Francois Perrad via buildroot <buildroot@buildroot.org> writes:

 > Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
 > ---
 >  board/olimex/stmp1_olinuxino/patches/linux/linux.hash | 2 +-
 >  board/olimex/stmp1_olinuxino/patches/uboot/uboot.hash | 2 +-
 >  configs/olimex_stmp157_olinuxino_lime_defconfig       | 6 ++++--
 >  3 files changed, 6 insertions(+), 4 deletions(-)

 > diff --git a/board/olimex/stmp1_olinuxino/patches/linux/linux.hash b/board/olimex/stmp1_olinuxino/patches/linux/linux.hash
 > index 8691d5ffd..48b74dae9 100644
 > --- a/board/olimex/stmp1_olinuxino/patches/linux/linux.hash
 > +++ b/board/olimex/stmp1_olinuxino/patches/linux/linux.hash
 > @@ -1,2 +1,2 @@
 >  # Locally computed
 > -sha256  5d3ca43b81056305860d7407c871eac4f8eafa603029ee67816574a31444fd93  linux-fc74113e14d76aea9482264ff42e07397b94553d-git4.tar.gz
 > +sha256  58c00229e95817918f9310f5c9adb0e3d1cfa7f28377aa7292431a110b6111a9  linux-e9b70672e21c96c02d9a731a9379baa897ea2ac7-git4.tar.gz
 > diff --git a/board/olimex/stmp1_olinuxino/patches/uboot/uboot.hash b/board/olimex/stmp1_olinuxino/patches/uboot/uboot.hash
 > index a991a1922..153acf382 100644
 > --- a/board/olimex/stmp1_olinuxino/patches/uboot/uboot.hash
 > +++ b/board/olimex/stmp1_olinuxino/patches/uboot/uboot.hash
 > @@ -1,2 +1,2 @@
 >  # Locally computed
 > -sha256  6aaa18a9023db29ceaad5bca240605990b68a6bf348aaefad0bee8be8d37648e  uboot-efadf793a0a5924e2c96362dc1df3e56622ebb97-git4.tar.gz
 > +sha256  1b99d3fd4fc778562c011de42193f9c29b3f2d0d7717ba22ac0c412446186382  uboot-23d8f769a94ae230b7a68fa812cc3c4dc0cbf1c9-git4.tar.gz
 > diff --git a/configs/olimex_stmp157_olinuxino_lime_defconfig b/configs/olimex_stmp157_olinuxino_lime_defconfig
 > index b1f9b7645..efd267fcb 100644
 > --- a/configs/olimex_stmp157_olinuxino_lime_defconfig
 > +++ b/configs/olimex_stmp157_olinuxino_lime_defconfig
 > @@ -12,7 +12,8 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/olimex/stmp1_olinuxino/genimage.cfg"
 >  BR2_LINUX_KERNEL=y
 >  BR2_LINUX_KERNEL_CUSTOM_GIT=y
 >  BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/OLIMEX/linux-olimex.git"
 > -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="fc74113e14d76aea9482264ff42e07397b94553d"
 > +# branch release-20231222-v5.10.180
 > +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="e9b70672e21c96c02d9a731a9379baa897ea2ac7"
 >  BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 >  BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/olimex/stmp1_olinuxino/linux.config"
 >  BR2_LINUX_KERNEL_DTS_SUPPORT=y
 > @@ -25,7 +26,8 @@ BR2_TARGET_UBOOT=y
 >  BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 >  BR2_TARGET_UBOOT_CUSTOM_GIT=y
 >  BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/OLIMEX/u-boot-olinuxino.git"
 > -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="efadf793a0a5924e2c96362dc1df3e56622ebb97"
 > +# branch release-20250305, based on 2021.04
 > +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="23d8f769a94ae230b7a68fa812cc3c4dc0cbf1c9"

NIT: You can also use git describe output in _REPO_VERSION, E.G.:

git describe --abbrev=40 23d8f769a94ae230b7a68fa812cc3c4dc0cbf1c9
v2021.04-29-g23d8f769a94ae230b7a68fa812cc3c4dc0cbf1c9

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2025-05-17 15:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-24  7:38 [Buildroot] [PATCH 1/2] configs/olimex_stmp157: bump Linux and U-Boot Francois Perrad via buildroot
2025-04-24  7:38 ` [Buildroot] [PATCH 2/2] configs/olimex_stmp157: switch to Bootlin glibc stable toolchain Francois Perrad via buildroot
2025-05-17 15:50   ` Peter Korsgaard
2025-05-17 15:49 ` Peter Korsgaard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-26 18:00 [Buildroot] [PATCH 1/2] configs/olimex_stmp157: bump Linux and U-Boot Francois Perrad
2023-02-08 11:24 ` Thomas Petazzoni via buildroot

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=87a57bw834.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --cc=buildroot@buildroot.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 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.