Skip to content
Snippets Groups Projects
Commit c093dbc2 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

gfplatdetect: Add nobranch=1 to SRC_URI to allow build of not yet merged commits

Builds of commits that are not merged yet (in a merge request) fail if
nobrach=1 is not set, as they are not found on the specified branch,
even if the revision is specified in SRV_REV explicitly.
parent fe407c54
No related branches found
No related tags found
1 merge request!172gfplatdetect: Add nobranch=1 to SRC_URI to allow build of not yet merged commits
Pipeline #17280 passed with stage
in 28 seconds
......@@ -8,7 +8,7 @@ SRCREV = "${AUTOREV}"
SRCBRANCH = "dunfell"
SRC_URI = " \
git://git@gitlab.com/seco-northern-europe/kernel/modules/gfplatdetect.git;protocol=ssh;branch=${SRCBRANCH} \
git://git@gitlab.com/seco-northern-europe/kernel/modules/gfplatdetect.git;protocol=ssh;branch=${SRCBRANCH};nobranch=1; \
"
S = "${WORKDIR}/git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment