All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] configs/nitrogen*: bump kernel version to 4.14.x_2.0.0_ga
Date: Tue, 31 Dec 2019 16:29:07 +0100	[thread overview]
Message-ID: <20191231152907.GL26395@scaer> (raw)
In-Reply-To: <20191231145157.2946294-1-bisson.gary@gmail.com>

Gary, All,

On 2019-12-31 15:51 +0100, Gary Bisson spake thusly:
> Also add Nitrogen8M SOM device trees.
> 
> Signed-off-by: Gary Bisson <bisson.gary@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  configs/nitrogen6sx_defconfig |  8 ++++----
>  configs/nitrogen6x_defconfig  |  8 ++++----
>  configs/nitrogen7_defconfig   |  8 ++++----
>  configs/nitrogen8m_defconfig  | 10 +++++-----
>  4 files changed, 17 insertions(+), 17 deletions(-)
> 
> diff --git a/configs/nitrogen6sx_defconfig b/configs/nitrogen6sx_defconfig
> index b29adf299c..e8a375fe7c 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.9 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
> +# Linux headers same as kernel, a 4.14 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4.14=y
>  
>  # bootloader
>  BR2_TARGET_UBOOT=y
> @@ -34,8 +34,8 @@ BR2_TARGET_UBOOT_BOOT_SCRIPT_SOURCE="board/boundarydevices/common/boot.cmd"
>  # kernel
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -# 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"
> +# Last version of branch boundary-imx_4.14.x_2.0.0_ga
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/archive/208127fd.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 5905a40e3e..9dc47439cd 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.9 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
> +# Linux headers same as kernel, a 4.14 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4.14=y
>  
>  # bootloader
>  BR2_TARGET_UBOOT=y
> @@ -34,8 +34,8 @@ BR2_TARGET_UBOOT_BOOT_SCRIPT_SOURCE="board/boundarydevices/common/boot.cmd"
>  # kernel
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -# 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"
> +# Last version of branch boundary-imx_4.14.x_2.0.0_ga
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/archive/208127fd.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 fa8f36c631..f64f011b86 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.9 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
> +# Linux headers same as kernel, a 4.14 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4.14=y
>  
>  # bootloader
>  BR2_TARGET_UBOOT=y
> @@ -33,8 +33,8 @@ BR2_TARGET_UBOOT_BOOT_SCRIPT_SOURCE="board/boundarydevices/common/boot.cmd"
>  # kernel
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -# 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"
> +# Last version of branch boundary-imx_4.14.x_2.0.0_ga
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/archive/208127fd.tar.gz"
>  BR2_LINUX_KERNEL_DEFCONFIG="boundary"
>  BR2_LINUX_KERNEL_INSTALL_TARGET=y
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
> diff --git a/configs/nitrogen8m_defconfig b/configs/nitrogen8m_defconfig
> index 4ca7e60700..4c99e566b7 100644
> --- a/configs/nitrogen8m_defconfig
> +++ b/configs/nitrogen8m_defconfig
> @@ -17,8 +17,8 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y
>  BR2_TARGET_ROOTFS_EXT2=y
>  BR2_TARGET_ROOTFS_EXT2_4=y
>  
> -# Linux headers same as kernel, a 4.9 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
> +# Linux headers same as kernel, a 4.14 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4.14=y
>  
>  # DDR training binaries
>  BR2_PACKAGE_FREESCALE_IMX=y
> @@ -48,9 +48,9 @@ BR2_TARGET_UBOOT_SPL=y
>  # Kernel
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -# Latest revision  of branch boundary-imx_4.9.x_2.0.0_ga
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/archive/7777e14d.tar.gz"
> +# Latest revision  of branch boundary-imx_4.14.x_2.0.0_ga
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/archive/208127fd.tar.gz"
>  BR2_LINUX_KERNEL_DEFCONFIG="boundary"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
>  BR2_LINUX_KERNEL_INSTALL_TARGET=y
> -BR2_LINUX_KERNEL_INTREE_DTS_NAME="freescale/imx8mq-nitrogen8m freescale/imx8mq-nitrogen8m-m4"
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="freescale/imx8mq-nitrogen8m freescale/imx8mq-nitrogen8m-m4 freescale/imx8mq-nitrogen8m_som freescale/imx8mq-nitrogen8m_som-m4"
> -- 
> 2.24.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

      reply	other threads:[~2019-12-31 15:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-31 14:51 [Buildroot] [PATCH] configs/nitrogen*: bump kernel version to 4.14.x_2.0.0_ga Gary Bisson
2019-12-31 15:29 ` Yann E. MORIN [this message]

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=20191231152907.GL26395@scaer \
    --to=yann.morin.1998@free.fr \
    --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.