From f325d4334815f5d09d6d1a6ed72e54386101959f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 30 Nov 2017 14:28:39 -0800 Subject: ref-manual: Added new terms to Yocto Project Terms section. Added "BSP", "Reference Kit", and "Build System" (From yocto-docs rev: f2783d8150ea39e5e116aeebc5305e2c64c3b806) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/introduction.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index c28adea1d8..c27bf175bf 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -702,6 +702,13 @@ For more information on BitBake, see the BitBake User Manual. + + Board Support Package (BSP): + A group of drivers, definitions, and other components that + provide support for a specific hardware configuration. + For more information on BSPs, see the + Yocto Project Board Support Package (BSP) Developer's Guide. + Build Directory: @@ -768,6 +775,13 @@ Directory. + + Build System: + The system used to build images in a Yocto Project + Development environment. + The build system is sometimes referred to as the + development host. + Classes: Files that provide for logic encapsulation and inheritance so @@ -973,6 +987,14 @@ to build, the images to build, and use the .bb file extension. + + Reference Kit: + A working example of a system, which includes a + BSP + as well as a + build system + and other components, that can work on specific hardware. + Source Directory: -- cgit v1.2.3-54-g00ecf