Message ID | 20241219173408.3349860-1-dario.binacchi@amarulasolutions.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
On 19/12/2024 18:34, Dario Binacchi wrote: > - Bump Linux kernel to 6.1.120 > - Bump U-Boot to 2024.10 and add the dependency on GnuTLS and > util-linux (for uuid) > > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Applied to master, thanks. > --- > board/bsh/imx6ulz-bsh-smm-m2/patches/uboot/uboot.hash | 2 +- > configs/imx6ulz_bsh_smm_m2_defconfig | 6 ++++-- > 2 files changed, 5 insertions(+), 3 deletions(-) > > diff --git a/board/bsh/imx6ulz-bsh-smm-m2/patches/uboot/uboot.hash > b/board/bsh/imx6ulz-bsh-smm-m2/patches/uboot/uboot.hash > index c0b3bcdd0404..904fa56c02a3 100644 > --- a/board/bsh/imx6ulz-bsh-smm-m2/patches/uboot/uboot.hash > +++ b/board/bsh/imx6ulz-bsh-smm-m2/patches/uboot/uboot.hash > @@ -1,2 +1,2 @@ > # Locally calculated > -sha256 > e00e6c6f014e046101739d08d06f328811cebcf5ae101348f409cbbd55ce6900 > u-boot-2023.10.tar.bz2 > +sha256 > b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0 > u-boot-2024.10.tar.bz2 > diff --git a/configs/imx6ulz_bsh_smm_m2_defconfig > b/configs/imx6ulz_bsh_smm_m2_defconfig > index 29177c475656..f12dc8383d80 100644 > --- a/configs/imx6ulz_bsh_smm_m2_defconfig > +++ b/configs/imx6ulz_bsh_smm_m2_defconfig > @@ -9,7 +9,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc3" > > BR2_ROOTFS_POST_BUILD_SCRIPT="board/bsh/imx6ulz-bsh-smm-m2/post-build.sh" > BR2_LINUX_KERNEL=y > BR2_LINUX_KERNEL_CUSTOM_VERSION=y > -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.68" > +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.120" > BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y > > BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/bsh/imx6ulz-bsh-smm-m2/linux.config" > BR2_LINUX_KERNEL_DTS_SUPPORT=y > @@ -28,10 +28,12 @@ BR2_TARGET_ROOTFS_UBIFS_LEBSIZE=0x1f000 > 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="2024.10" > BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx6ulz_smm_m2" > BR2_TARGET_UBOOT_NEEDS_DTC=y > BR2_TARGET_UBOOT_NEEDS_OPENSSL=y > +BR2_TARGET_UBOOT_NEEDS_GNUTLS=y > +BR2_TARGET_UBOOT_NEEDS_UTIL_LINUX=y > # BR2_TARGET_UBOOT_FORMAT_BIN is not set > BR2_TARGET_UBOOT_FORMAT_CUSTOM=y > BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-with-spl.imx" > -- > 2.43.0 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.
diff --git a/board/bsh/imx6ulz-bsh-smm-m2/patches/uboot/uboot.hash b/board/bsh/imx6ulz-bsh-smm-m2/patches/uboot/uboot.hash index c0b3bcdd0404..904fa56c02a3 100644 --- a/board/bsh/imx6ulz-bsh-smm-m2/patches/uboot/uboot.hash +++ b/board/bsh/imx6ulz-bsh-smm-m2/patches/uboot/uboot.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 e00e6c6f014e046101739d08d06f328811cebcf5ae101348f409cbbd55ce6900 u-boot-2023.10.tar.bz2 +sha256 b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0 u-boot-2024.10.tar.bz2 diff --git a/configs/imx6ulz_bsh_smm_m2_defconfig b/configs/imx6ulz_bsh_smm_m2_defconfig index 29177c475656..f12dc8383d80 100644 --- a/configs/imx6ulz_bsh_smm_m2_defconfig +++ b/configs/imx6ulz_bsh_smm_m2_defconfig @@ -9,7 +9,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc3" BR2_ROOTFS_POST_BUILD_SCRIPT="board/bsh/imx6ulz-bsh-smm-m2/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.68" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.120" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/bsh/imx6ulz-bsh-smm-m2/linux.config" BR2_LINUX_KERNEL_DTS_SUPPORT=y @@ -28,10 +28,12 @@ BR2_TARGET_ROOTFS_UBIFS_LEBSIZE=0x1f000 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="2024.10" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx6ulz_smm_m2" BR2_TARGET_UBOOT_NEEDS_DTC=y BR2_TARGET_UBOOT_NEEDS_OPENSSL=y +BR2_TARGET_UBOOT_NEEDS_GNUTLS=y +BR2_TARGET_UBOOT_NEEDS_UTIL_LINUX=y # BR2_TARGET_UBOOT_FORMAT_BIN is not set BR2_TARGET_UBOOT_FORMAT_CUSTOM=y BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-with-spl.imx"
- Bump Linux kernel to 6.1.120 - Bump U-Boot to 2024.10 and add the dependency on GnuTLS and util-linux (for uuid) Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- board/bsh/imx6ulz-bsh-smm-m2/patches/uboot/uboot.hash | 2 +- configs/imx6ulz_bsh_smm_m2_defconfig | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-)