summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2016-12-01 11:46:58 +0000
committerGitLab <gitlab@gitlab.com>2016-12-12 12:33:53 +0000
commit0ef85d4da04748aa00b52cb205ad63c623764a18 (patch)
tree31f66f7d89bc6bdbd372a89daf0069aa218fd932
parentb78bad6ab31d3e6d3351070c847dc8ce05e21069 (diff)
downloaddefinitions-staging/defaults.tar.gz
Add cpus defaults and build-steps defaults from ybd's default.confstaging/defaults
-rw-r--r--DEFAULTS40
1 files changed, 40 insertions, 0 deletions
diff --git a/DEFAULTS b/DEFAULTS
index 83f0afed..402e5889 100644
--- a/DEFAULTS
+++ b/DEFAULTS
@@ -6,6 +6,46 @@
# For more information, see: <http://wiki.baserock.org/definitions/current>.
+# Baserock Definitions Build Step Defaults
+# ----------------------------------------
+#
+# The default names and ordering for build steps in a given chunk.
+#
+build-steps: ['pre-bootstrap-commands',
+ 'bootstrap-commands',
+ 'post-bootstrap-commands',
+ 'pre-configure-commands',
+ 'configure-commands',
+ 'post-configure-commands',
+ 'pre-build-commands',
+ 'build-commands',
+ 'post-build-commands',
+ 'pre-test-commands',
+ 'test-commands',
+ 'post-test-commands',
+ 'pre-install-commands',
+ 'install-commands',
+ 'post-install-commands',
+ 'pre-strip-commands',
+ 'strip-commands',
+ 'post-strip-commands']
+
+
+# Predefined architecture constants
+# ---------------------------------
+#
+# Mapping from definitions architecture keywords to compiler keywords
+#
+cpus:
+ x86_32: 'i686'
+ armv8l64: 'aarch64'
+ armv8b64: 'aarch64_be'
+ mips64b: 'mips64'
+ mips64l: 'mips64el'
+ mips32b: 'mips'
+ mips32l: 'mipsel'
+
+
# Predefined build commands
# -------------------------
#