All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs/chiliboard: Bump U-Boot to 2018.03
@ 2018-04-11 16:28 Marcin Niestroj
  2018-04-11 16:28 ` [Buildroot] [PATCH 2/2] configs/chiliboard: Bump Linux to 4.16.1 Marcin Niestroj
  2018-04-12 19:17 ` [Buildroot] [PATCH 1/2] configs/chiliboard: Bump U-Boot to 2018.03 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Marcin Niestroj @ 2018-04-11 16:28 UTC (permalink / raw)
  To: buildroot

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

diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
index cfd22b8221..080f7ae1bf 100644
--- a/configs/grinn_chiliboard_defconfig
+++ b/configs/grinn_chiliboard_defconfig
@@ -14,9 +14,8 @@ BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_GIT=y
-BR2_TARGET_UBOOT_CUSTOM_REPO_URL="http://git.denx.de/u-boot.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="aac477eca88dd81b18b48573ababee5112d571f3"
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.03"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="chiliboard"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-- 
2.17.0

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

* [Buildroot] [PATCH 2/2] configs/chiliboard: Bump Linux to 4.16.1
  2018-04-11 16:28 [Buildroot] [PATCH 1/2] configs/chiliboard: Bump U-Boot to 2018.03 Marcin Niestroj
@ 2018-04-11 16:28 ` Marcin Niestroj
  2018-04-12 19:17 ` [Buildroot] [PATCH 1/2] configs/chiliboard: Bump U-Boot to 2018.03 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Marcin Niestroj @ 2018-04-11 16:28 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 080f7ae1bf..07fa0b3797 100644
--- a/configs/grinn_chiliboard_defconfig
+++ b/configs/grinn_chiliboard_defconfig
@@ -1,12 +1,12 @@
 BR2_arm=y
 BR2_cortex_a8=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttyO0"
 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.9.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.1"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-chiliboard"
-- 
2.17.0

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

* [Buildroot] [PATCH 1/2] configs/chiliboard: Bump U-Boot to 2018.03
  2018-04-11 16:28 [Buildroot] [PATCH 1/2] configs/chiliboard: Bump U-Boot to 2018.03 Marcin Niestroj
  2018-04-11 16:28 ` [Buildroot] [PATCH 2/2] configs/chiliboard: Bump Linux to 4.16.1 Marcin Niestroj
@ 2018-04-12 19:17 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-04-12 19:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 11 Apr 2018 18:28:45 +0200, Marcin Niestroj wrote:
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
> ---
>  configs/grinn_chiliboard_defconfig | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)

Both applied to master. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-04-12 19:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-11 16:28 [Buildroot] [PATCH 1/2] configs/chiliboard: Bump U-Boot to 2018.03 Marcin Niestroj
2018-04-11 16:28 ` [Buildroot] [PATCH 2/2] configs/chiliboard: Bump Linux to 4.16.1 Marcin Niestroj
2018-04-12 19:17 ` [Buildroot] [PATCH 1/2] configs/chiliboard: Bump U-Boot to 2018.03 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.