Add template file holding index of variables available to the user 27/10027/3
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 4 Jul 2017 10:30:38 +0000 (12:30 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 17 Aug 2017 21:47:43 +0000 (21:47 +0000)
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>

templates/base/99_local.conf.inc [new file with mode: 0644]

diff --git a/templates/base/99_local.conf.inc b/templates/base/99_local.conf.inc
new file mode 100644 (file)
index 0000000..871ea0e
--- /dev/null
@@ -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"
+