diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 50ef6243ab..ccd29e246d 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -304,7 +304,7 @@ Metadata: The files that BitBake parses when building an image. Metadata includes recipes, classes, and configuration files. - OE-Core: A core set of metadata originating + OE-Core: A core set of metadata originating with OpenEmbedded (OE) that is shared between OE and the Yocto Project. This metadata is found in the meta directory of the source directory. diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 80b8501700..8054b11077 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml @@ -63,7 +63,7 @@ - How can you claim Poky is stable? + How can you claim Poky / OpenEmbedded-Core is stable? @@ -71,11 +71,13 @@ There are three areas that help with stability; The Yocto Project team keeps - Poky small and focused. - It contains around 650 packages as compared to over 5000 for full - OpenEmbedded. - The Yocto Project only supports hardware that the - team has access to for testing. + OE-Core small + and focused, containing around 830 recipes as opposed to the thousands + available in other OpenEmbedded community layers. + Keeping it small makes it easy to test and maintain. + The Yocto Project team runs manual and automated tests + using a small, fixed set of reference hardware as well as emulated + targets. The Yocto Project uses an an autobuilder, which provides continuous build and integration tests.