summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-07 14:38:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-12 22:25:17 +0100
commitadde3395966018579e629d97faa3cbfa19e2cac3 (patch)
tree822d8a123202881559accef6950c408751f9208a /bitbake
parent0a0d01adddf6b4abc91f3fda93055da061f82a5d (diff)
downloadpoky-adde3395966018579e629d97faa3cbfa19e2cac3.tar.gz
bitbake: bitbake-user-manual: Updated "OpenEmbedded-Core" term.
Made sure that the terms "OpenEmbedded-Core" and "OE-Core" are used as such throughout the manual. (Bitbake rev: 677e58f8616a4bf58772e54d2313af3885a3b110) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml2
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
index e4cc422ea4..f1caaecd2d 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
@@ -781,7 +781,7 @@
781 The code in <filename>meta/lib/oe/sstatesig.py</filename> shows two examples 781 The code in <filename>meta/lib/oe/sstatesig.py</filename> shows two examples
782 of this and also illustrates how you can insert your own policy into the system 782 of this and also illustrates how you can insert your own policy into the system
783 if so desired. 783 if so desired.
784 This file defines the two basic signature generators OpenEmbedded Core 784 This file defines the two basic signature generators OpenEmbedded-Core
785 uses: "OEBasic" and "OEBasicHash". 785 uses: "OEBasic" and "OEBasicHash".
786 By default, there is a dummy "noop" signature handler enabled in BitBake. 786 By default, there is a dummy "noop" signature handler enabled in BitBake.
787 This means that behavior is unchanged from previous versions. 787 This means that behavior is unchanged from previous versions.
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index cee6c94753..0313359d98 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -78,7 +78,7 @@
78 </para> 78 </para>
79 79
80 <para> 80 <para>
81 In OpenEmbedded Core, <filename>ASSUME_PROVIDED</filename> 81 In OpenEmbedded-Core, <filename>ASSUME_PROVIDED</filename>
82 mostly specifies native tools that should not be built. 82 mostly specifies native tools that should not be built.
83 An example is <filename>git-native</filename>, which 83 An example is <filename>git-native</filename>, which
84 when specified allows for the Git binary from the host to 84 when specified allows for the Git binary from the host to
@@ -964,7 +964,7 @@
964 Allows you to extend a recipe so that it builds variants 964 Allows you to extend a recipe so that it builds variants
965 of the software. 965 of the software.
966 Some examples of these variants for recipes from the 966 Some examples of these variants for recipes from the
967 OpenEmbedded Core metadata are "natives" such as 967 OpenEmbedded-Core metadata are "natives" such as
968 <filename>quilt-native</filename>, which is a copy of 968 <filename>quilt-native</filename>, which is a copy of
969 Quilt built to run on the build system; "crosses" such 969 Quilt built to run on the build system; "crosses" such
970 as <filename>gcc-cross</filename>, which is a compiler 970 as <filename>gcc-cross</filename>, which is a compiler
@@ -980,7 +980,7 @@
980 amount of code, it usually is as simple as adding the 980 amount of code, it usually is as simple as adding the
981 variable to your recipe. 981 variable to your recipe.
982 Here are two examples. 982 Here are two examples.
983 The "native" variants are from the OpenEmbedded Core 983 The "native" variants are from the OpenEmbedded-Core
984 metadata: 984 metadata:
985 <literallayout class='monospaced'> 985 <literallayout class='monospaced'>
986 BBCLASSEXTEND =+ "native nativesdk" 986 BBCLASSEXTEND =+ "native nativesdk"