Convert to new override syntax
[AGL/meta-agl.git] / templates / base / 99_local.conf.inc
1 ########################
2 # AGL DISTRO VARIABLES #
3 ########################
4
5 # ARM 32bit 'medium' compiler (armv7thf instead of armv7ve)
6 # (only use for CPUs <= cortex-a9 / w/o virt extension - e.g. cortex-a8)
7 # AGL_FEATURES:append = " agl-medium-arm-compiler"
8
9
10 ######################
11 # AGL USER VARIABLES #
12 ######################
13
14 # Add additional IMAGE_FSTYPES here on-top of the default ext4.xz and tar.xz
15 #AGL_EXTRA_IMAGE_FSTYPES = ""
16
17 # Additional free disk space created in the image in Kbytes.
18 #IMAGE_ROOTFS_EXTRA_SPACE="524288"
19
20 # meta-agl/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init.bbappend
21 # AGL's compositor is started instead of weston like so
22 # AGL_DEFAULT_WESTONSTART ?= "/usr/bin/agl-compositor --config ${sysconfdir}/xdg/weston/weston.ini"
23 # you can redefine it using this variable to go back to weston,
24 # but be careful that this needs further changes to work !
25 # Especially the AGL demo apps will not work as-is.
26 #AGL_DEFAULT_WESTONSTART = "/usr/bin/weston"
27
28 # meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend
29 # This defines the QT integration. We default to xdg-shell
30 # AGL_DEFAULT_WM_SHELL ?= "xdg-shell"
31 # you can redefine it using this variable to e.g. use ivi-shell
32 # but be careful that this needs further changes to work !
33 #AGL_DEFAULT_WM_SHELL = ""