From e9b17e3fa7f15740d8e5cfdfe19c0565a74c0d20 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 17:25:58 +0100 Subject: Rename poky-image-* -> core-image-* and task-poky-* -> task-core-* (From yocto-docs rev: 0feb6b8f9621087ba5fd77d3c8f3e23132c97187) Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/extendpoky.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/poky-ref-manual/extendpoky.xml') diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index 6a5e1a5d8a..69ff4e2a52 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml @@ -269,7 +269,7 @@ fi The following example shows the form for the two lines you need: -IMAGE_INSTALL = "task-poky-x11-base package1 package2" +IMAGE_INSTALL = "task-core-x11-base package1 package2" inherit poky-image @@ -283,11 +283,11 @@ inherit poky-image The other method for creating a custom image is to modify an existing image. - For example, if a developer wants to add "strace" into "poky-image-sato", they can use + For example, if a developer wants to add "strace" into "core-image-sato", they can use the following recipe: -require poky-image-sato.bb +require core-image-sato.bb IMAGE_INSTALL += "strace" @@ -368,8 +368,8 @@ RRECOMMENDS_task-custom-tools = "\ Poky ships with two SSH servers you can use in your images: Dropbear and OpenSSH. Dropbear is a minimal SSH server appropriate for resource-constrained environments, while OpenSSH is a well-known standard SSH server implementation. - By default, poky-image-sato is configured to use Dropbear. - The poky-image-basic and poky-image-lsb images both include OpenSSH. + By default, core-image-sato is configured to use Dropbear. + The core-image-basic and core-image-lsb images both include OpenSSH. To change these defaults, edit the IMAGE_FEATURES variable so that it sets the image you are working with to include ssh-server-dropbear or ssh-server-openssh. @@ -412,7 +412,7 @@ DISTRO_EXTRA_RDEPENDS += "strace" $ bitbake -c clean task-boot task-base task-poky -$ bitbake poky-image-sato +$ bitbake core-image-sato -- cgit v1.2.3-54-g00ecf