Move feature code into the meta recipes
[AGL/meta-agl.git] / meta-agl / conf / include / base-agl.inc
1 # AGL includes all kernel modules here for ease-of-use during development.
2 # Comment this out to be able to select the kernel modules yourself.
3 IMAGE_INSTALL_append = " kernel-modules"
4
5 # Likewise as we included all kernel modules by default in the filesystem,
6 # we do not need a separate tarball stored.
7 # Comment this out to receive the separate modules tarball again.
8 MODULE_TARBALL_DEPLOY ?= "0"
9
10 # Comment out below if want to use QtWebkit
11 PACKAGECONFIG_remove_pn-qtquick1 = "webkit"
12
13
14 ASSUME_PROVIDED_remove = "tar-native"