All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Xen: fix do_deploy dependencies
@ 2020-02-14 10:17 Bertrand Marquis
  2020-02-27 21:57 ` [meta-virtualization] " Bruce Ashfield
       [not found] ` <15F7612BAB3ECD1F.22756@lists.yoctoproject.org>
  0 siblings, 2 replies; 11+ messages in thread
From: Bertrand Marquis @ 2020-02-14 10:17 UTC (permalink / raw)
  To: meta-virtualization; +Cc: nd

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


^ permalink raw reply related	[flat|nested] 11+ messages in thread
[parent not found: <15F33D74C6BC534D.11355@lists.yoctoproject.org>]

end of thread, other threads:[~2020-02-27 21:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-14 10:17 [PATCH] Xen: fix do_deploy dependencies Bertrand Marquis
2020-02-27 21:57 ` [meta-virtualization] " Bruce Ashfield
     [not found] ` <15F7612BAB3ECD1F.22756@lists.yoctoproject.org>
2020-02-27 21:58   ` 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

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.