From: Valentin Popa Date: Thu, 28 Jun 2012 12:42:20 +0000 (+0300) Subject: build-appliance-image: rename from self-hosted-image X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bf133c331029ac588b27173145db5be5f6ee1ef5;p=openembedded-core.git build-appliance-image: rename from self-hosted-image (-) renamed self-hosted-image to build-appliance-image (-) replaced build-appliance-image description [YOCTO #2636] (From OE-Core rev: 04096f31778886479dac479132bded57e717653e) Signed-off-by: Valentin Popa Signed-off-by: Richard Purdie --- diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 3b47c482bf..950f7cb4d4 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -581,7 +581,7 @@ BBCLASSEXTEND_append_pn-sat-solver = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-screen = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-scrnsaverproto = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-sed = " ${MULTILIBS}" -BBCLASSEXTEND_append_pn-self-hosted-image = " ${MULTILIBS}" +BBCLASSEXTEND_append_pn-build-appliance-image = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-service = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-setserial = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-settings-daemon = " ${MULTILIBS}" diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/build-appliance-image.bb similarity index 91% rename from meta/recipes-core/images/self-hosted-image.bb rename to meta/recipes-core/images/build-appliance-image.bb index aef1507b05..2b7906ff8d 100644 --- a/meta/recipes-core/images/self-hosted-image.bb +++ b/meta/recipes-core/images/build-appliance-image.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Version 1.0-r6 of the self-hosted image." +DESCRIPTION = "An image you can boot and run using either the VMware Player or VMware Workstation. For more information, see theBuild Appliance page." IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted" LICENSE = "MIT"