diff options
-rw-r--r-- | documentation/ref-manual/faq.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index 370f65f380..9800848aba 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml | |||
@@ -13,19 +13,17 @@ | |||
13 | </question> | 13 | </question> |
14 | <answer> | 14 | <answer> |
15 | <para> | 15 | <para> |
16 | The term "Poky" refers to the specific reference build system that | 16 | The term "<ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink>" |
17 | refers to the specific reference build system that | ||
17 | the Yocto Project provides. | 18 | the Yocto Project provides. |
18 | Poky is based on <ulink url='&YOCTO_DOCS_DEV_URL;#oe-core'>OE-Core</ulink> | 19 | Poky is based on <ulink url='&YOCTO_DOCS_DEV_URL;#oe-core'>OE-Core</ulink> |
19 | and BitBake. | 20 | and <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink>. |
20 | Thus, the generic term used here for the build system is | 21 | Thus, the generic term used here for the build system is |
21 | the "OpenEmbedded build system." | 22 | the "OpenEmbedded build system." |
22 | Development in the Yocto Project using Poky is closely tied to OpenEmbedded, with | 23 | Development in the Yocto Project using Poky is closely tied to OpenEmbedded, with |
23 | changes always being merged to OE-Core or BitBake first before being pulled back | 24 | changes always being merged to OE-Core or BitBake first before being pulled back |
24 | into Poky. | 25 | into Poky. |
25 | This practice benefits both projects immediately. | 26 | This practice benefits both projects immediately. |
26 | For a fuller description of the term "Poky", see the | ||
27 | <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>poky</ulink> term in the Yocto Project | ||
28 | Development Manual. | ||
29 | </para> | 27 | </para> |
30 | </answer> | 28 | </answer> |
31 | </qandaentry> | 29 | </qandaentry> |
@@ -95,8 +93,11 @@ | |||
95 | </question> | 93 | </question> |
96 | <answer> | 94 | <answer> |
97 | <para> | 95 | <para> |
98 | Support for an additional board is added by creating a BSP layer for it. | 96 | Support for an additional board is added by creating a |
97 | Board Support Package (BSP) layer for it. | ||
99 | For more information on how to create a BSP layer, see the | 98 | For more information on how to create a BSP layer, see the |
99 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" | ||
100 | section in the Yocto Project Development Manual and the | ||
100 | <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>. | 101 | <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>. |
101 | </para> | 102 | </para> |
102 | <para> | 103 | <para> |