* [PATCH 0/1] rt-tests: use an explicit commit ID
@ 2011-08-12 16:42 Darren Hart
2011-08-12 16:42 ` [PATCH 1/1] " Darren Hart
0 siblings, 1 reply; 3+ messages in thread
From: Darren Hart @ 2011-08-12 16:42 UTC (permalink / raw)
To: openembedded-core
The following changes since commit d3f687c0b5925e6bad08d9a266b6370ed4e66ed0:
recipes-rt: add a README documenting the contents of recipes-rt (2011-08-11 20:06:43 -0700)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dvhart/rt-oe-fix
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/rt-oe-fix
Darren Hart (1):
rt-tests: use an explicit commit ID
meta/recipes-rt/rt-tests/rt-tests_0.73.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--
1.7.6
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] rt-tests: use an explicit commit ID
2011-08-12 16:42 [PATCH 0/1] rt-tests: use an explicit commit ID Darren Hart
@ 2011-08-12 16:42 ` Darren Hart
2011-08-12 16:51 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Darren Hart @ 2011-08-12 16:42 UTC (permalink / raw)
To: openembedded-core
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@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"
--
1.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/1] rt-tests: use an explicit commit ID
2011-08-12 16:42 ` [PATCH 1/1] " Darren Hart
@ 2011-08-12 16:51 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-08-12 16:51 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
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@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-12 16:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-12 16:42 [PATCH 0/1] rt-tests: use an explicit commit ID Darren Hart
2011-08-12 16:42 ` [PATCH 1/1] " Darren Hart
2011-08-12 16:51 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox