All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs/stm32mp157a_dk1: Bump Kernel and U-Boot
@ 2020-07-27 15:19 Pierre-Jean Texier
  2020-07-27 15:19 ` [Buildroot] [PATCH 2/2] configs/stm32mp157c_dk2: " Pierre-Jean Texier
  2020-07-27 19:16 ` [Buildroot] [PATCH 1/2] configs/stm32mp157a_dk1: " Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Pierre-Jean Texier @ 2020-07-27 15:19 UTC (permalink / raw)
  To: buildroot

Bump kernel to version 5.7.10 and U-Boot to 2020.07

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 configs/stm32mp157a_dk1_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/stm32mp157a_dk1_defconfig b/configs/stm32mp157a_dk1_defconfig
index ad10408..be5ea75 100644
--- a/configs/stm32mp157a_dk1_defconfig
+++ b/configs/stm32mp157a_dk1_defconfig
@@ -6,7 +6,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/stmicroelectronics/common/stm32mp157/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.1"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.10"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32mp157a-dk1/linux.config"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -20,7 +20,7 @@ BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O ^metadata_csum"
 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="2020.07"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32mp15_basic"
 BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/stmicroelectronics/stm32mp157a-dk1/uboot-fragment.config"
 # BR2_TARGET_UBOOT_FORMAT_BIN is not set
-- 
2.7.4

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

* [Buildroot] [PATCH 2/2] configs/stm32mp157c_dk2: Bump Kernel and U-Boot
  2020-07-27 15:19 [Buildroot] [PATCH 1/2] configs/stm32mp157a_dk1: Bump Kernel and U-Boot Pierre-Jean Texier
@ 2020-07-27 15:19 ` Pierre-Jean Texier
  2020-07-27 17:02   ` Bartosz Bilas
  2020-07-27 19:16   ` Peter Korsgaard
  2020-07-27 19:16 ` [Buildroot] [PATCH 1/2] configs/stm32mp157a_dk1: " Peter Korsgaard
  1 sibling, 2 replies; 5+ messages in thread
From: Pierre-Jean Texier @ 2020-07-27 15:19 UTC (permalink / raw)
  To: buildroot

Bump kernel to version 5.7.10 and U-Boot to 2020.07

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 configs/stm32mp157c_dk2_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/stm32mp157c_dk2_defconfig b/configs/stm32mp157c_dk2_defconfig
index ca72049..86e1551 100644
--- a/configs/stm32mp157c_dk2_defconfig
+++ b/configs/stm32mp157c_dk2_defconfig
@@ -6,7 +6,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/stmicroelectronics/common/stm32mp157/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.1"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.10"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32mp157c-dk2/linux.config"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -20,7 +20,7 @@ BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O ^metadata_csum"
 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="2020.07"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32mp15_basic"
 BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/stmicroelectronics/stm32mp157c-dk2/uboot-fragment.config"
 # BR2_TARGET_UBOOT_FORMAT_BIN is not set
-- 
2.7.4

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

* [Buildroot] [PATCH 2/2] configs/stm32mp157c_dk2: Bump Kernel and U-Boot
  2020-07-27 15:19 ` [Buildroot] [PATCH 2/2] configs/stm32mp157c_dk2: " Pierre-Jean Texier
@ 2020-07-27 17:02   ` Bartosz Bilas
  2020-07-27 19:16   ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Bartosz Bilas @ 2020-07-27 17:02 UTC (permalink / raw)
  To: buildroot

Hello Pierre-Jean,

On 27.07.2020 17:19, Pierre-Jean Texier wrote:
> Bump kernel to version 5.7.10 and U-Boot to 2020.07
>
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Tested-by: Bartosz Bilas <b.bilas@grinn-global.com>
> ---
>   configs/stm32mp157c_dk2_defconfig | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configs/stm32mp157c_dk2_defconfig b/configs/stm32mp157c_dk2_defconfig
> index ca72049..86e1551 100644
> --- a/configs/stm32mp157c_dk2_defconfig
> +++ b/configs/stm32mp157c_dk2_defconfig
> @@ -6,7 +6,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
>   BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/stmicroelectronics/common/stm32mp157/genimage.cfg"
>   BR2_LINUX_KERNEL=y
>   BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.1"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.10"
>   BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
>   BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32mp157c-dk2/linux.config"
>   BR2_LINUX_KERNEL_DTS_SUPPORT=y
> @@ -20,7 +20,7 @@ BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O ^metadata_csum"
>   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="2020.07"
>   BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32mp15_basic"
>   BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/stmicroelectronics/stm32mp157c-dk2/uboot-fragment.config"
>   # BR2_TARGET_UBOOT_FORMAT_BIN is not set
Best
Bartek

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

* [Buildroot] [PATCH 1/2] configs/stm32mp157a_dk1: Bump Kernel and U-Boot
  2020-07-27 15:19 [Buildroot] [PATCH 1/2] configs/stm32mp157a_dk1: Bump Kernel and U-Boot Pierre-Jean Texier
  2020-07-27 15:19 ` [Buildroot] [PATCH 2/2] configs/stm32mp157c_dk2: " Pierre-Jean Texier
@ 2020-07-27 19:16 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2020-07-27 19:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Pierre-Jean" == Pierre-Jean Texier <pjtexier@koncepto.io> writes:

 > Bump kernel to version 5.7.10 and U-Boot to 2020.07
 > Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] configs/stm32mp157c_dk2: Bump Kernel and U-Boot
  2020-07-27 15:19 ` [Buildroot] [PATCH 2/2] configs/stm32mp157c_dk2: " Pierre-Jean Texier
  2020-07-27 17:02   ` Bartosz Bilas
@ 2020-07-27 19:16   ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2020-07-27 19:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Pierre-Jean" == Pierre-Jean Texier <pjtexier@koncepto.io> writes:

 > Bump kernel to version 5.7.10 and U-Boot to 2020.07
 > Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-07-27 19:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27 15:19 [Buildroot] [PATCH 1/2] configs/stm32mp157a_dk1: Bump Kernel and U-Boot Pierre-Jean Texier
2020-07-27 15:19 ` [Buildroot] [PATCH 2/2] configs/stm32mp157c_dk2: " Pierre-Jean Texier
2020-07-27 17:02   ` Bartosz Bilas
2020-07-27 19:16   ` Peter Korsgaard
2020-07-27 19:16 ` [Buildroot] [PATCH 1/2] configs/stm32mp157a_dk1: " 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.