All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] configs/liteboard: bump Linux to 5.1.1
@ 2019-05-14  9:42 Marcin Niestroj
  2019-05-14  9:42 ` [Buildroot] [PATCH 2/4] configs/liteboard: bump U-Boot to 2019.04 Marcin Niestroj
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Marcin Niestroj @ 2019-05-14  9:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 configs/grinn_liteboard_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/grinn_liteboard_defconfig b/configs/grinn_liteboard_defconfig
index 84f1735e22..09656331e5 100644
--- a/configs/grinn_liteboard_defconfig
+++ b/configs/grinn_liteboard_defconfig
@@ -1,11 +1,11 @@
 BR2_arm=y
 BR2_cortex_a7=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_1=y
 BR2_SYSTEM_DHCP="eth0"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/grinn/liteboard/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.2"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.1.1"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6ul-liteboard"
-- 
2.21.0

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

* [Buildroot] [PATCH 2/4] configs/liteboard: bump U-Boot to 2019.04
  2019-05-14  9:42 [Buildroot] [PATCH 1/4] configs/liteboard: bump Linux to 5.1.1 Marcin Niestroj
@ 2019-05-14  9:42 ` Marcin Niestroj
  2019-05-14  9:42 ` [Buildroot] [PATCH 3/4] configs/chiliboard: bump Linux to 5.1.1 Marcin Niestroj
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Marcin Niestroj @ 2019-05-14  9:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 configs/grinn_liteboard_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/grinn_liteboard_defconfig b/configs/grinn_liteboard_defconfig
index 09656331e5..f2c1da33e3 100644
--- a/configs/grinn_liteboard_defconfig
+++ b/configs/grinn_liteboard_defconfig
@@ -15,7 +15,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.03"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.04"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="liteboard"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
-- 
2.21.0

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

* [Buildroot] [PATCH 3/4] configs/chiliboard: bump Linux to 5.1.1
  2019-05-14  9:42 [Buildroot] [PATCH 1/4] configs/liteboard: bump Linux to 5.1.1 Marcin Niestroj
  2019-05-14  9:42 ` [Buildroot] [PATCH 2/4] configs/liteboard: bump U-Boot to 2019.04 Marcin Niestroj
@ 2019-05-14  9:42 ` Marcin Niestroj
  2019-05-14  9:42 ` [Buildroot] [PATCH 4/4] configs/chiliboard: bump U-Boot to 2019.04 Marcin Niestroj
  2019-05-14 15:45 ` [Buildroot] [PATCH 1/4] configs/liteboard: bump Linux to 5.1.1 Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Marcin Niestroj @ 2019-05-14  9:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 configs/grinn_chiliboard_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
index 84f24e1cc4..35eb9002c3 100644
--- a/configs/grinn_chiliboard_defconfig
+++ b/configs/grinn_chiliboard_defconfig
@@ -1,11 +1,11 @@
 BR2_arm=y
 BR2_cortex_a8=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_1=y
 BR2_SYSTEM_DHCP="eth0"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/grinn/chiliboard/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.1"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.1.1"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-chiliboard"
-- 
2.21.0

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

* [Buildroot] [PATCH 4/4] configs/chiliboard: bump U-Boot to 2019.04
  2019-05-14  9:42 [Buildroot] [PATCH 1/4] configs/liteboard: bump Linux to 5.1.1 Marcin Niestroj
  2019-05-14  9:42 ` [Buildroot] [PATCH 2/4] configs/liteboard: bump U-Boot to 2019.04 Marcin Niestroj
  2019-05-14  9:42 ` [Buildroot] [PATCH 3/4] configs/chiliboard: bump Linux to 5.1.1 Marcin Niestroj
@ 2019-05-14  9:42 ` Marcin Niestroj
  2019-05-14 15:45 ` [Buildroot] [PATCH 1/4] configs/liteboard: bump Linux to 5.1.1 Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Marcin Niestroj @ 2019-05-14  9:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 configs/grinn_chiliboard_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
index 35eb9002c3..ab89bbf8f3 100644
--- a/configs/grinn_chiliboard_defconfig
+++ b/configs/grinn_chiliboard_defconfig
@@ -15,7 +15,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.03"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.04"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="chiliboard"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-- 
2.21.0

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

* [Buildroot] [PATCH 1/4] configs/liteboard: bump Linux to 5.1.1
  2019-05-14  9:42 [Buildroot] [PATCH 1/4] configs/liteboard: bump Linux to 5.1.1 Marcin Niestroj
                   ` (2 preceding siblings ...)
  2019-05-14  9:42 ` [Buildroot] [PATCH 4/4] configs/chiliboard: bump U-Boot to 2019.04 Marcin Niestroj
@ 2019-05-14 15:45 ` Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-05-14 15:45 UTC (permalink / raw)
  To: buildroot

On Tue, 14 May 2019 11:42:45 +0200
Marcin Niestroj <m.niestroj@grinn-global.com> wrote:

> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
> ---
>  configs/grinn_liteboard_defconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Series applied to next. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-05-14 15:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-14  9:42 [Buildroot] [PATCH 1/4] configs/liteboard: bump Linux to 5.1.1 Marcin Niestroj
2019-05-14  9:42 ` [Buildroot] [PATCH 2/4] configs/liteboard: bump U-Boot to 2019.04 Marcin Niestroj
2019-05-14  9:42 ` [Buildroot] [PATCH 3/4] configs/chiliboard: bump Linux to 5.1.1 Marcin Niestroj
2019-05-14  9:42 ` [Buildroot] [PATCH 4/4] configs/chiliboard: bump U-Boot to 2019.04 Marcin Niestroj
2019-05-14 15:45 ` [Buildroot] [PATCH 1/4] configs/liteboard: bump Linux to 5.1.1 Thomas Petazzoni

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.