diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-09 11:46:09 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:55 +0100 |
commit | 4fc1cd4054ace156bf532f7aff50d6a11b6fd0bc (patch) | |
tree | 000651e7eff0027d72842632a11e34f76529d8c1 /documentation | |
parent | 61ce3fd240620da28ba35f5b1461b77e64ae9903 (diff) | |
download | poky-4fc1cd4054ace156bf532f7aff50d6a11b6fd0bc.tar.gz |
ref-manual: Added new variable IPK_FEED_URIS.
(From yocto-docs rev: 94039032274b17e383be026976736b662e877ee0)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a357377032..4445ffb5a1 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -2078,6 +2078,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
2078 | </glossdef> | 2078 | </glossdef> |
2079 | </glossentry> | 2079 | </glossentry> |
2080 | 2080 | ||
2081 | <glossentry id='var-IPK_FEED_URIS'><glossterm>INSANE_SKIP</glossterm> | ||
2082 | <glossdef> | ||
2083 | <para> | ||
2084 | Helps users set up an additional package feed area on | ||
2085 | a server for packages you might want to install on a | ||
2086 | target that is running an image. | ||
2087 | Once the feed is established, you can perform | ||
2088 | installations or upgrades using the package manager | ||
2089 | at runtime (e.g. <filename>opkg</filename>). | ||
2090 | </para> | ||
2091 | </glossdef> | ||
2092 | </glossentry> | ||
2093 | |||
2081 | <!-- | 2094 | <!-- |
2082 | <glossentry id='var-INTERCEPT_DIR'><glossterm>INTERCEPT_DIR</glossterm> | 2095 | <glossentry id='var-INTERCEPT_DIR'><glossterm>INTERCEPT_DIR</glossterm> |
2083 | <glossdef> | 2096 | <glossdef> |
@@ -4422,7 +4435,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
4422 | 4435 | ||
4423 | <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm> | 4436 | <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm> |
4424 | <glossdef> | 4437 | <glossdef> |
4425 | <para>The architecture of the device being built. | 4438 | <para> |
4439 | The architecture of the device being built. | ||
4426 | The OpenEmbedded build system supports the following | 4440 | The OpenEmbedded build system supports the following |
4427 | architectures: | 4441 | architectures: |
4428 | <literallayout class='monospaced'> | 4442 | <literallayout class='monospaced'> |