SPEC-3723: restructure meta-agl
[AGL/meta-agl.git] / meta-agl-core / 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"
15
16 # Use static IDs to enable full-filesystem updates
17 USERADDEXTENSION = "useradd-staticids"
18 USERADD_ERROR_DYNAMIC = "error"
19 USERADD_GID_TABLES = "files/group"
20 USERADD_UID_TABLES = "files/passwd"
21
22 AGL_FEATURES += "aglcore"