summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 4b7aa866b0..25a3820712 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1935,7 +1935,8 @@ Core layer for images cannot be removed
1935 <glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES</glossterm> 1935 <glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES</glossterm>
1936 <glossdef> 1936 <glossdef>
1937 <para> 1937 <para>
1938 Specifies the complete list of supported image types: 1938 Specifies the complete list of supported image types
1939 by default:
1939 <literallayout class='monospaced'> 1940 <literallayout class='monospaced'>
1940 jffs2 1941 jffs2
1941 sum.jffs2 1942 sum.jffs2
@@ -2168,12 +2169,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2168 <glossentry id='var-IPK_FEED_URIS'><glossterm>IPK_FEED_URIS</glossterm> 2169 <glossentry id='var-IPK_FEED_URIS'><glossterm>IPK_FEED_URIS</glossterm>
2169 <glossdef> 2170 <glossdef>
2170 <para> 2171 <para>
2171 Helps users set up an additional package feed area on 2172 When the IPK backend is in use and package management
2172 a server for packages you might want to install on a 2173 is enabled on the target, you can use this variable to
2173 target that is running an image. 2174 set up <filename>opkg</filename> in the target image
2175 to point to package feeds on a nominated server.
2174 Once the feed is established, you can perform 2176 Once the feed is established, you can perform
2175 installations or upgrades using the package manager 2177 installations or upgrades using the package manager
2176 at runtime (e.g. <filename>opkg</filename>). 2178 at runtime.
2177 </para> 2179 </para>
2178 </glossdef> 2180 </glossdef>
2179 </glossentry> 2181 </glossentry>