From d265515478f175c164ee3658792b7776f128b6d9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 14 Aug 2013 10:44:38 +0300 Subject: ref-manual, adt-manual: Minor edits from review. Fixed some wordings in the ADT manual to remove "Intel-based" so as not to be biased. Added "x86" to qualify the types of systems in the toolchain examples. Added minor wording to the IMAGE_TYPES variable. Changed some wording for the IPK_FEED_URIS varilable. (From yocto-docs rev: 1fa7e0000591bec7e3d0b682df02b95dbee3d4f1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'documentation/ref-manual') 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 IMAGE_TYPES - Specifies the complete list of supported image types: + Specifies the complete list of supported image types + by default: jffs2 sum.jffs2 @@ -2168,12 +2169,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" IPK_FEED_URIS - Helps users set up an additional package feed area on - a server for packages you might want to install on a - target that is running an image. + When the IPK backend is in use and package management + is enabled on the target, you can use this variable to + set up opkg in the target image + to point to package feeds on a nominated server. Once the feed is established, you can perform installations or upgrades using the package manager - at runtime (e.g. opkg). + at runtime. -- cgit v1.2.3-54-g00ecf