diff options
-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> |