Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] support/testing: test_clang: update to the next LTS kernel (4.19.x)
@ 2023-05-24 13:16 Romain Naour
  2023-06-03 19:21 ` Arnout Vandecappelle via buildroot
  2023-06-14 11:51 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Romain Naour @ 2023-05-24 13:16 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

The kernel 4.16.7 curently used by the test doesn't build with host
bison (GNU Bison 3.7.5) probably due a missing fix [1] in 4.16.x branch.

Since kernel 4.16 is EOL, bump to the next LTS kernel (4.19.x) in order
to ease backport to previous Buildroot releases.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4114986744

[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=d59fbbd09d5d6bdf4ea1f0b4090d175e081ff421

Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 support/testing/tests/package/test_clang.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/testing/tests/package/test_clang.py b/support/testing/tests/package/test_clang.py
index df3990c6be..f36faa059a 100644
--- a/support/testing/tests/package/test_clang.py
+++ b/support/testing/tests/package/test_clang.py
@@ -14,7 +14,7 @@ class TestClangCompilerRT(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.16.7"
+        BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.283"
         BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
         BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux.config"
         BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-- 
2.34.3

_______________________________________________
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] support/testing: test_clang: update to the next LTS kernel (4.19.x)
  2023-05-24 13:16 [Buildroot] [PATCH] support/testing: test_clang: update to the next LTS kernel (4.19.x) Romain Naour
@ 2023-06-03 19:21 ` Arnout Vandecappelle via buildroot
  2023-06-03 19:30   ` Thomas Petazzoni via buildroot
  2023-06-14 11:51 ` Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2023-06-03 19:21 UTC (permalink / raw)
  To: Romain Naour, buildroot, Thomas Petazzoni



On 24/05/2023 15:16, Romain Naour wrote:
> The kernel 4.16.7 curently used by the test doesn't build with host
> bison (GNU Bison 3.7.5) probably due a missing fix [1] in 4.16.x branch.
> 
> Since kernel 4.16 is EOL, bump to the next LTS kernel (4.19.x) in order
> to ease backport to previous Buildroot releases.
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/4114986744
> 
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=d59fbbd09d5d6bdf4ea1f0b4090d175e081ff421
> 
> Signed-off-by: Romain Naour <romain.naour@smile.fr>

  Applied to master, thanks.

  We should really create more downloadable kernel and rely on those instead of 
building the kernel during the runtime test. It takes a lot of time with no 
merit. Unfortunately, those are on abo which only Thomas has access to...

  Regards,
  Arnout

> ---
>   support/testing/tests/package/test_clang.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/support/testing/tests/package/test_clang.py b/support/testing/tests/package/test_clang.py
> index df3990c6be..f36faa059a 100644
> --- a/support/testing/tests/package/test_clang.py
> +++ b/support/testing/tests/package/test_clang.py
> @@ -14,7 +14,7 @@ class TestClangCompilerRT(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.16.7"
> +        BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.283"
>           BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
>           BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux.config"
>           BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH] support/testing: test_clang: update to the next LTS kernel (4.19.x)
  2023-06-03 19:21 ` Arnout Vandecappelle via buildroot
@ 2023-06-03 19:30   ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-06-03 19:30 UTC (permalink / raw)
  To: Arnout Vandecappelle; +Cc: Romain Naour, buildroot

Hello,

On Sat, 3 Jun 2023 21:21:10 +0200
Arnout Vandecappelle <arnout@mind.be> wrote:

>   We should really create more downloadable kernel and rely on those instead of 
> building the kernel during the runtime test. It takes a lot of time with no 
> merit. Unfortunately, those are on abo which only Thomas has access to...

I will be happy to update those binaries if need be, and also there is
nothing that really prevents from changing the location where those
files are hosted.

Best regards,

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

* Re: [Buildroot] [PATCH] support/testing: test_clang: update to the next LTS kernel (4.19.x)
  2023-05-24 13:16 [Buildroot] [PATCH] support/testing: test_clang: update to the next LTS kernel (4.19.x) Romain Naour
  2023-06-03 19:21 ` Arnout Vandecappelle via buildroot
@ 2023-06-14 11:51 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-06-14 11:51 UTC (permalink / raw)
  To: Romain Naour; +Cc: buildroot

>>>>> "Romain" == Romain Naour <romain.naour@smile.fr> writes:

 > The kernel 4.16.7 curently used by the test doesn't build with host
 > bison (GNU Bison 3.7.5) probably due a missing fix [1] in 4.16.x branch.

 > Since kernel 4.16 is EOL, bump to the next LTS kernel (4.19.x) in order
 > to ease backport to previous Buildroot releases.

 > Fixes:
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/4114986744

 > [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=d59fbbd09d5d6bdf4ea1f0b4090d175e081ff421

 > Signed-off-by: Romain Naour <romain.naour@smile.fr>

Committed to 2023.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
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:[~2023-06-14 11:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-24 13:16 [Buildroot] [PATCH] support/testing: test_clang: update to the next LTS kernel (4.19.x) Romain Naour
2023-06-03 19:21 ` Arnout Vandecappelle via buildroot
2023-06-03 19:30   ` Thomas Petazzoni via buildroot
2023-06-14 11: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