Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Bisson <gary.bisson@boundarydevices.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 14/15] configs: nitrogen*: bump kernel version to 4.9.x_1.0.0_ga
Date: Fri,  5 Jan 2018 15:39:46 +0100	[thread overview]
Message-ID: <20180105143947.26934-15-gary.bisson@boundarydevices.com> (raw)
In-Reply-To: <20180105143947.26934-1-gary.bisson@boundarydevices.com>

Currently based upon 4.9.74 stable release.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
 configs/nitrogen6sx_defconfig | 8 ++++----
 configs/nitrogen6x_defconfig  | 8 ++++----
 configs/nitrogen7_defconfig   | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/configs/nitrogen6sx_defconfig b/configs/nitrogen6sx_defconfig
index fc568fbbd2..03c8f9a01e 100644
--- a/configs/nitrogen6sx_defconfig
+++ b/configs/nitrogen6sx_defconfig
@@ -17,8 +17,8 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 
-# Linux headers same as kernel, a 4.1 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
+# Linux headers same as kernel, a 4.9 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
 
 # bootloader
 BR2_TARGET_UBOOT=y
@@ -31,8 +31,8 @@ BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/u-b
 # kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-# Last version of branch boundary-imx_4.1.15_2.0.0_ga
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/archive/8b305512.tar.gz"
+# Last version of branch boundary-imx_4.9.x_1.0.0_ga
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/archive/2aef1ef6.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="boundary"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig
index 43ff7088a7..049c68451b 100644
--- a/configs/nitrogen6x_defconfig
+++ b/configs/nitrogen6x_defconfig
@@ -17,8 +17,8 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 
-# Linux headers same as kernel, a 4.1 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
+# Linux headers same as kernel, a 4.9 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
 
 # bootloader
 BR2_TARGET_UBOOT=y
@@ -31,8 +31,8 @@ BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/u-b
 # kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-# Last version of branch boundary-imx_4.1.15_2.0.0_ga
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/archive/8b305512.tar.gz"
+# Last version of branch boundary-imx_4.9.x_1.0.0_ga
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/archive/2aef1ef6.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="boundary"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
diff --git a/configs/nitrogen7_defconfig b/configs/nitrogen7_defconfig
index da5938b09c..3b50828bce 100644
--- a/configs/nitrogen7_defconfig
+++ b/configs/nitrogen7_defconfig
@@ -16,8 +16,8 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 
-# Linux headers same as kernel, a 4.1 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
+# Linux headers same as kernel, a 4.9 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
 
 # bootloader
 BR2_TARGET_UBOOT=y
@@ -30,8 +30,8 @@ BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/u-b
 # kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-# Last version of branch boundary-imx_4.1.15_2.0.0_ga
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/archive/8b305512.tar.gz"
+# Last version of branch boundary-imx_4.9.x_1.0.0_ga
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/archive/2aef1ef6.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="boundary"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-- 
2.15.1

  parent reply	other threads:[~2018-01-05 14:39 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-05 14:39 [Buildroot] [PATCH v2 00/15] imx: update packages to 4.9.x_1.0.0_ga release Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 01/15] freescale-imx: add config options for i.MX6SL/SX and i.MX7D/ULP Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 02/15] imx-lib: bump to version imx_4.9.11_1.0.0_ga Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 03/15] imx-gpu-g2d: new package Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 04/15] imx-gpu-viv: bump to version 6.2.2.p0 Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 05/15] kernel-module-imx-gpu-viv: " Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 06/15] xdriver_xf86-video-imx-viv: " Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 07/15] firmware-imx: bump to version 6.0 Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 08/15] imx-codec: bump to version 4.2.1 Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 09/15] imx-parser: " Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 10/15] imx-vpu: bump to version 5.4.37 Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 11/15] imx-kobs: bump revision to a0e9adce Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 12/15] imx-uuc: bump revision to 2ae63428 Gary Bisson
2018-01-05 14:39 ` [Buildroot] [PATCH v2 13/15] configs: freescale_imx*: bump to version 4.9.x_1.0.0_ga Gary Bisson
2018-01-05 14:39 ` Gary Bisson [this message]
2018-01-05 14:39 ` [Buildroot] [PATCH v2 15/15] configs: nitrogen*: bump u-boot version to 2017.07 Gary Bisson
2018-01-07 14:55   ` Thomas Petazzoni
2018-01-07 19:07     ` Gary Bisson
2018-01-07 19:41       ` Thomas Petazzoni
2018-01-08 10:58         ` Gary Bisson
2018-01-07 14:54 ` [Buildroot] [PATCH v2 00/15] imx: update packages to 4.9.x_1.0.0_ga release Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2018-01-04 11:39 Gary Bisson
2018-01-04 11:39 ` [Buildroot] [PATCH v2 14/15] configs: nitrogen*: bump kernel version to 4.9.x_1.0.0_ga Gary Bisson

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=20180105143947.26934-15-gary.bisson@boundarydevices.com \
    --to=gary.bisson@boundarydevices.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox