Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] board/imx7d-sdb: bump linux to 6.6.58 and uboot to 2024.10
@ 2024-10-30 14:18 Jean-Christophe Bauduin via buildroot
  2024-10-31 18:04 ` Thomas Petazzoni via buildroot
  2024-11-25 10:32 ` [Buildroot] [PATCH] " Jean-Christophe Bauduin via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: Jean-Christophe Bauduin via buildroot @ 2024-10-30 14:18 UTC (permalink / raw)
  To: buildroot; +Cc: Fabio Estevam, Jean-Christophe Bauduin

Bump the linux version from 6.6.21 to 6.6.58 and uboot from 2021.07 to 2024.10
Signed-off-by: Jean-Christophe Bauduin <jean-christophe.bauduin@mind.be>
---
 configs/imx7d-sdb_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/imx7d-sdb_defconfig b/configs/imx7d-sdb_defconfig
index 541a689ddc..62f825bcbe 100644
--- a/configs/imx7d-sdb_defconfig
+++ b/configs/imx7d-sdb_defconfig
@@ -7,7 +7,7 @@ BR2_ROOTFS_OVERLAY="board/freescale/imx7dsdb/rootfs_overlay"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.21"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.58"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="nxp/imx/imx7d-sdb"
@@ -18,8 +18,8 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mx7dsabresd"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.07"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.10"
 BR2_TARGET_UBOOT_FORMAT_DTB_IMX=y
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
 BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
+BR2_PACKAGE_HOST_MTOOLS=y
\ No newline at end of file
-- 
2.43.0

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

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

* Re: [Buildroot] [PATCH 1/1] board/imx7d-sdb: bump linux to 6.6.58 and uboot to 2024.10
  2024-10-30 14:18 [Buildroot] [PATCH 1/1] board/imx7d-sdb: bump linux to 6.6.58 and uboot to 2024.10 Jean-Christophe Bauduin via buildroot
@ 2024-10-31 18:04 ` Thomas Petazzoni via buildroot
  2024-11-25 10:32 ` [Buildroot] [PATCH] " Jean-Christophe Bauduin via buildroot
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-31 18:04 UTC (permalink / raw)
  To: Jean-Christophe Bauduin via buildroot
  Cc: Jean-Christophe Bauduin, Fabio Estevam

Hello Jean-Christophe,

On Wed, 30 Oct 2024 15:18:11 +0100
Jean-Christophe Bauduin via buildroot <buildroot@buildroot.org> wrote:

> Bump the linux version from 6.6.21 to 6.6.58 and uboot from 2021.07 to 2024.10
> Signed-off-by: Jean-Christophe Bauduin <jean-christophe.bauduin@mind.be>

Thanks a lot for your patch!

A minor nit: there needs to be an empty line before your Signed-off-by
line.

But also, there is no need to repeat the commit title in the commit
message itself.

However, the bigger comment is that we are asking people who bump our
defconfigs to enable BR2_DOWNLOAD_FORCE_CHECK_HASHES=y. Could you have
a look at doing this? ./utils/add-custom-hashes will help you in
generating the hash files.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH] board/imx7d-sdb: bump linux to 6.6.58 and uboot to 2024.10
  2024-10-30 14:18 [Buildroot] [PATCH 1/1] board/imx7d-sdb: bump linux to 6.6.58 and uboot to 2024.10 Jean-Christophe Bauduin via buildroot
  2024-10-31 18:04 ` Thomas Petazzoni via buildroot
@ 2024-11-25 10:32 ` Jean-Christophe Bauduin via buildroot
  2024-11-25 22:00   ` Julien Olivain
  1 sibling, 1 reply; 4+ messages in thread
From: Jean-Christophe Bauduin via buildroot @ 2024-11-25 10:32 UTC (permalink / raw)
  To: buildroot; +Cc: Jean-Christophe Bauduin, Fabio Estevam

---
 .checkpackageignore                                      | 1 -
 board/imx7d-sdb/patches/linux-headers/linux-headers.hash | 1 +
 board/imx7d-sdb/patches/linux/linux.hash                 | 2 ++
 board/imx7d-sdb/patches/uboot/uboot.hash                 | 2 ++
 configs/imx7d-sdb_defconfig                              | 6 ++++--
 5 files changed, 9 insertions(+), 3 deletions(-)
 create mode 120000 board/imx7d-sdb/patches/linux-headers/linux-headers.hash
 create mode 100644 board/imx7d-sdb/patches/linux/linux.hash
 create mode 100644 board/imx7d-sdb/patches/uboot/uboot.hash

diff --git a/.checkpackageignore b/.checkpackageignore
index b793026881..d60d487e04 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -162,7 +162,6 @@ configs/imx6sx-sdb_defconfig lib_defconfig.ForceCheckHash
 configs/imx6ulevk_defconfig lib_defconfig.ForceCheckHash
 configs/imx6ullevk_defconfig lib_defconfig.ForceCheckHash
 configs/imx6ulpico_defconfig lib_defconfig.ForceCheckHash
-configs/imx7d-sdb_defconfig lib_defconfig.ForceCheckHash
 configs/imx7dpico_defconfig lib_defconfig.ForceCheckHash
 configs/imx8mqevk_defconfig lib_defconfig.ForceCheckHash
 configs/imxrt1050-evk_defconfig lib_defconfig.ForceCheckHash
diff --git a/board/imx7d-sdb/patches/linux-headers/linux-headers.hash b/board/imx7d-sdb/patches/linux-headers/linux-headers.hash
new file mode 120000
index 0000000000..5808d92afe
--- /dev/null
+++ b/board/imx7d-sdb/patches/linux-headers/linux-headers.hash
@@ -0,0 +1 @@
+../linux/linux.hash
\ No newline at end of file
diff --git a/board/imx7d-sdb/patches/linux/linux.hash b/board/imx7d-sdb/patches/linux/linux.hash
new file mode 100644
index 0000000000..dafd9cff69
--- /dev/null
+++ b/board/imx7d-sdb/patches/linux/linux.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  e7df81e588d70fab5ec3ec3bb04ac53d51f0860fc3b1ec45e0a4167a026899db  linux-6.6.58.tar.xz
diff --git a/board/imx7d-sdb/patches/uboot/uboot.hash b/board/imx7d-sdb/patches/uboot/uboot.hash
new file mode 100644
index 0000000000..904fa56c02
--- /dev/null
+++ b/board/imx7d-sdb/patches/uboot/uboot.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0  u-boot-2024.10.tar.bz2
diff --git a/configs/imx7d-sdb_defconfig b/configs/imx7d-sdb_defconfig
index 541a689ddc..5c3decff70 100644
--- a/configs/imx7d-sdb_defconfig
+++ b/configs/imx7d-sdb_defconfig
@@ -2,12 +2,14 @@ BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_NEON_VFPV4=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
+BR2_GLOBAL_PATCH_DIR="board/imx7d-sdb/patches"
+BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
 BR2_ROOTFS_OVERLAY="board/freescale/imx7dsdb/rootfs_overlay"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.21"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.58"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="nxp/imx/imx7d-sdb"
@@ -18,7 +20,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mx7dsabresd"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.07"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.10"
 BR2_TARGET_UBOOT_FORMAT_DTB_IMX=y
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
 BR2_PACKAGE_HOST_GENIMAGE=y
-- 
2.43.0

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

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

* Re: [Buildroot] [PATCH] board/imx7d-sdb: bump linux to 6.6.58 and uboot to 2024.10
  2024-11-25 10:32 ` [Buildroot] [PATCH] " Jean-Christophe Bauduin via buildroot
@ 2024-11-25 22:00   ` Julien Olivain
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Olivain @ 2024-11-25 22:00 UTC (permalink / raw)
  To: Jean-Christophe Bauduin; +Cc: buildroot, Fabio Estevam

Hi Jean-Christophe,

I applied this patch to the branch next.

I added your "Signed-off-by:" tag which was missing in the commit log.
I also added:
BR2_TARGET_UBOOT_NEEDS_GNUTLS=y
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
which were missing. Testing the defconfig in "utils/docker-run" shows
the issue.

I also updated the linux.hash comment to prefer using the upstream
hashes.

Thanks!

On 25/11/2024 11:32, Jean-Christophe Bauduin via buildroot wrote:
> ---
>  .checkpackageignore                                      | 1 -
>  board/imx7d-sdb/patches/linux-headers/linux-headers.hash | 1 +
>  board/imx7d-sdb/patches/linux/linux.hash                 | 2 ++
>  board/imx7d-sdb/patches/uboot/uboot.hash                 | 2 ++
>  configs/imx7d-sdb_defconfig                              | 6 ++++--
>  5 files changed, 9 insertions(+), 3 deletions(-)
>  create mode 120000 
> board/imx7d-sdb/patches/linux-headers/linux-headers.hash
>  create mode 100644 board/imx7d-sdb/patches/linux/linux.hash
>  create mode 100644 board/imx7d-sdb/patches/uboot/uboot.hash
> 
> diff --git a/.checkpackageignore b/.checkpackageignore
> index b793026881..d60d487e04 100644
> --- a/.checkpackageignore
> +++ b/.checkpackageignore
> @@ -162,7 +162,6 @@ configs/imx6sx-sdb_defconfig 
> lib_defconfig.ForceCheckHash
>  configs/imx6ulevk_defconfig lib_defconfig.ForceCheckHash
>  configs/imx6ullevk_defconfig lib_defconfig.ForceCheckHash
>  configs/imx6ulpico_defconfig lib_defconfig.ForceCheckHash
> -configs/imx7d-sdb_defconfig lib_defconfig.ForceCheckHash
>  configs/imx7dpico_defconfig lib_defconfig.ForceCheckHash
>  configs/imx8mqevk_defconfig lib_defconfig.ForceCheckHash
>  configs/imxrt1050-evk_defconfig lib_defconfig.ForceCheckHash
> diff --git a/board/imx7d-sdb/patches/linux-headers/linux-headers.hash 
> b/board/imx7d-sdb/patches/linux-headers/linux-headers.hash
> new file mode 120000
> index 0000000000..5808d92afe
> --- /dev/null
> +++ b/board/imx7d-sdb/patches/linux-headers/linux-headers.hash
> @@ -0,0 +1 @@
> +../linux/linux.hash
> \ No newline at end of file
> diff --git a/board/imx7d-sdb/patches/linux/linux.hash 
> b/board/imx7d-sdb/patches/linux/linux.hash
> new file mode 100644
> index 0000000000..dafd9cff69
> --- /dev/null
> +++ b/board/imx7d-sdb/patches/linux/linux.hash
> @@ -0,0 +1,2 @@
> +# Locally calculated
> +sha256  
> e7df81e588d70fab5ec3ec3bb04ac53d51f0860fc3b1ec45e0a4167a026899db  
> linux-6.6.58.tar.xz
> diff --git a/board/imx7d-sdb/patches/uboot/uboot.hash 
> b/board/imx7d-sdb/patches/uboot/uboot.hash
> new file mode 100644
> index 0000000000..904fa56c02
> --- /dev/null
> +++ b/board/imx7d-sdb/patches/uboot/uboot.hash
> @@ -0,0 +1,2 @@
> +# Locally calculated
> +sha256  
> b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0  
> u-boot-2024.10.tar.bz2
> diff --git a/configs/imx7d-sdb_defconfig b/configs/imx7d-sdb_defconfig
> index 541a689ddc..5c3decff70 100644
> --- a/configs/imx7d-sdb_defconfig
> +++ b/configs/imx7d-sdb_defconfig
> @@ -2,12 +2,14 @@ BR2_arm=y
>  BR2_cortex_a7=y
>  BR2_ARM_FPU_NEON_VFPV4=y
>  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
> +BR2_GLOBAL_PATCH_DIR="board/imx7d-sdb/patches"
> +BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
>  BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
>  BR2_ROOTFS_OVERLAY="board/freescale/imx7dsdb/rootfs_overlay"
>  
> BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.21"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.58"
>  BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
>  BR2_LINUX_KERNEL_INTREE_DTS_NAME="nxp/imx/imx7d-sdb"
> @@ -18,7 +20,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
>  BR2_TARGET_UBOOT=y
>  BR2_TARGET_UBOOT_BOARDNAME="mx7dsabresd"
>  BR2_TARGET_UBOOT_CUSTOM_VERSION=y
> -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.07"
> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.10"
>  BR2_TARGET_UBOOT_FORMAT_DTB_IMX=y
>  BR2_PACKAGE_HOST_DOSFSTOOLS=y
>  BR2_PACKAGE_HOST_GENIMAGE=y
> --
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

Best regards,

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

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

end of thread, other threads:[~2024-11-25 22:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 14:18 [Buildroot] [PATCH 1/1] board/imx7d-sdb: bump linux to 6.6.58 and uboot to 2024.10 Jean-Christophe Bauduin via buildroot
2024-10-31 18:04 ` Thomas Petazzoni via buildroot
2024-11-25 10:32 ` [Buildroot] [PATCH] " Jean-Christophe Bauduin via buildroot
2024-11-25 22:00   ` Julien Olivain

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