diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-05 08:40:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:46 +0100 |
commit | 84b3daaf50b4c196e7c28951941d1824631fe570 (patch) | |
tree | b8bc387695c53612a3e475ec022f19f65ca41119 /documentation/poky-ref-manual/ref-bitbake.xml | |
parent | a3de958c637dfc91f1cc230b0d40df20a08a6390 (diff) | |
download | poky-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/poky-ref-manual/ref-bitbake.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 2 |
1 files changed, 1 insertions, 1 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. |