All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.6] tools: Don't try to update the firmware directory on ARM
@ 2015-08-07 17:27 Julien Grall
  2015-08-08 15:16 ` Wei Liu
  2015-08-13  9:44 ` Wei Liu
  0 siblings, 2 replies; 7+ messages in thread
From: Julien Grall @ 2015-08-07 17:27 UTC (permalink / raw)
  To: xen-devel
  Cc: Wei Liu, ian.campbell, Stefano Stabellini, Ian Jackson,
	Julien Grall, stefano.stabellini

The firmware directory is not built at all on ARM. Attempting to update
it using the target subtree-force-update will fail when try to update
seabios.

Signed-off-by: Julien Grall <julien.grall@citrix.com>

---
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>

    I've noticed it while trying to update the QEMU tree used by Xen on
    a platform where iasl is not present (required by seabios in order
    to update it).

    I think this should go in Xen 4.6 and possibly backport to Xen 4.5
---
 tools/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/Makefile b/tools/Makefile
index 45cb4b2..2618559 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -305,7 +305,9 @@ endif
 ifeq ($(CONFIG_QEMU_TRAD),y)
 	$(MAKE) qemu-xen-traditional-dir-force-update
 endif
+ifeq ($(CONFIG_X86),y)
 	$(MAKE) -C firmware subtree-force-update
+endif
 
 subtree-force-update-all:
 	$(MAKE) qemu-xen-dir-force-update
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-08-13 10:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07 17:27 [PATCH for-4.6] tools: Don't try to update the firmware directory on ARM Julien Grall
2015-08-08 15:16 ` Wei Liu
2015-08-09 13:49   ` Julien Grall
2015-08-11 12:22     ` Ian Campbell
2015-08-11 12:28       ` Wei Liu
2015-08-13  9:44 ` Wei Liu
2015-08-13 10:31   ` Ian Campbell

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.