diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index f100683ebc..2c856d5a5c 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -36,11 +36,15 @@ Welcome! Welcome to the Yocto Project! - The Yocto Project is an open-source collaboration project focused on embedded Linux - developers. - Among other things, the Yocto Project uses a build system based on the Poky project - to construct complete Linux images. - The Poky project, in turn, draws from and contributes back to the OpenEmbedded project. + The Yocto Project is an open-source collaboration project focused on + embedded Linux developers. + Among other things, the Yocto Project uses a build system based on the + OpenEmbedded (OE) project, which uses the + BitBake + tool, to construct complete Linux images. + The BitBake and OE components are combined together to form + Poky, + a reference build system.