All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/liteboard: bump to linux 5.14.14
@ 2021-10-26  7:50 Bartosz Bilas
  2021-10-26  7:50 ` [Buildroot] [PATCH] configs/chiliboard: " Bartosz Bilas
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Bartosz Bilas @ 2021-10-26  7:50 UTC (permalink / raw)
  To: buildroot; +Cc: Bartosz Bilas

Signed-off-by: Bartosz Bilas <b.bilas@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 8bec2e1d54..5d77026742 100644
--- a/configs/grinn_liteboard_defconfig
+++ b/configs/grinn_liteboard_defconfig
@@ -1,12 +1,12 @@
 BR2_arm=y
 BR2_cortex_a7=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_7=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_14=y
 BR2_SYSTEM_DHCP="eth0"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/grinn/liteboard/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.2"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.14.14"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6ul-liteboard"
-- 
2.33.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH] configs/chiliboard: bump to linux 5.14.14
  2021-10-26  7:50 [Buildroot] [PATCH] configs/liteboard: bump to linux 5.14.14 Bartosz Bilas
@ 2021-10-26  7:50 ` Bartosz Bilas
  2021-10-28  9:05   ` Marcin Niestrój
  2021-11-05 16:17   ` Peter Korsgaard
  2021-10-26  7:50 ` [Buildroot] [PATCH] configs/liteboard: bump to u-boot 2021.10 Bartosz Bilas
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 9+ messages in thread
From: Bartosz Bilas @ 2021-10-26  7:50 UTC (permalink / raw)
  To: buildroot; +Cc: Bartosz Bilas

Signed-off-by: Bartosz Bilas <b.bilas@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 5b05ed44d6..e72a82cee8 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_5_4=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_14=y
 BR2_SYSTEM_DHCP="eth0"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/grinn/chiliboard/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.4.26"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.14.14"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-chiliboard"
-- 
2.33.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH] configs/liteboard: bump to u-boot 2021.10
  2021-10-26  7:50 [Buildroot] [PATCH] configs/liteboard: bump to linux 5.14.14 Bartosz Bilas
  2021-10-26  7:50 ` [Buildroot] [PATCH] configs/chiliboard: " Bartosz Bilas
@ 2021-10-26  7:50 ` Bartosz Bilas
  2021-10-28  9:06   ` Marcin Niestrój
  2021-11-05 16:17   ` Peter Korsgaard
  2021-10-28  9:04 ` [Buildroot] [PATCH] configs/liteboard: bump to linux 5.14.14 Marcin Niestrój
  2021-11-05 16:16 ` Peter Korsgaard
  3 siblings, 2 replies; 9+ messages in thread
From: Bartosz Bilas @ 2021-10-26  7:50 UTC (permalink / raw)
  To: buildroot; +Cc: Bartosz Bilas

Signed-off-by: Bartosz Bilas <b.bilas@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 5d77026742..f3173f2e40 100644
--- a/configs/grinn_liteboard_defconfig
+++ b/configs/grinn_liteboard_defconfig
@@ -16,7 +16,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="2020.04"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="liteboard"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
-- 
2.33.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/liteboard: bump to linux 5.14.14
  2021-10-26  7:50 [Buildroot] [PATCH] configs/liteboard: bump to linux 5.14.14 Bartosz Bilas
  2021-10-26  7:50 ` [Buildroot] [PATCH] configs/chiliboard: " Bartosz Bilas
  2021-10-26  7:50 ` [Buildroot] [PATCH] configs/liteboard: bump to u-boot 2021.10 Bartosz Bilas
@ 2021-10-28  9:04 ` Marcin Niestrój
  2021-11-05 16:16 ` Peter Korsgaard
  3 siblings, 0 replies; 9+ messages in thread
From: Marcin Niestrój @ 2021-10-28  9:04 UTC (permalink / raw)
  To: Bartosz Bilas; +Cc: buildroot


Bartosz Bilas <b.bilas@grinn-global.com> writes:

> Signed-off-by: Bartosz Bilas <b.bilas@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 8bec2e1d54..5d77026742 100644
> --- a/configs/grinn_liteboard_defconfig
> +++ b/configs/grinn_liteboard_defconfig
> @@ -1,12 +1,12 @@
>  BR2_arm=y
>  BR2_cortex_a7=y
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_7=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_14=y
>  BR2_SYSTEM_DHCP="eth0"
>  BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
>  BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/grinn/liteboard/genimage.cfg"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.2"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.14.14"
>  BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
>  BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6ul-liteboard"


Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com>

--
Marcin Niestrój
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/chiliboard: bump to linux 5.14.14
  2021-10-26  7:50 ` [Buildroot] [PATCH] configs/chiliboard: " Bartosz Bilas
@ 2021-10-28  9:05   ` Marcin Niestrój
  2021-11-05 16:17   ` Peter Korsgaard
  1 sibling, 0 replies; 9+ messages in thread
From: Marcin Niestrój @ 2021-10-28  9:05 UTC (permalink / raw)
  To: Bartosz Bilas; +Cc: buildroot


Bartosz Bilas <b.bilas@grinn-global.com> writes:

> Signed-off-by: Bartosz Bilas <b.bilas@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 5b05ed44d6..e72a82cee8 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_5_4=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_14=y
>  BR2_SYSTEM_DHCP="eth0"
>  BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
>  BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/grinn/chiliboard/genimage.cfg"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.4.26"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.14.14"
>  BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
>  BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-chiliboard"


Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com>

--
Marcin Niestrój
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/liteboard: bump to u-boot 2021.10
  2021-10-26  7:50 ` [Buildroot] [PATCH] configs/liteboard: bump to u-boot 2021.10 Bartosz Bilas
@ 2021-10-28  9:06   ` Marcin Niestrój
  2021-11-05 16:17   ` Peter Korsgaard
  1 sibling, 0 replies; 9+ messages in thread
From: Marcin Niestrój @ 2021-10-28  9:06 UTC (permalink / raw)
  To: Bartosz Bilas; +Cc: buildroot


Bartosz Bilas <b.bilas@grinn-global.com> writes:

> Signed-off-by: Bartosz Bilas <b.bilas@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 5d77026742..f3173f2e40 100644
> --- a/configs/grinn_liteboard_defconfig
> +++ b/configs/grinn_liteboard_defconfig
> @@ -16,7 +16,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="2020.04"
> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
>  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="liteboard"
>  BR2_TARGET_UBOOT_FORMAT_IMG=y
>  BR2_TARGET_UBOOT_SPL=y


Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com>

--
Marcin Niestrój
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/liteboard: bump to linux 5.14.14
  2021-10-26  7:50 [Buildroot] [PATCH] configs/liteboard: bump to linux 5.14.14 Bartosz Bilas
                   ` (2 preceding siblings ...)
  2021-10-28  9:04 ` [Buildroot] [PATCH] configs/liteboard: bump to linux 5.14.14 Marcin Niestrój
@ 2021-11-05 16:16 ` Peter Korsgaard
  3 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2021-11-05 16:16 UTC (permalink / raw)
  To: Bartosz Bilas; +Cc: buildroot

>>>>> "Bartosz" == Bartosz Bilas <b.bilas@grinn-global.com> writes:

 > Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/chiliboard: bump to linux 5.14.14
  2021-10-26  7:50 ` [Buildroot] [PATCH] configs/chiliboard: " Bartosz Bilas
  2021-10-28  9:05   ` Marcin Niestrój
@ 2021-11-05 16:17   ` Peter Korsgaard
  1 sibling, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2021-11-05 16:17 UTC (permalink / raw)
  To: Bartosz Bilas; +Cc: buildroot

>>>>> "Bartosz" == Bartosz Bilas <b.bilas@grinn-global.com> writes:

 > Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/liteboard: bump to u-boot 2021.10
  2021-10-26  7:50 ` [Buildroot] [PATCH] configs/liteboard: bump to u-boot 2021.10 Bartosz Bilas
  2021-10-28  9:06   ` Marcin Niestrój
@ 2021-11-05 16:17   ` Peter Korsgaard
  1 sibling, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2021-11-05 16:17 UTC (permalink / raw)
  To: Bartosz Bilas; +Cc: buildroot

>>>>> "Bartosz" == Bartosz Bilas <b.bilas@grinn-global.com> writes:

 > Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-11-05 16:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26  7:50 [Buildroot] [PATCH] configs/liteboard: bump to linux 5.14.14 Bartosz Bilas
2021-10-26  7:50 ` [Buildroot] [PATCH] configs/chiliboard: " Bartosz Bilas
2021-10-28  9:05   ` Marcin Niestrój
2021-11-05 16:17   ` Peter Korsgaard
2021-10-26  7:50 ` [Buildroot] [PATCH] configs/liteboard: bump to u-boot 2021.10 Bartosz Bilas
2021-10-28  9:06   ` Marcin Niestrój
2021-11-05 16:17   ` Peter Korsgaard
2021-10-28  9:04 ` [Buildroot] [PATCH] configs/liteboard: bump to linux 5.14.14 Marcin Niestrój
2021-11-05 16:16 ` Peter Korsgaard

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.