Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] configs/pine64_pinecube: bump to Linux 6.18.33 and U-Boot 2026.04
@ 2026-05-30 11:35 Jan Havran
  2026-05-30 11:35 ` [Buildroot] [PATCH 2/3] configs/pine64_pinecube: switch to external Bootlin toolchain Jan Havran
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jan Havran @ 2026-05-30 11:35 UTC (permalink / raw)
  To: buildroot; +Cc: Jagan Teki, Jan Havran

-kernel dts moved to vendor sub-directory
-U-Boot needs GnuTLS for the mkeficapsule tool

Signed-off-by: Jan Havran <havran.jan@email.cz>
---
 configs/pine64_pinecube_defconfig | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/configs/pine64_pinecube_defconfig b/configs/pine64_pinecube_defconfig
index 3f88ca0822..8fc55d80a5 100644
--- a/configs/pine64_pinecube_defconfig
+++ b/configs/pine64_pinecube_defconfig
@@ -1,7 +1,7 @@
 BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_VFPV4=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_18=y
 BR2_TARGET_GENERIC_HOSTNAME="pinecube"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Pine64 Pinecube"
 BR2_SYSTEM_DHCP="eth0"
@@ -10,21 +10,22 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/pine64/pinecube/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.60"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.33"
 BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-s3-pinecube"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun8i-s3-pinecube"
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 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_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.10"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2026.04"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="pinecube"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
 BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
+BR2_TARGET_UBOOT_NEEDS_GNUTLS=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
-- 
2.54.0

_______________________________________________
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 2/3] configs/pine64_pinecube: switch to external Bootlin toolchain
  2026-05-30 11:35 [Buildroot] [PATCH 1/3] configs/pine64_pinecube: bump to Linux 6.18.33 and U-Boot 2026.04 Jan Havran
@ 2026-05-30 11:35 ` Jan Havran
  2026-05-30 11:35 ` [Buildroot] [PATCH 3/3] configs/pine64_pinecube: enable FORCE_CHECK_HASHES Jan Havran
  2026-05-31  6:14 ` [Buildroot] [PATCH 1/3] configs/pine64_pinecube: bump to Linux 6.18.33 and U-Boot 2026.04 Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Havran @ 2026-05-30 11:35 UTC (permalink / raw)
  To: buildroot; +Cc: Jagan Teki, Jan Havran

Signed-off-by: Jan Havran <havran.jan@email.cz>
---
 configs/pine64_pinecube_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configs/pine64_pinecube_defconfig b/configs/pine64_pinecube_defconfig
index 8fc55d80a5..742be94d17 100644
--- a/configs/pine64_pinecube_defconfig
+++ b/configs/pine64_pinecube_defconfig
@@ -1,7 +1,9 @@
 BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_VFPV4=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_18=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE=y
 BR2_TARGET_GENERIC_HOSTNAME="pinecube"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Pine64 Pinecube"
 BR2_SYSTEM_DHCP="eth0"
-- 
2.54.0

_______________________________________________
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 3/3] configs/pine64_pinecube: enable FORCE_CHECK_HASHES
  2026-05-30 11:35 [Buildroot] [PATCH 1/3] configs/pine64_pinecube: bump to Linux 6.18.33 and U-Boot 2026.04 Jan Havran
  2026-05-30 11:35 ` [Buildroot] [PATCH 2/3] configs/pine64_pinecube: switch to external Bootlin toolchain Jan Havran
@ 2026-05-30 11:35 ` Jan Havran
  2026-05-31  6:14 ` [Buildroot] [PATCH 1/3] configs/pine64_pinecube: bump to Linux 6.18.33 and U-Boot 2026.04 Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Havran @ 2026-05-30 11:35 UTC (permalink / raw)
  To: buildroot; +Cc: Jagan Teki, Jan Havran

Signed-off-by: Jan Havran <havran.jan@email.cz>
---
 .checkpackageignore                            | 1 -
 board/pine64/pinecube/patches/linux/linux.hash | 2 ++
 board/pine64/pinecube/patches/uboot/uboot.hash | 2 ++
 configs/pine64_pinecube_defconfig              | 2 ++
 4 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 board/pine64/pinecube/patches/linux/linux.hash
 create mode 100644 board/pine64/pinecube/patches/uboot/uboot.hash

diff --git a/.checkpackageignore b/.checkpackageignore
index 691e2b8138..c4249786fc 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -131,7 +131,6 @@ configs/olpc_xo1_defconfig lib_defconfig.ForceCheckHash
 configs/orangepi_pc2_defconfig lib_defconfig.ForceCheckHash
 configs/orangepi_zero_plus_defconfig lib_defconfig.ForceCheckHash
 configs/pine64_defconfig lib_defconfig.ForceCheckHash
-configs/pine64_pinecube_defconfig lib_defconfig.ForceCheckHash
 configs/s6lx9_microboard_defconfig lib_defconfig.ForceCheckHash
 configs/sipeed_lichee_rv_defconfig lib_defconfig.ForceCheckHash
 configs/sipeed_lichee_rv_dock_defconfig lib_defconfig.ForceCheckHash
diff --git a/board/pine64/pinecube/patches/linux/linux.hash b/board/pine64/pinecube/patches/linux/linux.hash
new file mode 100644
index 0000000000..788483030c
--- /dev/null
+++ b/board/pine64/pinecube/patches/linux/linux.hash
@@ -0,0 +1,2 @@
+# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
+sha256  6f16ff302599f6fe34742890322cf0775703105fbd8767449682fca6af0fb782  linux-6.18.33.tar.xz
diff --git a/board/pine64/pinecube/patches/uboot/uboot.hash b/board/pine64/pinecube/patches/uboot/uboot.hash
new file mode 100644
index 0000000000..36322a6a90
--- /dev/null
+++ b/board/pine64/pinecube/patches/uboot/uboot.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  ac7c04b8b7004923b00a4e5d6699c5df4d21233bac9fda690d8cfbc209fff2fd  u-boot-2026.04.tar.bz2
diff --git a/configs/pine64_pinecube_defconfig b/configs/pine64_pinecube_defconfig
index 742be94d17..2a0c567d76 100644
--- a/configs/pine64_pinecube_defconfig
+++ b/configs/pine64_pinecube_defconfig
@@ -4,6 +4,8 @@ BR2_ARM_FPU_VFPV4=y
 BR2_TOOLCHAIN_EXTERNAL=y
 BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
 BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE=y
+BR2_GLOBAL_PATCH_DIR="board/pine64/pinecube/patches"
+BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_TARGET_GENERIC_HOSTNAME="pinecube"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Pine64 Pinecube"
 BR2_SYSTEM_DHCP="eth0"
-- 
2.54.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/3] configs/pine64_pinecube: bump to Linux 6.18.33 and U-Boot 2026.04
  2026-05-30 11:35 [Buildroot] [PATCH 1/3] configs/pine64_pinecube: bump to Linux 6.18.33 and U-Boot 2026.04 Jan Havran
  2026-05-30 11:35 ` [Buildroot] [PATCH 2/3] configs/pine64_pinecube: switch to external Bootlin toolchain Jan Havran
  2026-05-30 11:35 ` [Buildroot] [PATCH 3/3] configs/pine64_pinecube: enable FORCE_CHECK_HASHES Jan Havran
@ 2026-05-31  6:14 ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-05-31  6:14 UTC (permalink / raw)
  To: Jan Havran; +Cc: buildroot, Jagan Teki

On Sat, May 30, 2026 at 01:35:39PM +0200, Jan Havran wrote:
> -kernel dts moved to vendor sub-directory
> -U-Boot needs GnuTLS for the mkeficapsule tool
> 
> Signed-off-by: Jan Havran <havran.jan@email.cz>

Thanks a lot, series applied to next!

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

end of thread, other threads:[~2026-05-31  6:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-30 11:35 [Buildroot] [PATCH 1/3] configs/pine64_pinecube: bump to Linux 6.18.33 and U-Boot 2026.04 Jan Havran
2026-05-30 11:35 ` [Buildroot] [PATCH 2/3] configs/pine64_pinecube: switch to external Bootlin toolchain Jan Havran
2026-05-30 11:35 ` [Buildroot] [PATCH 3/3] configs/pine64_pinecube: enable FORCE_CHECK_HASHES Jan Havran
2026-05-31  6:14 ` [Buildroot] [PATCH 1/3] configs/pine64_pinecube: bump to Linux 6.18.33 and U-Boot 2026.04 Thomas Petazzoni via buildroot

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