diff mbox

[2/2] configs/arm_juno: Point to 4.6 mainline kernel

Message ID ab333dc1e75fd0650ecea52f62495b4a245425d8.1465468621.git.jpinto@synopsys.com
State Accepted
Headers show

Commit Message

Joao Pinto June 9, 2016, 10:40 a.m. UTC
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(-)

Comments

Thomas Petazzoni June 9, 2016, 8:07 p.m. UTC | #1
Hello,

On Thu,  9 Jun 2016 11:40:31 +0100, Joao Pinto wrote:

> 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"

No, you should have kept using
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_X_Y, since this tells Buildroot
to use the kernel sources specified below for the kernel headers used
to build the toolchain.

>  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"

I've already applied, but when using such an official release, using
the tarball would be much more download efficient.

Applied with the kernel headers change. Thanks!

Thomas
diff mbox

Patch

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