* [Buildroot] [PATCH 1/2] configs/kontron_smarc_sal28: use U-Boot 2022.10
@ 2022-10-18 8:06 Heiko Thiery
2022-10-18 8:06 ` [Buildroot] [PATCH 2/2] configs/kontron_smarc_sal28: use linux kernel 5.19.16 Heiko Thiery
2022-10-18 9:59 ` [Buildroot] [PATCH 1/2] configs/kontron_smarc_sal28: use U-Boot 2022.10 Heiko Thiery
0 siblings, 2 replies; 3+ messages in thread
From: Heiko Thiery @ 2022-10-18 8:06 UTC (permalink / raw)
To: buildroot; +Cc: Michael Walle, Heiko Thiery
Add BR2_TARGET_UBOOT_NEEDS_GNUTLS=y and BR2_TARGET_UBOOT_NEEDS_UTIL_LINUX=y
since this are dependencies for building mkeficapsule u-boot tool.
Cc: Michael Walle <michael@walle.cc>
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
configs/kontron_smarc_sal28_defconfig | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configs/kontron_smarc_sal28_defconfig b/configs/kontron_smarc_sal28_defconfig
index 877903a1fe..25846c8cbd 100644
--- a/configs/kontron_smarc_sal28_defconfig
+++ b/configs/kontron_smarc_sal28_defconfig
@@ -22,11 +22,13 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="128M"
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2022.10"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="kontron_sl28"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
+BR2_TARGET_UBOOT_NEEDS_UTIL_LINUX=y
+BR2_TARGET_UBOOT_NEEDS_GNUTLS=y
# BR2_TARGET_UBOOT_FORMAT_BIN is not set
BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.rom"
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] configs/kontron_smarc_sal28: use linux kernel 5.19.16
2022-10-18 8:06 [Buildroot] [PATCH 1/2] configs/kontron_smarc_sal28: use U-Boot 2022.10 Heiko Thiery
@ 2022-10-18 8:06 ` Heiko Thiery
2022-10-18 9:59 ` [Buildroot] [PATCH 1/2] configs/kontron_smarc_sal28: use U-Boot 2022.10 Heiko Thiery
1 sibling, 0 replies; 3+ messages in thread
From: Heiko Thiery @ 2022-10-18 8:06 UTC (permalink / raw)
To: buildroot; +Cc: Michael Walle, Heiko Thiery
Cc: Michael Walle <michael@walle.cc>
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
configs/kontron_smarc_sal28_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/kontron_smarc_sal28_defconfig b/configs/kontron_smarc_sal28_defconfig
index 25846c8cbd..e502b2b67b 100644
--- a/configs/kontron_smarc_sal28_defconfig
+++ b/configs/kontron_smarc_sal28_defconfig
@@ -1,6 +1,6 @@
BR2_aarch64=y
BR2_cortex_a72=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_16=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_ROOTFS_OVERLAY="board/kontron/smarc-sal28/rootfs_overlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/kontron/smarc-sal28/post-build.sh"
@@ -8,7 +8,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="-c $(BINARIES_DIR)/genimage.cfg"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.16"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.19.16"
BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="freescale/fsl-ls1028a-kontron-sl28 freescale/fsl-ls1028a-kontron-sl28-var2 freescale/fsl-ls1028a-kontron-sl28-var3-ads2 freescale/fsl-ls1028a-kontron-sl28-var4 freescale/fsl-ls1028a-kontron-kbox-a-230-ls"
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/2] configs/kontron_smarc_sal28: use U-Boot 2022.10
2022-10-18 8:06 [Buildroot] [PATCH 1/2] configs/kontron_smarc_sal28: use U-Boot 2022.10 Heiko Thiery
2022-10-18 8:06 ` [Buildroot] [PATCH 2/2] configs/kontron_smarc_sal28: use linux kernel 5.19.16 Heiko Thiery
@ 2022-10-18 9:59 ` Heiko Thiery
1 sibling, 0 replies; 3+ messages in thread
From: Heiko Thiery @ 2022-10-18 9:59 UTC (permalink / raw)
To: buildroot; +Cc: Michael Walle
Hi,
Am Di., 18. Okt. 2022 um 10:07 Uhr schrieb Heiko Thiery
<heiko.thiery@gmail.com>:
>
> Add BR2_TARGET_UBOOT_NEEDS_GNUTLS=y and BR2_TARGET_UBOOT_NEEDS_UTIL_LINUX=y
> since this are dependencies for building mkeficapsule u-boot tool.
please ignore it and the one for the kernel update.. it does not fit
in the image. Damn (@michael ;-/)
--
Heiko
> Cc: Michael Walle <michael@walle.cc>
> Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
> ---
> configs/kontron_smarc_sal28_defconfig | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/configs/kontron_smarc_sal28_defconfig b/configs/kontron_smarc_sal28_defconfig
> index 877903a1fe..25846c8cbd 100644
> --- a/configs/kontron_smarc_sal28_defconfig
> +++ b/configs/kontron_smarc_sal28_defconfig
> @@ -22,11 +22,13 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="128M"
> BR2_TARGET_UBOOT=y
> BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> BR2_TARGET_UBOOT_CUSTOM_VERSION=y
> -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.01"
> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2022.10"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="kontron_sl28"
> BR2_TARGET_UBOOT_NEEDS_DTC=y
> BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
> BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
> +BR2_TARGET_UBOOT_NEEDS_UTIL_LINUX=y
> +BR2_TARGET_UBOOT_NEEDS_GNUTLS=y
> # BR2_TARGET_UBOOT_FORMAT_BIN is not set
> BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
> BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.rom"
> --
> 2.30.2
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-18 10:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-18 8:06 [Buildroot] [PATCH 1/2] configs/kontron_smarc_sal28: use U-Boot 2022.10 Heiko Thiery
2022-10-18 8:06 ` [Buildroot] [PATCH 2/2] configs/kontron_smarc_sal28: use linux kernel 5.19.16 Heiko Thiery
2022-10-18 9:59 ` [Buildroot] [PATCH 1/2] configs/kontron_smarc_sal28: use U-Boot 2022.10 Heiko Thiery
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox