summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 23:50:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 13:08:47 +0100
commit8d40582b195ee64f227465c03293d6e50b047f64 (patch)
tree01a1367c9e3063aa82e6cf96530cddf361e5abe8 /documentation
parentfa8b2c84772fd7cdc7f36e63dd62315022964cb1 (diff)
downloadpoky-8d40582b195ee64f227465c03293d6e50b047f64.tar.gz
Rename poky-image.bbclass to core-image.bbclass
(From yocto-docs rev: c4d0d454e5b484246a9a1b0d29da41a85a8f442c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/extendpoky.xml4
1 files changed, 2 insertions, 2 deletions
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
271 <programlisting> 271 <programlisting>
272IMAGE_INSTALL = "task-core-x11-base package1 package2" 272IMAGE_INSTALL = "task-core-x11-base package1 package2"
273 273
274inherit poky-image 274inherit core-image
275 </programlisting> 275 </programlisting>
276 <para> 276 <para>
277 By creating a custom image, a developer has total control 277 By creating a custom image, a developer has total control
@@ -355,7 +355,7 @@ RRECOMMENDS_task-custom-tools = "\
355 <glossterm><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></glossterm> 355 <glossterm><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></glossterm>
356 variable. 356 variable.
357 To create these features, the best reference is 357 To create these features, the best reference is
358 <filename>meta/classes/poky-image.bbclass</filename>, which shows how poky achieves this. 358 <filename>meta/classes/core-image.bbclass</filename>, which shows how poky achieves this.
359 In summary, the file looks at the contents of the 359 In summary, the file looks at the contents of the
360 <glossterm><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></glossterm> 360 <glossterm><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></glossterm>
361 variable and then maps that into a set of tasks or packages. 361 variable and then maps that into a set of tasks or packages.