From 8d40582b195ee64f227465c03293d6e50b047f64 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 23:50:01 +0100 Subject: Rename poky-image.bbclass to core-image.bbclass (From yocto-docs rev: c4d0d454e5b484246a9a1b0d29da41a85a8f442c) Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/extendpoky.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index 69ff4e2a52..0b1a2233a7 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml @@ -271,7 +271,7 @@ fi IMAGE_INSTALL = "task-core-x11-base package1 package2" -inherit poky-image +inherit core-image By creating a custom image, a developer has total control @@ -355,7 +355,7 @@ RRECOMMENDS_task-custom-tools = "\ IMAGE_FEATURES variable. To create these features, the best reference is - meta/classes/poky-image.bbclass, which shows how poky achieves this. + meta/classes/core-image.bbclass, which shows how poky achieves this. In summary, the file looks at the contents of the IMAGE_FEATURES variable and then maps that into a set of tasks or packages. -- cgit v1.2.3-54-g00ecf