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 @@
Once a provider is selected, BitBake resolves all the dependencies for
the target.
In the case of core-image-sato, it would lead to
- packagegroup-base.bb,
- which in turn leads to packages like Contacts,
- Dates and BusyBox.
- These packages in turn depend on eglibc and the toolchain.
+ packagegroup-core-x11-sato,
+ which in turn leads to recipes like matchbox-terminal,
+ pcmanfm and gthumb.
+ These recipes in turn depend on eglibc and the toolchain.