summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-11-03 01:54:34 +0100
committerStefan Agner <stefan.agner@toradex.com>2015-11-03 01:54:34 +0100
commit14f270cf9a896c491ce204043df8555186472919 (patch)
treecd0754dff2273772fb2f0bee5e3c56bbc0316f45 /buildconf/local.conf
parentef33416646c6e8f296b26cfbd4556514db206b7d (diff)
local.conf: add Toradex source mirror as pre-mirror
To download the sources mirrored on sources.toradex.com add the Toradex mirror as pre-mirror.
Diffstat (limited to 'buildconf/local.conf')
-rw-r--r--buildconf/local.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 31fc23c..1535ee1 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -241,6 +241,9 @@ CONF_VERSION = "1"
# Delete the the source/object/binary files once a package is built to preserve disk space
INHERIT += "rm_work"
+# Add Toradex source mirror
+INHERIT += "toradex-mirrors"
+
# Use this distro
DISTRO = "angstrom-v2015.06"