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 @@
Once a provider is selected, BitBake resolves all the dependencies for
the target.
In the case of core-image-sato, it would lead to
- task-base.bb,
+ packagegroup-base.bb,
which in turn leads to packages like Contacts,
Dates and BusyBox.
These packages in turn depend on eglibc and the toolchain.
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 362ece4176..b1e3cd3edc 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1311,7 +1311,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
The build process depends on these packages being present.
Furthermore, because this is a "machine essential" variable, the list of
packages are essential for the machine to boot.
- The impact of this variable affects images based on task-core-boot,
+ The impact of this variable affects images based on packagegroup-core-boot,
including the core-image-minimal image.
@@ -1341,7 +1341,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
The build process does not depend on these packages being present.
Furthermore, because this is a "machine essential" variable, the list of
packages are essential for the machine to boot.
- The impact of this variable affects images based on task-core-boot,
+ The impact of this variable affects images based on packagegroup-core-boot,
including the core-image-minimal image.
@@ -1388,7 +1388,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
Even though these packages are not essential for the machine to boot,
the build process depends on them being present.
The impact of this variable affects all images based on
- task-base, which does not include the
+ packagegroup-base, which does not include the
core-image-minimal or core-image-basic
images.
@@ -1425,7 +1425,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
The package being built has no build dependency on the list of packages
with this variable.
The impact of this variable affects only images based on
- task-base, which does not include the
+ packagegroup-base, which does not include the
core-image-minimal or core-image-basic
images.