From: Jan-Simon Möller Date: Tue, 4 Jul 2017 10:30:38 +0000 (+0200) Subject: Add template file holding index of variables available to the user X-Git-Tag: 4.99.1~50 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F10027%2F3;p=AGL%2Fmeta-agl.git Add template file holding index of variables available to the user 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 --- 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" +