From 0ef85d4da04748aa00b52cb205ad63c623764a18 Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Thu, 1 Dec 2016 11:46:58 +0000 Subject: Add cpus defaults and build-steps defaults from ybd's default.conf --- DEFAULTS | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/DEFAULTS b/DEFAULTS index 83f0afed..402e5889 100644 --- a/DEFAULTS +++ b/DEFAULTS @@ -6,6 +6,46 @@ # For more information, see: . +# 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 # ------------------------- # -- cgit v1.2.1