diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-11-30 14:28:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-09 14:30:17 +0000 |
commit | 1cc492477bfd1416655dece3f068b944452d41cc (patch) | |
tree | 3241b896c4ac78c0ea67edf0a20da2d544092eac /documentation/ref-manual | |
parent | ae6ea35b6c0435c470d692bd2c4e8be706c45d55 (diff) | |
download | poky-1cc492477bfd1416655dece3f068b944452d41cc.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/introduction.xml | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
702 | For more information on BitBake, see the | 702 | For more information on BitBake, see the |
703 | <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual</ulink>. | 703 | <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual</ulink>. |
704 | </para></listitem> | 704 | </para></listitem> |
705 | <listitem><para id='board-support-package-bsp-term'> | ||
706 | <emphasis>Board Support Package (BSP):</emphasis> | ||
707 | A group of drivers, definitions, and other components that | ||
708 | provide support for a specific hardware configuration. | ||
709 | For more information on BSPs, see the | ||
710 | <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>. | ||
711 | </para></listitem> | ||
705 | <listitem> | 712 | <listitem> |
706 | <para id='build-directory'> | 713 | <para id='build-directory'> |
707 | <emphasis>Build Directory:</emphasis> | 714 | <emphasis>Build Directory:</emphasis> |
@@ -768,6 +775,13 @@ | |||
768 | Directory. | 775 | Directory. |
769 | </note> | 776 | </note> |
770 | </para></listitem> | 777 | </para></listitem> |
778 | <listitem><para id='build-system-term'> | ||
779 | <emphasis>Build System:</emphasis> | ||
780 | The system used to build images in a Yocto Project | ||
781 | Development environment. | ||
782 | The build system is sometimes referred to as the | ||
783 | development host. | ||
784 | </para></listitem> | ||
771 | <listitem><para> | 785 | <listitem><para> |
772 | <emphasis>Classes:</emphasis> | 786 | <emphasis>Classes:</emphasis> |
773 | Files that provide for logic encapsulation and inheritance so | 787 | Files that provide for logic encapsulation and inheritance so |
@@ -973,6 +987,14 @@ | |||
973 | to build, the images to build, and use the | 987 | to build, the images to build, and use the |
974 | <filename>.bb</filename> file extension. | 988 | <filename>.bb</filename> file extension. |
975 | </para></listitem> | 989 | </para></listitem> |
990 | <listitem><para id='reference-kit-term'> | ||
991 | <emphasis>Reference Kit:</emphasis> | ||
992 | A working example of a system, which includes a | ||
993 | <link linkend='board-support-package-bsp-term'>BSP</link> | ||
994 | as well as a | ||
995 | <link linkend='build-system-term'>build system</link> | ||
996 | and other components, that can work on specific hardware. | ||
997 | </para></listitem> | ||
976 | <listitem> | 998 | <listitem> |
977 | <para id='source-directory'> | 999 | <para id='source-directory'> |
978 | <emphasis>Source Directory:</emphasis> | 1000 | <emphasis>Source Directory:</emphasis> |