* [Buildroot] [PATCH] support/testing: TestFileCapabilities: update kernel to 4.19.310
@ 2024-03-27 16:23 Romain Naour
2024-04-10 21:46 ` Thomas Petazzoni via buildroot
2024-05-06 20:51 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2024-03-27 16:23 UTC (permalink / raw)
To: buildroot; +Cc: Romain Naour
Since the toolchain Bootlin update to 2023.11-1 [1], the arm Linux
kernel build is broken with binutils >= 2.41 with:
arch/arm/mm/proc-v7.S: Assembler messages:
arch/arm/mm/proc-v7.S:640: Error: junk at end of line, first unrecognized character is `#'
A similar issue has already be fixed for qemu m68k [2].
Bump to the latest kernel 4.19 that already include the backport
of 790756c7e022 ("ARM: 8933/1: replace Sun/Solaris style flag on section directive")
[1] 7e0e6e3b8618ab942f25b11ee72fbc5a4deefdf1
[2] a1ce9474e40f731f327035d8c0962abb16f00ff7
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/6414160106 (TestFileCapabilities)
Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
support/testing/tests/core/test_file_capabilities.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/testing/tests/core/test_file_capabilities.py b/support/testing/tests/core/test_file_capabilities.py
index fe21d76c94..e2600ae794 100644
--- a/support/testing/tests/core/test_file_capabilities.py
+++ b/support/testing/tests/core/test_file_capabilities.py
@@ -13,7 +13,7 @@ class TestFileCapabilities(infra.basetest.BRTest):
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
- BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.204"
+ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.310"
BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{}"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
--
2.44.0
_______________________________________________
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] support/testing: TestFileCapabilities: update kernel to 4.19.310
2024-03-27 16:23 [Buildroot] [PATCH] support/testing: TestFileCapabilities: update kernel to 4.19.310 Romain Naour
@ 2024-04-10 21:46 ` Thomas Petazzoni via buildroot
2024-05-06 20:51 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-04-10 21:46 UTC (permalink / raw)
To: Romain Naour; +Cc: buildroot
On Wed, 27 Mar 2024 17:23:19 +0100
Romain Naour <romain.naour@smile.fr> wrote:
> Since the toolchain Bootlin update to 2023.11-1 [1], the arm Linux
> kernel build is broken with binutils >= 2.41 with:
>
> arch/arm/mm/proc-v7.S: Assembler messages:
> arch/arm/mm/proc-v7.S:640: Error: junk at end of line, first unrecognized character is `#'
>
> A similar issue has already be fixed for qemu m68k [2].
>
> Bump to the latest kernel 4.19 that already include the backport
> of 790756c7e022 ("ARM: 8933/1: replace Sun/Solaris style flag on section directive")
>
> [1] 7e0e6e3b8618ab942f25b11ee72fbc5a4deefdf1
> [2] a1ce9474e40f731f327035d8c0962abb16f00ff7
>
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/6414160106 (TestFileCapabilities)
>
> Signed-off-by: Romain Naour <romain.naour@smile.fr>
> ---
> support/testing/tests/core/test_file_capabilities.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
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] 3+ messages in thread
* Re: [Buildroot] [PATCH] support/testing: TestFileCapabilities: update kernel to 4.19.310
2024-03-27 16:23 [Buildroot] [PATCH] support/testing: TestFileCapabilities: update kernel to 4.19.310 Romain Naour
2024-04-10 21:46 ` Thomas Petazzoni via buildroot
@ 2024-05-06 20:51 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-05-06 20:51 UTC (permalink / raw)
To: Romain Naour; +Cc: buildroot
>>>>> "Romain" == Romain Naour <romain.naour@smile.fr> writes:
> Since the toolchain Bootlin update to 2023.11-1 [1], the arm Linux
> kernel build is broken with binutils >= 2.41 with:
> arch/arm/mm/proc-v7.S: Assembler messages:
> arch/arm/mm/proc-v7.S:640: Error: junk at end of line, first unrecognized character is `#'
> A similar issue has already be fixed for qemu m68k [2].
> Bump to the latest kernel 4.19 that already include the backport
> of 790756c7e022 ("ARM: 8933/1: replace Sun/Solaris style flag on section directive")
> [1] 7e0e6e3b8618ab942f25b11ee72fbc5a4deefdf1
> [2] a1ce9474e40f731f327035d8c0962abb16f00ff7
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/6414160106 (TestFileCapabilities)
> Signed-off-by: Romain Naour <romain.naour@smile.fr>
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
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:[~2024-05-06 20:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-27 16:23 [Buildroot] [PATCH] support/testing: TestFileCapabilities: update kernel to 4.19.310 Romain Naour
2024-04-10 21:46 ` Thomas Petazzoni via buildroot
2024-05-06 20:51 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox