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>
This commit is contained in:
Paul Eggleton
2012-09-05 08:40:19 -07:00
committed by Richard Purdie
parent a3de958c63
commit 84b3daaf50
2 changed files with 5 additions and 5 deletions

View File

@@ -124,7 +124,7 @@
Once a provider is selected, BitBake resolves all the dependencies for
the target.
In the case of <filename>core-image-sato</filename>, it would lead to
<filename>task-base.bb</filename>,
<filename>packagegroup-base.bb</filename>,
which in turn leads to packages like <filename>Contacts</filename>,
<filename>Dates</filename> and <filename>BusyBox</filename>.
These packages in turn depend on <filename>eglibc</filename> and the toolchain.