From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Bertrand Marquis <bertrand.marquis@arm.com>
Cc: meta-virtualization@lists.yoctoproject.org, nd@arm.com
Subject: Re: [meta-virtualization] [PATCH] Xen: fix do_deploy dependencies
Date: Thu, 27 Feb 2020 16:57:10 -0500 [thread overview]
Message-ID: <20200227215710.GB36079@gmail.com> (raw)
In-Reply-To: <20200214101719.6674-1-bertrand.marquis@arm.com>
merged.
Bruce
In message: [meta-virtualization] [PATCH] Xen: fix do_deploy dependencies
on 14/02/2020 Bertrand Marquis wrote:
> do_deploy is using the files installed during do_install and it must be
> executed after it but before do_build. This is fixing SSTATE behaviour
> which had previously an empty scene in some cases.
>
> Change-Id: I04b1f652c697ed0bc7e262571dd03e123ac096f6
> Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
> ---
> recipes-extended/xen/xen.inc | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index 36ab78e..41b1983 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -1099,7 +1099,9 @@ do_deploy() {
> fi
> }
>
> -addtask deploy after do_populate_sysroot
> +# do_deploy is using files created during do_install so force it to be called
> +# after do_install but before do_build
> +addtask deploy before do_build after do_install
>
> # Enable use of menuconfig directly from bitbake and also within the devshell
> OE_TERMINAL_EXPORTS += "HOST_EXTRACFLAGS HOSTLDFLAGS TERMINFO"
> --
> 2.17.1
>
>
next prev parent reply other threads:[~2020-02-27 21:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-14 10:17 [PATCH] Xen: fix do_deploy dependencies Bertrand Marquis
2020-02-27 21:57 ` Bruce Ashfield [this message]
[not found] ` <15F7612BAB3ECD1F.22756@lists.yoctoproject.org>
2020-02-27 21:58 ` [meta-virtualization] " Bruce Ashfield
[not found] <15F33D74C6BC534D.11355@lists.yoctoproject.org>
2020-02-19 13:09 ` Bertrand Marquis
2020-02-19 13:31 ` Bruce Ashfield
2020-02-19 13:47 ` Bertrand Marquis
2020-02-19 14:00 ` Bruce Ashfield
2020-02-20 18:41 ` Christopher Clark
2020-02-21 9:08 ` Bertrand Marquis
2020-02-24 4:55 ` Christopher Clark
2020-02-24 9:20 ` Bertrand Marquis
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=20200227215710.GB36079@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=bertrand.marquis@arm.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=nd@arm.com \
/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.