All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs/imx6slevk: Bump U-Boot
@ 2021-12-27 18:19 Fabio Estevam
  2021-12-27 18:19 ` [Buildroot] [PATCH 2/2] configs/imx6slevk: Bump the kernel version Fabio Estevam
  2021-12-27 20:08 ` [Buildroot] [PATCH 1/2] configs/imx6slevk: Bump U-Boot Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2021-12-27 18:19 UTC (permalink / raw)
  To: buildroot; +Cc: Fabio Estevam

Bump U-Boot to version 2021.10 to fix the following build error:

/usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here

Fixes:
- https://gitlab.com/buildroot.org/buildroot/-/jobs/1915006177
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/imx6slevk_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/imx6slevk_defconfig b/configs/imx6slevk_defconfig
index 90a02964e7d6..ee7f066f71e3 100644
--- a/configs/imx6slevk_defconfig
+++ b/configs/imx6slevk_defconfig
@@ -11,7 +11,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mx6slevk"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.11"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-- 
2.25.1

_______________________________________________
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/imx6slevk: Bump the kernel version
  2021-12-27 18:19 [Buildroot] [PATCH 1/2] configs/imx6slevk: Bump U-Boot Fabio Estevam
@ 2021-12-27 18:19 ` Fabio Estevam
  2021-12-27 20:08 ` [Buildroot] [PATCH 1/2] configs/imx6slevk: Bump U-Boot Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2021-12-27 18:19 UTC (permalink / raw)
  To: buildroot; +Cc: Fabio Estevam

Bump the kernel version to 5.15.11.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/imx6slevk_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/imx6slevk_defconfig b/configs/imx6slevk_defconfig
index ee7f066f71e3..6f0bae5aa94d 100644
--- a/configs/imx6slevk_defconfig
+++ b/configs/imx6slevk_defconfig
@@ -3,8 +3,8 @@ BR2_cortex_a9=y
 BR2_ARM_ENABLE_NEON=y
 BR2_ARM_ENABLE_VFP=y
 BR2_ARM_FPU_VFPV3=y
-# Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+# Linux headers same as kernel, a 5.15 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
@@ -15,7 +15,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.11"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sl-evk"
-- 
2.25.1

_______________________________________________
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/imx6slevk: Bump U-Boot
  2021-12-27 18:19 [Buildroot] [PATCH 1/2] configs/imx6slevk: Bump U-Boot Fabio Estevam
  2021-12-27 18:19 ` [Buildroot] [PATCH 2/2] configs/imx6slevk: Bump the kernel version Fabio Estevam
@ 2021-12-27 20:08 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-12-27 20:08 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: buildroot

On Mon, 27 Dec 2021 15:19:38 -0300
Fabio Estevam <festevam@gmail.com> wrote:

> Bump U-Boot to version 2021.10 to fix the following build error:
> 
> /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
> 
> Fixes:
> - https://gitlab.com/buildroot.org/buildroot/-/jobs/1915006177
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  configs/imx6slevk_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied, 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] 3+ messages in thread

end of thread, other threads:[~2021-12-27 20:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27 18:19 [Buildroot] [PATCH 1/2] configs/imx6slevk: Bump U-Boot Fabio Estevam
2021-12-27 18:19 ` [Buildroot] [PATCH 2/2] configs/imx6slevk: Bump the kernel version Fabio Estevam
2021-12-27 20:08 ` [Buildroot] [PATCH 1/2] configs/imx6slevk: Bump U-Boot Thomas Petazzoni

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.