All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] raisin: disable stubdoms and etherboot in xen
@ 2015-11-12 16:12 Stefano Stabellini
  2015-11-12 16:23 ` Ian Campbell
  2015-11-16  9:39 ` George Dunlap
  0 siblings, 2 replies; 5+ messages in thread
From: Stefano Stabellini @ 2015-11-12 16:12 UTC (permalink / raw)
  To: xen-devel; +Cc: Stefano Stabellini

Raisin is about cloning (or downloading) components explicitly and
independently, rather than having the Xen build system clone and build
stuff as part of the build process.

Unfortunately it is not possible to build stubdoms outside the Xen tree
today, so just disable stubdoms for the moment.

Similarly etherboot support requires downloading ipxe, so remove it for
now.

With this patch, building Xen via Raisin doesn't fetch anything from the
web, aside from what is configure in the config file.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

---

diff --git a/components/xen b/components/xen
index 090cceb..894d119 100644
--- a/components/xen
+++ b/components/xen
@@ -42,10 +42,13 @@ function xen_build() {
     then
         ovmf_opt="--enable-ovmf --with-system-ovmf="$BASEDIR"/ovmf-dir/ovmf.bin"
     fi
+    export ETHERBOOT_NICS=""
     ./configure --prefix=$PREFIX --with-system-qemu=$PREFIX/lib/xen/bin/qemu-system-i386 \
-        --disable-qemu-traditional --enable-rombios $seabios_opt $ovmf_opt
+        --disable-stubdom --disable-qemu-traditional \
+        --enable-rombios $seabios_opt $ovmf_opt
     $RAISIN_MAKE
     $RAISIN_MAKE install DESTDIR="$INST_DIR"
+    unset ETHERBOOT_NICS
     cd "$BASEDIR"
 }

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

end of thread, other threads:[~2015-11-20 10:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-12 16:12 [PATCH] raisin: disable stubdoms and etherboot in xen Stefano Stabellini
2015-11-12 16:23 ` Ian Campbell
2015-11-12 17:04   ` Stefano Stabellini
2015-11-16  9:39 ` George Dunlap
2015-11-20 10:53   ` Stefano Stabellini

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.