summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Popa <valentin.popa@intel.com>2012-06-28 15:42:20 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-29 13:31:01 +0100
commitd7bafd3a2e5a35d05156048073c09448284fb481 (patch)
treee0cf53071c968ee206a0cf3b50b67336701fb0a6
parent934bb7bbfcfeee4da556c7ea431ce4071583bc25 (diff)
downloadpoky-d7bafd3a2e5a35d05156048073c09448284fb481.tar.gz
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 <valentin.popa@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/multilib.conf2
-rw-r--r--meta/recipes-core/images/build-appliance-image.bb (renamed from meta/recipes-core/images/self-hosted-image.bb)2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index cea8694095..92a78134fb 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -583,7 +583,7 @@ BBCLASSEXTEND_append_pn-sat-solver = " ${MULTILIBS}"
583BBCLASSEXTEND_append_pn-screen = " ${MULTILIBS}" 583BBCLASSEXTEND_append_pn-screen = " ${MULTILIBS}"
584BBCLASSEXTEND_append_pn-scrnsaverproto = " ${MULTILIBS}" 584BBCLASSEXTEND_append_pn-scrnsaverproto = " ${MULTILIBS}"
585BBCLASSEXTEND_append_pn-sed = " ${MULTILIBS}" 585BBCLASSEXTEND_append_pn-sed = " ${MULTILIBS}"
586BBCLASSEXTEND_append_pn-self-hosted-image = " ${MULTILIBS}" 586BBCLASSEXTEND_append_pn-build-appliance-image = " ${MULTILIBS}"
587BBCLASSEXTEND_append_pn-service = " ${MULTILIBS}" 587BBCLASSEXTEND_append_pn-service = " ${MULTILIBS}"
588BBCLASSEXTEND_append_pn-setserial = " ${MULTILIBS}" 588BBCLASSEXTEND_append_pn-setserial = " ${MULTILIBS}"
589BBCLASSEXTEND_append_pn-settings-daemon = " ${MULTILIBS}" 589BBCLASSEXTEND_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
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 @@
1DESCRIPTION = "Version 1.0-r6 of the self-hosted image." 1DESCRIPTION = "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>."
2IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted" 2IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted"
3 3
4LICENSE = "MIT" 4LICENSE = "MIT"