All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/5] configs/mini2440_defconfig: lock down kernel headers version
Date: Fri,  8 Feb 2013 08:36:02 -0300	[thread overview]
Message-ID: <1360323365-5936-2-git-send-email-gustavo@zacarias.com.ar> (raw)
In-Reply-To: <1360323365-5936-1-git-send-email-gustavo@zacarias.com.ar>

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 configs/mini2440_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configs/mini2440_defconfig b/configs/mini2440_defconfig
index a7db855..6adcea0 100644
--- a/configs/mini2440_defconfig
+++ b/configs/mini2440_defconfig
@@ -15,6 +15,11 @@ BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER=y
 BR2_TARGET_ROOTFS_JFFS2_LE=y
 BR2_TARGET_ROOTFS_TAR=y
 
+
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.0.4"
+
 # Bootloader
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mini2440"
-- 
1.7.12.4

  reply	other threads:[~2013-02-08 11:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 11:36 [Buildroot] [PATCH 1/5] configs/sheevaplug_defconfig: lock down kernel headers version Gustavo Zacarias
2013-02-08 11:36 ` Gustavo Zacarias [this message]
2013-02-08 11:36 ` [Buildroot] [PATCH 3/5] configs/armadeus_apf9328_defconfig: " Gustavo Zacarias
2013-02-08 11:36 ` [Buildroot] [PATCH 4/5] configs/at91sam9g20dfc_defconfig: lock down kernel headers vesion Gustavo Zacarias
2013-02-08 11:36 ` [Buildroot] [PATCH 5/5] config/kb9202_defconfig: update to latest at91 kernel and lock headers Gustavo Zacarias
2013-02-08 21:25 ` [Buildroot] [PATCH 1/5] configs/sheevaplug_defconfig: lock down kernel headers version 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=1360323365-5936-2-git-send-email-gustavo@zacarias.com.ar \
    --to=gustavo@zacarias.com.ar \
    --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.