From 5923db0e2b229f27cf24adf3fa3fcee628538cc8 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 4 Jul 2017 12:30:38 +0200 Subject: Add template file holding index of variables available to the user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change add a template file which is appended at the very end so the user sees the available variables and can modify its settings in a guided way. Change-Id: I459e853300790e5fce050d6b58d0b07dfd761613 Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10027 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- templates/base/99_local.conf.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/base/99_local.conf.inc diff --git a/templates/base/99_local.conf.inc b/templates/base/99_local.conf.inc new file mode 100644 index 000000000..871ea0ebf --- /dev/null +++ b/templates/base/99_local.conf.inc @@ -0,0 +1,19 @@ +######################## +# AGL DISTRO VARIABLES # +######################## + +# ARM 32bit 'medium' compiler (armv7thf instead of armv7ve) +# (only use for CPUs <= cortex-a9 / w/o virt extension - e.g. cortex-a8) +# DISTRO_FEATURES_append = " agl-medium-arm-compiler" + + +###################### +# AGL USER VARIABLES # +###################### + +# Add additional IMAGE_FSTYPES here on-top of the default ext4.xz and tar.xz +#AGL_EXTRA_IMAGE_FSTYPES = "" + +# Additional free disk space created in the image in Kbytes. +#IMAGE_ROOTFS_EXTRA_SPACE="524288" + -- cgit 1.2.3-korg