diff mbox series

[06/19] hwlatdetect: upgrade 2.8 -> 2.9

Message ID 20250715080819.622-6-wangmy@fujitsu.com
State New
Headers show
Series [01/19] debugedit: upgrade 5.1 -> 5.2 | expand

Commit Message

Wang Mingyu July 15, 2025, 8:08 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-rt/rt-tests/rt-tests.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Mathieu Dubois-Briand July 15, 2025, 2:14 p.m. UTC | #1
On Tue Jul 15, 2025 at 10:08 AM CEST, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta/recipes-rt/rt-tests/rt-tests.inc | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
> index a2e8558c4c..2042768d5a 100644
> --- a/meta/recipes-rt/rt-tests/rt-tests.inc
> +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
> @@ -1,6 +1,6 @@
> -SRCREV = "f5b910a90b6f5ab0ef6df392e009ffe1429d53af"
> -PV = "2.8"
> +SRCREV = "9166c3f0bb9c5d3e31dc80aff165a5073b5ac5be"
> +PV = "2.9"
>  PE = "1"
>  
> -SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https"
> +SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https;tag=v${PV}"
>  

Hi Wang,

Thanks for the recipe update.

It looks like there is some issue when applying the
0001-sched_attr-Do-not-define-for-glibc-2.41.patch patch after this
update:

ERROR: lib32-rt-tests-1_2.9-r0 do_patch: Applying patch '0001-sched_attr-Do-not-define-for-glibc-2.41.patch' on target directory '/srv/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/x86-pokymllib32-linux/lib32-rt-tests/2.9/sources/rt-tests-2.9'
...
Hunk #1 FAILED at 42.
Hunk #2 succeeded at 72 with fuzz 2 (offset 4 lines).
1 out of 2 hunks FAILED -- rejects in file src/include/rt-sched.h

https://autobuilder.yoctoproject.org/valkyrie/#/builders/59/builds/2025

Can you fix this build issue please?
diff mbox series

Patch

diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index a2e8558c4c..2042768d5a 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,6 +1,6 @@ 
-SRCREV = "f5b910a90b6f5ab0ef6df392e009ffe1429d53af"
-PV = "2.8"
+SRCREV = "9166c3f0bb9c5d3e31dc80aff165a5073b5ac5be"
+PV = "2.9"
 PE = "1"
 
-SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https"
+SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https;tag=v${PV}"