All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/3] configs/olimex_imx233_olinuxino: bump Linux and U-Boot
@ 2024-05-06 20:08 Francois Perrad
  2024-05-06 20:08 ` [Buildroot] [PATCH v2 2/3] configs/olimex_imx233_olinuxino: configure eth0 with DHCP Francois Perrad
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Francois Perrad @ 2024-05-06 20:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 configs/olimex_imx233_olinuxino_defconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/olimex_imx233_olinuxino_defconfig b/configs/olimex_imx233_olinuxino_defconfig
index 275dd98af..647292899 100644
--- a/configs/olimex_imx233_olinuxino_defconfig
+++ b/configs/olimex_imx233_olinuxino_defconfig
@@ -2,8 +2,8 @@
 BR2_arm=y
 BR2_arm926t=y
 
-# Linux headers same as kernel, a 5.4 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_4=y
+# Linux headers same as kernel, a 6.1 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 
 # System
 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
@@ -14,7 +14,7 @@ BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.4.8"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.83"
 BR2_LINUX_KERNEL_DEFCONFIG="mxs"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/olimex/imx233_olinuxino/linux-wifi.fragment"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -40,7 +40,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="2017.11"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.04"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="mx23_olinuxino"
 BR2_TARGET_UBOOT_FORMAT_SD=y
  
-- 
2.40.1

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

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

* [Buildroot] [PATCH v2 2/3] configs/olimex_imx233_olinuxino: configure eth0 with DHCP
  2024-05-06 20:08 [Buildroot] [PATCH v2 1/3] configs/olimex_imx233_olinuxino: bump Linux and U-Boot Francois Perrad
@ 2024-05-06 20:08 ` Francois Perrad
  2024-05-06 20:08 ` [Buildroot] [PATCH v2 3/3] configs/olimex_imx233_olinuxino: add hashes for Linux & U-Boot Francois Perrad
  2024-05-06 20:13 ` [Buildroot] [PATCH v2 1/3] configs/olimex_imx233_olinuxino: bump Linux and U-Boot Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Francois Perrad @ 2024-05-06 20:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 configs/olimex_imx233_olinuxino_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/olimex_imx233_olinuxino_defconfig b/configs/olimex_imx233_olinuxino_defconfig
index 647292899..7049cfeac 100644
--- a/configs/olimex_imx233_olinuxino_defconfig
+++ b/configs/olimex_imx233_olinuxino_defconfig
@@ -7,6 +7,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 
 # System
 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
+BR2_SYSTEM_DHCP="eth0"
 
 # For automatic firmware loading
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
-- 
2.40.1

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

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

* [Buildroot] [PATCH v2 3/3] configs/olimex_imx233_olinuxino: add hashes for Linux & U-Boot
  2024-05-06 20:08 [Buildroot] [PATCH v2 1/3] configs/olimex_imx233_olinuxino: bump Linux and U-Boot Francois Perrad
  2024-05-06 20:08 ` [Buildroot] [PATCH v2 2/3] configs/olimex_imx233_olinuxino: configure eth0 with DHCP Francois Perrad
@ 2024-05-06 20:08 ` Francois Perrad
  2024-05-06 20:13 ` [Buildroot] [PATCH v2 1/3] configs/olimex_imx233_olinuxino: bump Linux and U-Boot Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Francois Perrad @ 2024-05-06 20:08 UTC (permalink / raw)
  To: buildroot

and enable BR2_DOWNLOAD_FORCE_CHECK_HASHES

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 .../imx233_olinuxino/patches/linux-headers/linux-headers.hash | 1 +
 board/olimex/imx233_olinuxino/patches/linux/linux.hash        | 2 ++
 board/olimex/imx233_olinuxino/patches/uboot/uboot.hash        | 2 ++
 configs/olimex_imx233_olinuxino_defconfig                     | 4 ++++
 4 files changed, 9 insertions(+)
 create mode 120000 board/olimex/imx233_olinuxino/patches/linux-headers/linux-headers.hash
 create mode 100644 board/olimex/imx233_olinuxino/patches/linux/linux.hash
 create mode 100644 board/olimex/imx233_olinuxino/patches/uboot/uboot.hash

diff --git a/board/olimex/imx233_olinuxino/patches/linux-headers/linux-headers.hash b/board/olimex/imx233_olinuxino/patches/linux-headers/linux-headers.hash
new file mode 120000
index 000000000..5808d92af
--- /dev/null
+++ b/board/olimex/imx233_olinuxino/patches/linux-headers/linux-headers.hash
@@ -0,0 +1 @@
+../linux/linux.hash
\ No newline at end of file
diff --git a/board/olimex/imx233_olinuxino/patches/linux/linux.hash b/board/olimex/imx233_olinuxino/patches/linux/linux.hash
new file mode 100644
index 000000000..1dba724d0
--- /dev/null
+++ b/board/olimex/imx233_olinuxino/patches/linux/linux.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256  88b69611093613ce4494527685f833af0c31b986dcbeda7086f69f18f9e0b190  linux-6.1.83.tar.xz
diff --git a/board/olimex/imx233_olinuxino/patches/uboot/uboot.hash b/board/olimex/imx233_olinuxino/patches/uboot/uboot.hash
new file mode 100644
index 000000000..c1aeddf06
--- /dev/null
+++ b/board/olimex/imx233_olinuxino/patches/uboot/uboot.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256  18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a  u-boot-2024.04.tar.bz2
diff --git a/configs/olimex_imx233_olinuxino_defconfig b/configs/olimex_imx233_olinuxino_defconfig
index 7049cfeac..d45c55ada 100644
--- a/configs/olimex_imx233_olinuxino_defconfig
+++ b/configs/olimex_imx233_olinuxino_defconfig
@@ -5,6 +5,10 @@ BR2_arm926t=y
 # Linux headers same as kernel, a 6.1 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 
+# Build
+BR2_GLOBAL_PATCH_DIR="board/olimex/imx233_olinuxino/patches"
+BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
+
 # System
 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
 BR2_SYSTEM_DHCP="eth0"
-- 
2.40.1

_______________________________________________
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 v2 1/3] configs/olimex_imx233_olinuxino: bump Linux and U-Boot
  2024-05-06 20:08 [Buildroot] [PATCH v2 1/3] configs/olimex_imx233_olinuxino: bump Linux and U-Boot Francois Perrad
  2024-05-06 20:08 ` [Buildroot] [PATCH v2 2/3] configs/olimex_imx233_olinuxino: configure eth0 with DHCP Francois Perrad
  2024-05-06 20:08 ` [Buildroot] [PATCH v2 3/3] configs/olimex_imx233_olinuxino: add hashes for Linux & U-Boot Francois Perrad
@ 2024-05-06 20:13 ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-06 20:13 UTC (permalink / raw)
  To: Francois Perrad; +Cc: buildroot

On Mon,  6 May 2024 22:08:56 +0200
Francois Perrad <francois.perrad@gadz.org> wrote:

> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  configs/olimex_imx233_olinuxino_defconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Series applied to master, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
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

end of thread, other threads:[~2024-05-06 20:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-06 20:08 [Buildroot] [PATCH v2 1/3] configs/olimex_imx233_olinuxino: bump Linux and U-Boot Francois Perrad
2024-05-06 20:08 ` [Buildroot] [PATCH v2 2/3] configs/olimex_imx233_olinuxino: configure eth0 with DHCP Francois Perrad
2024-05-06 20:08 ` [Buildroot] [PATCH v2 3/3] configs/olimex_imx233_olinuxino: add hashes for Linux & U-Boot Francois Perrad
2024-05-06 20:13 ` [Buildroot] [PATCH v2 1/3] configs/olimex_imx233_olinuxino: bump Linux and U-Boot Thomas Petazzoni via buildroot

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.