From 6c9c0f1f45d8eca2e8a91487528b79f068499e50 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 13 Jun 2012 09:12:08 -0700 Subject: documentation/poky-ref-manual/faq.xml: 1.1.2 variables and updates First pass of implementing the poky.ent variables. Also, applied obvious type fixes. (From yocto-docs rev: 5f5d3735bea5db12847dc9b9fa01aee0f5dc2b41) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/faq.xml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 669b2d5aa5..61853b5120 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml @@ -1,5 +1,6 @@ +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" +[ %poky; ] > FAQ @@ -7,13 +8,13 @@ - How does Poky differ from OpenEmbedded? + How does Poky differ from OpenEmbedded? Poky is the Yocto Project build system that was derived from OpenEmbedded. + url='&OE_HOME_URL;'>OpenEmbedded. Poky is a stable, smaller subset focused on the mobile environment. Development in the Yocto Project using Poky is closely tied to OpenEmbedded with features being merged regularly between the two for mutual benefit. @@ -33,8 +34,8 @@ You can use a stand-alone tarball to provide Python 2.6. You can find pre-built 32 and 64-bit versions of Python 2.6 at the following locations: - 32-bit tarball - 64-bit tarball + 32-bit tarball + 64-bit tarball @@ -139,7 +140,7 @@ To add a package, you need to create a BitBake recipe. For information on how to add a package, see the - Adding a Package section + "Adding a Package" section earlier in this manual. @@ -171,7 +172,7 @@ - GNOME Mobile is a subset of the GNOME + GNOME Mobile is a subset of the GNOME platform targeted at mobile and embedded devices. The the main difference between GNOME Mobile and standard GNOME is that desktop-orientated libraries have been removed, along with deprecated libraries, @@ -385,9 +386,9 @@ - You need to create a form factor file as described in - "Miscellaneous Recipe Files" - and set the HAVE_TOUCHSCREEN variable equal to one as follows: + You need to create a form factor file as described in the + "Miscellaneous Recipe Files" + section and set the HAVE_TOUCHSCREEN variable equal to one as follows: HAVE_TOUCHSCREEN=1 @@ -407,8 +408,8 @@ automatically bring up network interfaces. Therefore, you will need to add a BSP-specific netbase that includes an interfaces file. - See "Miscellaneous Recipe Files" - for information on creating these types of miscellaneous recipe files. + See the "Miscellaneous Recipe Files" + section for information on creating these types of miscellaneous recipe files. For example, add the following files to your layer: @@ -493,8 +494,8 @@ - - How does the Yocto Project obtain source code and will it work behind my + + How does the Yocto Project build system obtain source code and will it work behind my firewall or proxy server? @@ -573,7 +574,7 @@ any network accesses to anything other than the PREMIRROR would fail. - Poky also honors the standard environment variables + Poky also honors the standard shell environment variables http_proxy, ftp_proxy, https_proxy, and all_proxy to redirect requests through proxy servers. -- cgit v1.2.3-54-g00ecf