From 09edf20070036a3d83bb79e17f57261bea0d0f09 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sun, 18 May 2014 14:24:12 -0400 Subject: bitbake: fetch2/gitsm: Documentation improvements for gitsm:// fetcher (Bitbake rev: ef2bf63e56b87e19d1a9059dd2d81a9a1a537254) Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/gitsm.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bitbake/lib/bb') diff --git a/bitbake/lib/bb/fetch2/gitsm.py b/bitbake/lib/bb/fetch2/gitsm.py index 1a762153c4..c125cff54b 100644 --- a/bitbake/lib/bb/fetch2/gitsm.py +++ b/bitbake/lib/bb/fetch2/gitsm.py @@ -2,6 +2,16 @@ # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' git submodules implementation + +Inherits from and extends the Git fetcher to retrieve submodules of a git repository +after cloning. + +SRC_URI = "gitsm://" + +See the Git fetcher, git://, for usage documentation. + +NOTE: Switching a SRC_URI from "git://" to "gitsm://" requires a clean of your recipe. + """ # Copyright (C) 2013 Richard Purdie -- cgit v1.2.3-54-g00ecf