mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
rt-tests: use an explicit commit ID
Using a tag, like v0.73, forces network access to resolve a commit ID. Use the corresponding commit ID in the recipe. (From OE-Core rev: d126e22f6b3f27196144f87e22b36ebccd6dea65) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7eb72b07ef
commit
30381645ee
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user