All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joao Pinto <Joao.Pinto@synopsys.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] configs/arm_juno: Point to 4.6 mainline kernel
Date: Thu,  9 Jun 2016 11:40:31 +0100	[thread overview]
Message-ID: <ab333dc1e75fd0650ecea52f62495b4a245425d8.1465468621.git.jpinto@synopsys.com> (raw)
In-Reply-To: <cover.1465468621.git.jpinto@synopsys.com>

Change the kernel version to v4.6 mainline.

Signed-off-by: Joao Pinto <jpinto@synopsys.com>
---
 configs/arm_juno_defconfig | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/configs/arm_juno_defconfig b/configs/arm_juno_defconfig
index 5ce882c..153060a 100644
--- a/configs/arm_juno_defconfig
+++ b/configs/arm_juno_defconfig
@@ -1,13 +1,12 @@
 BR2_aarch64=y
 BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="4.2.2"
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
+BR2_DEFAULT_KERNEL_VERSION="4.6"
 BR2_TARGET_GENERIC_HOSTNAME="juno-buildroot"
 BR2_TARGET_GENERIC_ISSUE="Welcome to SNPS Juno by Buildroot"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="http://git.linaro.org/kernel/linux-linaro-tracking.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="linux-linaro-4.3-2015.11"
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v4.6"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/arm/juno/linux-juno-defconfig"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-- 
1.8.1.5

  parent reply	other threads:[~2016-06-09 10:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-09 10:40 [Buildroot] [PATCH 0/2] juno: add support for Juno r2 and point to v4.6 mainline Joao Pinto
2016-06-09 10:40 ` [Buildroot] [PATCH 1/2] juno: Adding support for Juno r2 Joao Pinto
2016-06-09 20:03   ` Thomas Petazzoni
2016-06-13 16:55     ` Joao Pinto
2016-06-09 10:40 ` Joao Pinto [this message]
2016-06-09 20:07   ` [Buildroot] [PATCH 2/2] configs/arm_juno: Point to 4.6 mainline kernel 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=ab333dc1e75fd0650ecea52f62495b4a245425d8.1465468621.git.jpinto@synopsys.com \
    --to=joao.pinto@synopsys.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.