[OE-core] [PATCH 1/1] rt-tests: use an explicit commit ID

Richard Purdie richard.purdie at linuxfoundation.org
Fri Aug 12 16:51:36 UTC 2011


On Fri, 2011-08-12 at 09:42 -0700, Darren Hart wrote:
> Using a tag, like v0.73, forces network access to resolve a
> commit ID. Use the corresponding commit ID in the recipe.
> 
> Signed-off-by: Darren Hart <dvhart at linux.intel.com>
> ---
>  meta/recipes-rt/rt-tests/rt-tests_0.73.bb |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.73.bb b/meta/recipes-rt/rt-tests/rt-tests_0.73.bb
> index 6334bcd..a2cf6be 100644
> --- a/meta/recipes-rt/rt-tests/rt-tests_0.73.bb
> +++ b/meta/recipes-rt/rt-tests/rt-tests_0.73.bb
> @@ -6,7 +6,8 @@ LICENSE = "GPLv2 & GPLv2+"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
>                      file://src/cyclictest/cyclictest.c;beginline=7;endline=9;md5=ce162fe491d19d2ec67dff6dbc938d50 \
>                      file://src/pi_tests/pi_stress.c;beginline=6;endline=19;md5=bd426a634a43ec612e9fbf125dfcc949"
> -SRCREV = v0.73
> +# Version v0.73
> +SRCREV = "81da016fb0f6ab0511fbec81fc8ba1a50398a20d"
>  PV = "git${SRCPV}"
>  PR = "r0"

Merged to master, thanks.

Richard






More information about the Openembedded-core mailing list