All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] Fix for BUG 2636
Date: Tue, 26 Jun 2012 07:37:11 -0700	[thread overview]
Message-ID: <4FE9C917.2070003@linux.intel.com> (raw)
In-Reply-To: <1340708752-6365-1-git-send-email-valentin.popa@intel.com>

On 06/26/2012 04:05 AM, Valentin Popa wrote:
> (-) renamed self-hosted-image to build-appliance-image
> (-) replaced build-appliance-image description
> (-) replaced qt4e-demo-image description
> (-) changed self-hosted-image ref in manual/doc and maintainers.inc
>
Please change the subject line to be a short description, such as
build-appliance-image: rename from self-hosted-image

Then in the body of commit add the tag:

[YOCTO #2636]

Also since this commits to 3 different repo's it needs to be split into 
three commits, documentation to yocto@yoctoproject.org, meta-yocto 
changes to poky@yoctoproject.org and the meta/* changes to 
openembedded-core@lists.openembedded.org

(BTW, I thought Cristi was working on Build appliance)

Sau!

> Signed-off-by: Valentin Popa<valentin.popa@intel.com>
> ---
>   documentation/poky-ref-manual/ref-images.xml       |    2 +-
>   meta-yocto/conf/distro/include/maintainers.inc     |    2 +-
>   meta/conf/multilib.conf                            |    2 +-
>   ...lf-hosted-image.bb =>  build-appliance-image.bb} |    2 +-
>   meta/recipes-qt/images/qt4e-demo-image.bb          |    2 +-
>   5 files changed, 5 insertions(+), 5 deletions(-)
>   rename meta/recipes-core/images/{self-hosted-image.bb =>  build-appliance-image.bb} (91%)
>
> diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml
> index eb30942..a027334 100644
> --- a/documentation/poky-ref-manual/ref-images.xml
> +++ b/documentation/poky-ref-manual/ref-images.xml
> @@ -108,7 +108,7 @@
>               instead of X11.
>               In order to build, this image requires specific distro configuration that enables
>               <filename>gtk</filename>  over<filename>directfb</filename>.</para></listitem>
> -<listitem><para><emphasis><filename>self-hosted-image</filename>:</emphasis>
> +<listitem><para><emphasis><filename>build-appliance-image</filename>:</emphasis>
>               An image you can run using the Yocto Project Build Appliance.
>               The image is suitable to load and boot from either
>               <ulink url='http://www.vmware.com/products/player/overview.html'>VMware Player</ulink>
> diff --git a/meta-yocto/conf/distro/include/maintainers.inc b/meta-yocto/conf/distro/include/maintainers.inc
> index b88fe2e..d60ee93 100644
> --- a/meta-yocto/conf/distro/include/maintainers.inc
> +++ b/meta-yocto/conf/distro/include/maintainers.inc
> @@ -577,7 +577,7 @@ RECIPE_MAINTAINER_pn-screen = "Valentin Popa<valentin.popa@intel.com>"
>   RECIPE_MAINTAINER_pn-screenshot = "Valentin Popa<valentin.popa@intel.com>"
>   RECIPE_MAINTAINER_pn-scrnsaverproto = "Laurentiu Palcu<laurentiu.palcu@intel.com>"
>   RECIPE_MAINTAINER_pn-sed = "Valentin Popa<valentin.popa@intel.com>"
> -RECIPE_MAINTAINER_pn-self-hosted-image = "Saul Wold<sgw@linux.intel.com>"
> +RECIPE_MAINTAINER_pn-build-appliance-image = "Saul Wold<sgw@linux.intel.com>"
>   RECIPE_MAINTAINER_pn-setserial = "Valentin Popa<valentin.popa@intel.com>"
>   RECIPE_MAINTAINER_pn-settings-daemon = "Valentin Popa<valentin.popa@intel.com>"
>   RECIPE_MAINTAINER_pn-sgml-common = "Scott Garman<scott.a.garman@intel.com>"
> 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..6eb88f3 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"
> diff --git a/meta/recipes-qt/images/qt4e-demo-image.bb b/meta/recipes-qt/images/qt4e-demo-image.bb
> index 794dac5..8f9478d 100644
> --- a/meta/recipes-qt/images/qt4e-demo-image.bb
> +++ b/meta/recipes-qt/images/qt4e-demo-image.bb
> @@ -1,4 +1,4 @@
> -DESCRIPTION = "Version 1.0-r1 of the qtr3-demo-image."
> +DESCRIPTION = "An image that will launch into the demo application for the embedded (not based on X11) version of Qt."
>   LICENSE = "MIT"
>   PR="r2"
>



      reply	other threads:[~2012-06-26 14:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-26 11:05 [PATCH] Fix for BUG 2636 Valentin Popa
2012-06-26 14:37 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FE9C917.2070003@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.