mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
lttng-modules: Add missing SRCREV_FORMAT
When using devupstream class the SRCREV_FORMAT variable must be set. (From OE-Core rev: 5d27db85d269f576929fd3c81f94e54d894cdf69) Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9654327307
commit
f81cdf4588
@@ -43,3 +43,4 @@ SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.1
|
|||||||
SRCREV_class-devupstream = "624aca5d7507fbd11ea4a1a474c3aa1031bd9a31"
|
SRCREV_class-devupstream = "624aca5d7507fbd11ea4a1a474c3aa1031bd9a31"
|
||||||
PV_class-devupstream = "2.10.10+git${SRCPV}"
|
PV_class-devupstream = "2.10.10+git${SRCPV}"
|
||||||
S_class-devupstream = "${WORKDIR}/git"
|
S_class-devupstream = "${WORKDIR}/git"
|
||||||
|
SRCREV_FORMAT ?= "lttng_git"
|
||||||
|
|||||||
Reference in New Issue
Block a user