All of lore.kernel.org
 help / color / mirror / Atom feed
From: Svein-Erik Skjelbred <at91rm9200@skjelbred.com>
To: buildroot@busybox.net
Subject: [Buildroot] 2009.05-rc3 released
Date: Thu, 28 May 2009 00:08:47 +0200	[thread overview]
Message-ID: <4A1DB9EF.40002@skjelbred.com> (raw)
In-Reply-To: <87k5428ixt.fsf@macbook.be.48ers.dk>

Peter Korsgaard wrote:
> Hi,
> 
> I've released RC3. Unless big issues are found, expect this to be the
> last release candidate before the release - So give it a good test.
> 
> Get it from here:
> 
> http://buildroot.net/downloads/buildroot-2009.05-rc3.tar.bz2
> 
> And report any issues found here or in the bugtracker.
> 
> The plan is to release the final 2009.05 release this weekend.
> 
The default linux-header for the tool chain was 2.6.29.4 but the default 
kernel itself was 2.6.29.2. The attached patch fixes that.

Svein-Erik Skjelbred

Start patch
----------------
diff --git a/target/linux/Config.in.advanced 
b/target/linux/Config.in.advanced
index de54d03..3a171b5 100644
--- a/target/linux/Config.in.advanced
+++ b/target/linux/Config.in.advanced
@@ -128,7 +128,7 @@ choice
           Select the specific Linux version you want to use

  config BR2_LINUX_2_6_STABLE
-       bool "The latest stable Linux kernel (2.6.29.2)"
+       bool "The latest stable Linux kernel (2.6.29.4)"

  config BR2_LINUX_2_6_29
         bool "Linux 2.6.29"
diff --git a/target/linux/Config.in.versions 
b/target/linux/Config.in.versions
index 467f73c..a37a5ad 100644
--- a/target/linux/Config.in.versions
+++ b/target/linux/Config.in.versions
@@ -19,13 +19,13 @@ config LINUX26_LATEST_MM_VERSION

  config BR2_KERNEL_CURRENT_VERSION
         string
-       default "2.6.29.2"
+       default "2.6.29.4"
         help
           This is the latest stable kernel (including minor version)

  config BR2_KERNEL_LATEST_2_6_29
         string
-       default "2"
+       default "4"

  config BR2_KERNEL_LATEST_2_6_28
         string
------------------------------
End Patch

  parent reply	other threads:[~2009-05-27 22:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-27 19:06 [Buildroot] 2009.05-rc3 released Peter Korsgaard
2009-05-27 19:15 ` Adam McLaurin
2009-05-28 14:11   ` Peter Korsgaard
2009-05-27 22:08 ` Svein-Erik Skjelbred [this message]
2009-05-28 14:16   ` Peter Korsgaard
2009-05-28  4:32 ` Paul Archer
2009-05-28  4:59   ` Thiago A. Corrêa
2009-05-28  6:00     ` Paul Archer
2009-05-28  6:10     ` Paul Archer
     [not found] ` <56ea0bb80905272131h4aac2dceh86b7b8636031dc7d@mail.gmail.com>
2009-05-28 12:22   ` Peter Korsgaard
2009-05-28 12:58     ` Hamish Moffatt
2009-05-28 13:05       ` Peter Korsgaard
2009-05-28 14:54     ` Thiago A. Corrêa
2009-05-28 16:20 ` Andrzej Wolski

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=4A1DB9EF.40002@skjelbred.com \
    --to=at91rm9200@skjelbred.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 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.