From 0c7cf572b8350e7ec1e451d207d67f1f7ce018cb Mon Sep 17 00:00:00 2001 From: "Yong, Jonathan" Date: Mon, 10 Dec 2018 10:46:03 -0800 Subject: bitbake-user-manual: Added "usehead" parameter. Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml index c721e86eb..43eae6b85 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml @@ -588,6 +588,14 @@ The name of the path in which to place the checkout. By default, the path is git/. + "usehead": + Enables local git:// URLs to use the + current branch HEAD as the revision for use with + AUTOREV. + The "usehead" parameter implies no branch and only works + when the transfer protocol is + file://. + Here are some example URLs: -- cgit 1.2.3-korg