Remove default inclusion of kernel-modules
[AGL/meta-agl.git] / meta-agl-core / conf / include / base-agl.inc
1 # Disable kernel module tarballs by default on the assumption that
2 # desired modules will already be present in images.
3 # Comment this out to receive the separate modules tarball again.
4 MODULE_TARBALL_DEPLOY ?= "0"
5
6 # Comment out below if want to use QtWebkit
7 PACKAGECONFIG_remove_pn-qtquick1 = "webkit"
8
9
10 ASSUME_PROVIDED_remove = "tar-native"
11
12 # Use static IDs to enable full-filesystem updates
13 USERADDEXTENSION = "useradd-staticids"
14 USERADD_ERROR_DYNAMIC = "error"
15 USERADD_GID_TABLES = "files/group"
16 USERADD_UID_TABLES = "files/passwd"
17
18 AGL_FEATURES += "aglcore"