This file is indexed.

/usr/share/doc/bitbake/manual/ch03s07.html is in bitbake 1.12.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GIT Fetcher</title><link rel="stylesheet" href="docbook.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="BitBake User Manual"><link rel="up" href="ch03.html" title="Chapter 3. File Download support"><link rel="prev" href="ch03s06.html" title="SVN Fetcher"><link rel="next" href="ch04.html" title="Chapter 4. The bitbake command"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GIT Fetcher</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s06.html">Prev</a> </td><th width="60%" align="center">Chapter 3. File Download support</th><td width="20%" align="right"> <a accesskey="n" href="ch04.html">Next</a></td></tr></table><hr></div><div class="section" title="GIT Fetcher"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idp3148832"></a>GIT Fetcher</h2></div></div></div><p>The URN for the GIT Fetcher is <span class="emphasis"><em>git</em></span>.
            </p><p>The Variables <code class="varname">DL_DIR</code>, <code class="varname">GITDIR</code> are used. <code class="varname">DL_DIR</code> will be used to store the checkedout version. <code class="varname">GITDIR</code> will be used as the base directory where the git tree is cloned to.
            </p><p>The Parameters are <span class="emphasis"><em>tag</em></span>, <span class="emphasis"><em>protocol</em></span> and <span class="emphasis"><em>scmdata</em></span>. <span class="emphasis"><em>tag</em></span> is a git tag, the default is <span class="quote">&#8220;<span class="quote">master</span>&#8221;</span>. <span class="emphasis"><em>protocol</em></span> is the git protocol to use and defaults to <span class="quote">&#8220;<span class="quote">rsync</span>&#8221;</span>. If <span class="emphasis"><em>scmdata</em></span> is set to <span class="quote">&#8220;<span class="quote">keep</span>&#8221;</span>, the <span class="quote">&#8220;<span class="quote">.git</span>&#8221;</span> directory will be available during compile-time.
            </p><pre class="screen"><code class="varname">SRC_URI</code> = "git://git.oe.handhelds.org/git/vip.git;tag=version-1"
<code class="varname">SRC_URI</code> = "git://git.oe.handhelds.org/git/vip.git;protocol=http"
            </pre></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s06.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">SVN Fetcher </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 4. The bitbake command</td></tr></table></div></body></html>