summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-05 08:40:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:46 +0100
commit84b3daaf50b4c196e7c28951941d1824631fe570 (patch)
treeb8bc387695c53612a3e475ec022f19f65ca41119 /documentation
parenta3de958c637dfc91f1cc230b0d40df20a08a6390 (diff)
downloadpoky-84b3daaf50b4c196e7c28951941d1824631fe570.tar.gz
documentation/poky-ref-manual: fix for rename of task to packagegroup
(From yocto-docs rev: da0c9fa6d43d32f59bd935ae0fee533fc94fda95) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml2
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml8
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index 330d72ef91..ff8db593e8 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -124,7 +124,7 @@
124 Once a provider is selected, BitBake resolves all the dependencies for 124 Once a provider is selected, BitBake resolves all the dependencies for
125 the target. 125 the target.
126 In the case of <filename>core-image-sato</filename>, it would lead to 126 In the case of <filename>core-image-sato</filename>, it would lead to
127 <filename>task-base.bb</filename>, 127 <filename>packagegroup-base.bb</filename>,
128 which in turn leads to packages like <filename>Contacts</filename>, 128 which in turn leads to packages like <filename>Contacts</filename>,
129 <filename>Dates</filename> and <filename>BusyBox</filename>. 129 <filename>Dates</filename> and <filename>BusyBox</filename>.
130 These packages in turn depend on <filename>eglibc</filename> and the toolchain. 130 These packages in turn depend on <filename>eglibc</filename> and the toolchain.
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 362ece4176..b1e3cd3edc 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1311,7 +1311,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
1311 The build process depends on these packages being present. 1311 The build process depends on these packages being present.
1312 Furthermore, because this is a "machine essential" variable, the list of 1312 Furthermore, because this is a "machine essential" variable, the list of
1313 packages are essential for the machine to boot. 1313 packages are essential for the machine to boot.
1314 The impact of this variable affects images based on <filename>task-core-boot</filename>, 1314 The impact of this variable affects images based on <filename>packagegroup-core-boot</filename>,
1315 including the <filename>core-image-minimal</filename> image. 1315 including the <filename>core-image-minimal</filename> image.
1316 </para> 1316 </para>
1317 <para> 1317 <para>
@@ -1341,7 +1341,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
1341 The build process does not depend on these packages being present. 1341 The build process does not depend on these packages being present.
1342 Furthermore, because this is a "machine essential" variable, the list of 1342 Furthermore, because this is a "machine essential" variable, the list of
1343 packages are essential for the machine to boot. 1343 packages are essential for the machine to boot.
1344 The impact of this variable affects images based on <filename>task-core-boot</filename>, 1344 The impact of this variable affects images based on <filename>packagegroup-core-boot</filename>,
1345 including the <filename>core-image-minimal</filename> image. 1345 including the <filename>core-image-minimal</filename> image.
1346 </para> 1346 </para>
1347 <para> 1347 <para>
@@ -1388,7 +1388,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
1388 Even though these packages are not essential for the machine to boot, 1388 Even though these packages are not essential for the machine to boot,
1389 the build process depends on them being present. 1389 the build process depends on them being present.
1390 The impact of this variable affects all images based on 1390 The impact of this variable affects all images based on
1391 <filename>task-base</filename>, which does not include the 1391 <filename>packagegroup-base</filename>, which does not include the
1392 <filename>core-image-minimal</filename> or <filename>core-image-basic</filename> 1392 <filename>core-image-minimal</filename> or <filename>core-image-basic</filename>
1393 images. 1393 images.
1394 </para> 1394 </para>
@@ -1425,7 +1425,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
1425 The package being built has no build dependency on the list of packages 1425 The package being built has no build dependency on the list of packages
1426 with this variable. 1426 with this variable.
1427 The impact of this variable affects only images based on 1427 The impact of this variable affects only images based on
1428 <filename>task-base</filename>, which does not include the 1428 <filename>packagegroup-base</filename>, which does not include the
1429 <filename>core-image-minimal</filename> or <filename>core-image-basic</filename> 1429 <filename>core-image-minimal</filename> or <filename>core-image-basic</filename>
1430 images. 1430 images.
1431 </para> 1431 </para>