Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs/imx6-sabresd: Bump U-Boot and kernel versions
@ 2018-01-22 20:08 Fabio Estevam
  2018-01-22 20:08 ` [Buildroot] [PATCH 2/2] configs/imx6-sabresd_qt5: " Fabio Estevam
  2018-01-22 21:35 ` [Buildroot] [PATCH 1/2] configs/imx6-sabresd: " Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2018-01-22 20:08 UTC (permalink / raw)
  To: buildroot

Bump U-Boot to 2018.01 and kernel to 4.14.4 version.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/imx6-sabresd_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/imx6-sabresd_defconfig b/configs/imx6-sabresd_defconfig
index 11f86f4..83a296b 100644
--- a/configs/imx6-sabresd_defconfig
+++ b/configs/imx6-sabresd_defconfig
@@ -24,7 +24,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mx6sabresd"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.11"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.01"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="SPL"
@@ -32,7 +32,7 @@ BR2_TARGET_UBOOT_SPL_NAME="SPL"
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14.11"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14.14"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd imx6dl-sabresd imx6qp-sabresd"
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] configs/imx6-sabresd_qt5: Bump U-Boot and kernel versions
  2018-01-22 20:08 [Buildroot] [PATCH 1/2] configs/imx6-sabresd: Bump U-Boot and kernel versions Fabio Estevam
@ 2018-01-22 20:08 ` Fabio Estevam
  2018-01-22 21:35   ` Peter Korsgaard
  2018-01-22 21:35 ` [Buildroot] [PATCH 1/2] configs/imx6-sabresd: " Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2018-01-22 20:08 UTC (permalink / raw)
  To: buildroot

Bump U-Boot to 2018.01 and kernel to 4.14.4 version.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/imx6-sabresd_qt5_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/imx6-sabresd_qt5_defconfig b/configs/imx6-sabresd_qt5_defconfig
index d805456..8e6065d 100644
--- a/configs/imx6-sabresd_qt5_defconfig
+++ b/configs/imx6-sabresd_qt5_defconfig
@@ -30,7 +30,7 @@ BR2_ROOTFS_OVERLAY="board/freescale/imx6-sabresd/rootfs_overlay"
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mx6sabresd"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.09"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.01"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="SPL"
@@ -38,7 +38,7 @@ BR2_TARGET_UBOOT_SPL_NAME="SPL"
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14.14"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd imx6dl-sabresd imx6qp-sabresd"
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] configs/imx6-sabresd: Bump U-Boot and kernel versions
  2018-01-22 20:08 [Buildroot] [PATCH 1/2] configs/imx6-sabresd: Bump U-Boot and kernel versions Fabio Estevam
  2018-01-22 20:08 ` [Buildroot] [PATCH 2/2] configs/imx6-sabresd_qt5: " Fabio Estevam
@ 2018-01-22 21:35 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-01-22 21:35 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabio" == Fabio Estevam <festevam@gmail.com> writes:

 > Bump U-Boot to 2018.01 and kernel to 4.14.4 version.
 > Signed-off-by: Fabio Estevam <festevam@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] configs/imx6-sabresd_qt5: Bump U-Boot and kernel versions
  2018-01-22 20:08 ` [Buildroot] [PATCH 2/2] configs/imx6-sabresd_qt5: " Fabio Estevam
@ 2018-01-22 21:35   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-01-22 21:35 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabio" == Fabio Estevam <festevam@gmail.com> writes:

 > Bump U-Boot to 2018.01 and kernel to 4.14.4 version.
 > Signed-off-by: Fabio Estevam <festevam@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-22 21:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-22 20:08 [Buildroot] [PATCH 1/2] configs/imx6-sabresd: Bump U-Boot and kernel versions Fabio Estevam
2018-01-22 20:08 ` [Buildroot] [PATCH 2/2] configs/imx6-sabresd_qt5: " Fabio Estevam
2018-01-22 21:35   ` Peter Korsgaard
2018-01-22 21:35 ` [Buildroot] [PATCH 1/2] configs/imx6-sabresd: " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox