1 # AGL global configuration options
2 #---------------------------------
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"
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"
16 # Comment out below if want to use QtWebkit
17 PACKAGECONFIG_remove_pn-qtquick1 = "webkit"