867139b8bd97e250552025f8e9b5b6e759bb23da
[AGL/meta-agl.git] / templates / base / 00_local.conf.agl.inc
1 # AGL global configuration options
2 #---------------------------------
3
4 # Set DISTRO for AGL
5 DISTRO = "poky-agl"
6
7 # AGL includes all kernel modules here for ease-of-use during development.
8 # Comment this out to be able to select the kernel modules yourself.
9 IMAGE_INSTALL_append = " kernel-modules"
10
11 # Likewise as we included all kernel modules by default in the filesystem,
12 # we do not need a separate tarball stored.
13 # Comment this out to receive the separate modules tarball again.
14 MODULE_TARBALL_DEPLOY ?= "0"
15
16 # Comment out below if want to use QtWebkit
17 PACKAGECONFIG_remove_pn-qtquick1 = "webkit"
18
19
20 ASSUME_PROVIDED_remove = "tar-native"