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: