[oe-commits] Valentin Popa : build-appliance-image: rename from self-hosted-image

git at git.openembedded.org git at git.openembedded.org
Fri Jun 29 12:24:44 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 04096f31778886479dac479132bded57e717653e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=04096f31778886479dac479132bded57e717653e

Author: Valentin Popa <valentin.popa at intel.com>
Date:   Thu Jun 28 15:42:20 2012 +0300

build-appliance-image: rename from self-hosted-image

(-) renamed self-hosted-image to build-appliance-image
(-) replaced build-appliance-image description

[YOCTO #2636]

Signed-off-by: Valentin Popa <valentin.popa at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/multilib.conf                            |    2 +-
 ...lf-hosted-image.bb => build-appliance-image.bb} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index cea8694..92a7813 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -583,7 +583,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 aef1507..2b7906f 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 the<a href='http://www.yoctoproject.org/documentation/build-appliance'>Build Appliance page</a>."
 IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted"
 
 LICENSE = "MIT"





More information about the Openembedded-commits mailing list