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 @@ - The term "Poky" refers to the specific reference build system that + The term "Poky" + refers to the specific reference build system that the Yocto Project provides. Poky is based on OE-Core - and BitBake. + and BitBake. Thus, the generic term used here for the build system is the "OpenEmbedded build system." Development in the Yocto Project using Poky is closely tied to OpenEmbedded, with changes always being merged to OE-Core or BitBake first before being pulled back into Poky. This practice benefits both projects immediately. - For a fuller description of the term "Poky", see the - poky term in the Yocto Project - Development Manual. @@ -95,8 +93,11 @@ - Support for an additional board is added by creating a BSP layer for it. + Support for an additional board is added by creating a + Board Support Package (BSP) layer for it. For more information on how to create a BSP layer, see the + "Understanding and Creating Layers" + section in the Yocto Project Development Manual and the Yocto Project Board Support Package (BSP) Developer's Guide.