All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Jeremy Puhlman <jpuhlman@mvista.com>
Cc: meta-virtualization@lists.yoctoproject.org,
	Corey Minyard <cminyard@mvista.com>
Subject: Re: [meta-virtualization][master,dunfell][PATCH] xen-hypervisor: Check for the right image in uncompressed deploy
Date: Sun, 26 Apr 2020 21:48:49 -0400	[thread overview]
Message-ID: <20200427014848.GB19175@gmail.com> (raw)
In-Reply-To: <20200420171739.12379-1-jpuhlman@mvista.com>

merged.

Bruce


In message: [meta-virtualization][master,dunfell][PATCH] xen-hypervisor: Check for the right image in uncompressed deploy
on 20/04/2020 Jeremy Puhlman wrote:

> From: Corey Minyard <cminyard@mvista.com>
> 
> The deploy for the uncompressed image was checking if a .gz file exists,
> it should instead check for a straight xen file.
> 
> Signed-off-by: Corey Minyard <cminyard@mvista.com>
> Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
> ---
>  recipes-extended/xen/xen-hypervisor.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-extended/xen/xen-hypervisor.inc b/recipes-extended/xen/xen-hypervisor.inc
> index 21d9c7f..c386917 100644
> --- a/recipes-extended/xen/xen-hypervisor.inc
> +++ b/recipes-extended/xen/xen-hypervisor.inc
> @@ -47,7 +47,7 @@ do_install() {
>  do_deploy() {
>      install -d ${DEPLOYDIR}
>  
> -    if [ -f ${B}/xen/xen.gz ]; then
> +    if [ -f ${B}/xen/xen ]; then
>          install -m 0644 ${B}/xen/xen ${DEPLOYDIR}/xen-${MACHINE}
>      fi
>  
> -- 
> 2.20.1
> 

> 


      parent reply	other threads:[~2020-04-27  1:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-20 17:17 [meta-virtualization][master,dunfell][PATCH] xen-hypervisor: Check for the right image in uncompressed deploy Jeremy Puhlman
2020-04-21 20:05 ` Christopher Clark
2020-04-27  1:48 ` Bruce Ashfield [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=20200427014848.GB19175@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=cminyard@mvista.com \
    --cc=jpuhlman@mvista.com \
    --cc=meta-virtualization@lists.yoctoproject.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.