| Message ID | 1718936206-8080-13-git-send-email-wangmy@fujitsu.com |
|---|---|
| State | New |
| Headers | show |
| Series | [01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 | expand |
This causes:
ERROR: rt-tests-1_2.7-r0 do_patch: Applying patch '0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch' on target directory '/home/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/core2-64-poky-linux/rt-tests/2.7/git'
CmdError('quilt --quiltrc /home/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/core2-64-poky-linux/rt-tests/2.7/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
patching file Makefile
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- rejects in file Makefile
Patch 0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch does not apply (enforce with -f)
stderr: ')
On 21/06/2024 10:16:37+0800, 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 | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
> index 70315c4694..3fbdfa2038 100644
> --- a/meta/recipes-rt/rt-tests/rt-tests.inc
> +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
> @@ -1,5 +1,5 @@
> -SRCREV = "217cd8518c5f7777d490892aa9c765a6b2782cb5"
> -PV = "2.6"
> +SRCREV = "5bd94923ffda2ab326d081926dbfc6775fb5050b"
> +PV = "2.7"
> PE = "1"
>
> SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#200976): https://lists.openembedded.org/g/openembedded-core/message/200976
> Mute This Topic: https://lists.openembedded.org/mt/106792574/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 70315c4694..3fbdfa2038 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc @@ -1,5 +1,5 @@ -SRCREV = "217cd8518c5f7777d490892aa9c765a6b2782cb5" -PV = "2.6" +SRCREV = "5bd94923ffda2ab326d081926dbfc6775fb5050b" +PV = "2.7" PE = "1" SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https"