diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-05 15:08:28 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:03 +0000 |
| commit | 81a7812a9711ab985815a6779fd2b5c1327bb7af (patch) | |
| tree | ec2f052959935d675791f0b2a92ce6f39e4004f6 | |
| parent | a8388ac9f59f7710ac5c6635a32ec37cce2046d3 (diff) | |
| download | poky-81a7812a9711ab985815a6779fd2b5c1327bb7af.tar.gz | |
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: ad988c82b364bb0c629bcb2ce04f99e0e371622e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0383dadd5d..8f385799d3 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | <link linkend='var-CFLAGS'>C</link> | 21 | <link linkend='var-CFLAGS'>C</link> |
| 22 | <link linkend='var-D'>D</link> | 22 | <link linkend='var-D'>D</link> |
| 23 | <link linkend='var-ENABLE_BINARY_LOCALE_GENERATION'>E</link> | 23 | <link linkend='var-ENABLE_BINARY_LOCALE_GENERATION'>E</link> |
| 24 | <link linkend='var-FILES'>F</link> | 24 | <link linkend='var-FEED_DEPLOYDIR_BASE_URI'>F</link> |
| 25 | <!-- <link linkend='var-glossary-g'>G</link> --> | 25 | <!-- <link linkend='var-glossary-g'>G</link> --> |
| 26 | <link linkend='var-HOMEPAGE'>H</link> | 26 | <link linkend='var-HOMEPAGE'>H</link> |
| 27 | <link linkend='var-IMAGE_BASENAME'>I</link> | 27 | <link linkend='var-IMAGE_BASENAME'>I</link> |
| @@ -1661,6 +1661,34 @@ | |||
| 1661 | 1661 | ||
| 1662 | <glossdiv id='var-glossary-f'><title>F</title> | 1662 | <glossdiv id='var-glossary-f'><title>F</title> |
| 1663 | 1663 | ||
| 1664 | <glossentry id='var-FEED_DEPLOYDIR_BASE_URI'><glossterm>FEED_DEPLOYDIR_BASE_URI</glossterm> | ||
| 1665 | <glossdef> | ||
| 1666 | <para> | ||
| 1667 | Points to the base URL of the server and location within | ||
| 1668 | the document-root that provides the | ||
| 1669 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> | ||
| 1670 | and packages necessary to support runtime package | ||
| 1671 | management of IPK packages. | ||
| 1672 | You set this variable in your | ||
| 1673 | <filename>local.conf</filename> file. | ||
| 1674 | </para> | ||
| 1675 | |||
| 1676 | <para> | ||
| 1677 | Consider the following example: | ||
| 1678 | <literallayout class='monospaced'> | ||
| 1679 | FEED_DEPLOYDIR_BASE_URI = "http://192.168.7.1/BOARD-dir" | ||
| 1680 | </literallayout> | ||
| 1681 | This example assumes you are serving your packages over | ||
| 1682 | HTTP and your databases are located in a directory | ||
| 1683 | named <filename>BOARD-dir</filename>, which is underneath | ||
| 1684 | your HTTP server's document-root. | ||
| 1685 | In this case, the OpenEmbedded build system generates a set | ||
| 1686 | of configuration files for you in your target that work | ||
| 1687 | with the feed. | ||
| 1688 | </para> | ||
| 1689 | </glossdef> | ||
| 1690 | </glossentry> | ||
| 1691 | |||
| 1664 | <glossentry id='var-FILES'><glossterm>FILES</glossterm> | 1692 | <glossentry id='var-FILES'><glossterm>FILES</glossterm> |
| 1665 | <glossdef> | 1693 | <glossdef> |
| 1666 | <para> | 1694 | <para> |
