diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-22 12:42:57 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:54 +0000 |
commit | 7ca1a51cd3239d55d793c4beb869bd1e27b88a25 (patch) | |
tree | 8bf9c88358641ce9d18a60939559922147b687cb /documentation/dev-manual/dev-manual-newbie.xml | |
parent | 568224beef5e75f601451edbb7e00c77912e961a (diff) | |
download | poky-7ca1a51cd3239d55d793c4beb869bd1e27b88a25.tar.gz |
dev-manual: Added OpenEmbedded build system term, dumped build system
The list of terms had a "build system" term that basically
described the OpenEmbedded build system. I dumped this entry
in favor of "OpenEmbedded build system." I updated the term's
description to cover the generic term "build system" for no
confusion.
(From yocto-docs rev: 0ada8348a2ace6ce99e640d1c1f21812188151d5)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 3208bf8d99..e5f39eaaec 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -588,13 +588,6 @@ | |||
588 | Directory. | 588 | Directory. |
589 | </note> | 589 | </note> |
590 | </para></listitem> | 590 | </para></listitem> |
591 | <listitem><para id='build-system-term'><emphasis>Build System:</emphasis> | ||
592 | In the context of the Yocto Project, | ||
593 | this term refers to the OpenEmbedded build system used by the project. | ||
594 | This build system is based on the project known as "Poky." | ||
595 | For some historical information about Poky, see the | ||
596 | <link linkend='poky'>Poky</link> term. | ||
597 | </para></listitem> | ||
598 | <listitem><para><emphasis>Classes:</emphasis> Files that provide for logic encapsulation | 591 | <listitem><para><emphasis>Classes:</emphasis> Files that provide for logic encapsulation |
599 | and inheritance so that commonly used patterns can be defined once and then easily used | 592 | and inheritance so that commonly used patterns can be defined once and then easily used |
600 | in multiple recipes. | 593 | in multiple recipes. |
@@ -690,6 +683,12 @@ | |||
690 | with OpenEmbedded (OE) that is shared between OE and the Yocto Project. | 683 | with OpenEmbedded (OE) that is shared between OE and the Yocto Project. |
691 | This Metadata is found in the <filename>meta</filename> directory of the | 684 | This Metadata is found in the <filename>meta</filename> directory of the |
692 | <link linkend='source-directory'>Source Directory</link>.</para></listitem> | 685 | <link linkend='source-directory'>Source Directory</link>.</para></listitem> |
686 | <listitem><para id='build-system-term'><emphasis>OpenEmbedded Build System:</emphasis> | ||
687 | The build system in the context of the Yocto Project. | ||
688 | This build system is based on the project known as "Poky." | ||
689 | For some historical information about Poky, see the | ||
690 | <link linkend='poky'>Poky</link> term. | ||
691 | </para></listitem> | ||
693 | <listitem><para><emphasis>Package:</emphasis> | 692 | <listitem><para><emphasis>Package:</emphasis> |
694 | In the context of the Yocto Project, this term refers to a | 693 | In the context of the Yocto Project, this term refers to a |
695 | recipe's packaged output produced by BitBake (i.e. a | 694 | recipe's packaged output produced by BitBake (i.e. a |