diff options
Diffstat (limited to 'documentation/poky-ref-manual/ref-bitbake.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index ff8db593e8..5055048333 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml | |||
@@ -124,10 +124,10 @@ | |||
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>packagegroup-base.bb</filename>, | 127 | <filename>packagegroup-core-x11-sato</filename>, |
128 | which in turn leads to packages like <filename>Contacts</filename>, | 128 | which in turn leads to recipes like <filename>matchbox-terminal</filename>, |
129 | <filename>Dates</filename> and <filename>BusyBox</filename>. | 129 | <filename>pcmanfm</filename> and <filename>gthumb</filename>. |
130 | These packages in turn depend on <filename>eglibc</filename> and the toolchain. | 130 | These recipes in turn depend on <filename>eglibc</filename> and the toolchain. |
131 | </para> | 131 | </para> |
132 | 132 | ||
133 | <para> | 133 | <para> |