summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-bitbake.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-bitbake.xml')
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml2
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.