summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
authorBen Howard <ben.howard@canonical.com>2011-09-30 16:24:08 -0600
committerDaniel Baumann <daniel@debian.org>2011-10-05 07:38:53 +0200
commitd90c311ef937a95ead004142c1d0740eca313a0a (patch)
treee2a020b20c2529d56068da01b7fa7981b21c34fc /functions/defaults.sh
parent9e5218ec75190dc497224d41f68939f460573754 (diff)
downloadvyos-live-build-d90c311ef937a95ead004142c1d0740eca313a0a.tar.gz
vyos-live-build-d90c311ef937a95ead004142c1d0740eca313a0a.zip
Adding foreign bootstrap via qemu for cross arch building.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 52b710724..a0dfd2bbc 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1276,4 +1276,13 @@ Check_defaults ()
fi
fi
+ # Architectures to use foreign bootstrap for
+ LB_BOOTSTRAP_QEMU_ARCHITECTURES="${LB_BOOTSTRAP_QEMU_ARCHITECTURES:-}"
+
+ # Packages to exclude for the foreign/ports bootstrapping
+ LB_BOOTSTRAP_QEMU_EXCLUDE="${LB_PORTS_BOOTSTRAP_EXCLUDE:-}"
+
+ # Ports using foreign bootstrap need a working qemu-*-system. This is the location it
+ LB_BOOTSTRAP_QEMU_STATIC="${LB_BOOTSTRAP_QEMU_STATIC:-}"
+
}