summaryrefslogtreecommitdiff
path: root/DEFAULTS
diff options
context:
space:
mode:
Diffstat (limited to '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
# -------------------------
#