From 84b3daaf50b4c196e7c28951941d1824631fe570 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 5 Sep 2012 08:40:19 -0700 Subject: documentation/poky-ref-manual: fix for rename of task to packagegroup (From yocto-docs rev: da0c9fa6d43d32f59bd935ae0fee533fc94fda95) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-bitbake.xml | 2 +- documentation/poky-ref-manual/ref-variables.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation') 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. -- cgit v1.2.3-54-g00ecf