From 1cc492477bfd1416655dece3f068b944452d41cc 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: f4401f5ab232c1b7c05ab1f07f73aeba05cc124c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/introduction.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'documentation/ref-manual/introduction.xml') diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 9e2bb9fd8f..a4b25f67d4 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