diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-06-14 18:12:31 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-06-23 19:37:51 +0000 |
commit | 03b7ca4d462dd6e534c8a5fc93908dcb1816550d (patch) | |
tree | 92cc5887e685320890de184bd00e91d8abb03808 /meta-agl-core/conf/include | |
parent | a3ea6603457f1265cbd458e57d29a8e4ace4fae3 (diff) |
Remove default inclusion of kernel-modules
Remove the kernel-modules meta package append to IMAGE_INSTALL
from the default base-agl.inc aglsetup.sh template, as it essentially
turns a developer convenience into default behavior that may not be
desirable by all users. Note that this does change the contents of
agl-image-(boot|minimal|weston) with respect to kernel modules on
most platforms, but if this proves problematic it is recommended that
kernel-modules be added back elsewhere in a more transparent fashion.
A corresponding change will be made in meta-agl-demo to retain the
behavior for the demo platform images.
Bug-AGL: SPEC-3983
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ie1098f25d69e721345d13db3681278543d594e78
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26431
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-core/conf/include')
-rw-r--r-- | meta-agl-core/conf/include/base-agl.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-agl-core/conf/include/base-agl.inc b/meta-agl-core/conf/include/base-agl.inc index 5ca723a10..f132359a9 100644 --- a/meta-agl-core/conf/include/base-agl.inc +++ b/meta-agl-core/conf/include/base-agl.inc @@ -1,9 +1,5 @@ -# AGL includes all kernel modules here for ease-of-use during development. -# Comment this out to be able to select the kernel modules yourself. -IMAGE_INSTALL_append = " kernel-modules" - -# Likewise as we included all kernel modules by default in the filesystem, -# we do not need a separate tarball stored. +# Disable kernel module tarballs by default on the assumption that +# desired modules will already be present in images. # Comment this out to receive the separate modules tarball again. MODULE_TARBALL_DEPLOY ?= "0" |