ref-manual: Added FEED_DEPLOYDIR_BASE_URI variable description

Fixes [YOCTO #5408]

As part of the fix for this bug, I have added a description of this
variable to the glossary.

(From yocto-docs rev: 71c75163c24b249769f7acc96285a512d3ba9f86)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-11-05 15:08:28 -08:00 committed by Richard Purdie
parent ae168b4217
commit f86f539f10
1 changed files with 29 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<link linkend='var-CFLAGS'>C</link>
<link linkend='var-D'>D</link>
<link linkend='var-ENABLE_BINARY_LOCALE_GENERATION'>E</link>
<link linkend='var-FILES'>F</link>
<link linkend='var-FEED_DEPLOYDIR_BASE_URI'>F</link>
<!-- <link linkend='var-glossary-g'>G</link> -->
<link linkend='var-HOMEPAGE'>H</link>
<link linkend='var-IMAGE_BASENAME'>I</link>
@ -1661,6 +1661,34 @@
<glossdiv id='var-glossary-f'><title>F</title>
<glossentry id='var-FEED_DEPLOYDIR_BASE_URI'><glossterm>FEED_DEPLOYDIR_BASE_URI</glossterm>
<glossdef>
<para>
Points to the base URL of the server and location within
the document-root that provides the
<ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>
and packages necessary to support runtime package
management of IPK packages.
You set this variable in your
<filename>local.conf</filename> file.
</para>
<para>
Consider the following example:
<literallayout class='monospaced'>
FEED_DEPLOYDIR_BASE_URI = "http://192.168.7.1/BOARD-dir"
</literallayout>
This example assumes you are serving your packages over
HTTP and your databases are located in a directory
named <filename>BOARD-dir</filename>, which is underneath
your HTTP server's document-root.
In this case, the OpenEmbedded build system generates a set
of configuration files for you in your target that work
with the feed.
</para>
</glossdef>
</glossentry>
<glossentry id='var-FILES'><glossterm>FILES</glossterm>
<glossdef>
<para>