summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-07-04 12:30:38 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-08-17 21:47:43 +0000
commit5923db0e2b229f27cf24adf3fa3fcee628538cc8 (patch)
tree74a19f087b53ce42c43748712f62bb1da608e16d
parent37c55f85ccf941bbbd8b3eae1eb31c596981304b (diff)
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 <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10027 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
-rw-r--r--templates/base/99_local.conf.inc19
1 files changed, 19 insertions, 0 deletions
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"
+