diff options
author | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2015-11-05 15:42:34 +0100 |
---|---|---|
committer | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2015-11-05 15:43:58 +0100 |
commit | a48f2fc9d5df7ceac53e35c77fb65ce5420ee51d (patch) | |
tree | 2f3cbcccb1487d88533b4abe470f044b7ea7b88d /meta-rcar-gen2 | |
parent | eced0da1d9b2848f53429e8333dce22cbae29a6a (diff) |
Add kernel-modules to local.conf.sample .
Change-Id: I4bd0478dd881bc557e2d64bb06693f4d011f9010
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2')
-rw-r--r-- | meta-rcar-gen2/conf/local.conf.sample | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-rcar-gen2/conf/local.conf.sample b/meta-rcar-gen2/conf/local.conf.sample index 76c15e2..9fc34b9 100644 --- a/meta-rcar-gen2/conf/local.conf.sample +++ b/meta-rcar-gen2/conf/local.conf.sample @@ -404,6 +404,24 @@ PACKAGECONFIG_append_pn-qemu-native = " sdl" PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" ASSUME_PROVIDED += "libsdl-native" +############### +# +# AGL specifics +# +############### + +# 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. +# Comment this out to receive the separate modules tarbal again. +MODULE_TARBALL_DEPLOY ?= "0" + +############### +# /END AGL +############### # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to # track the version of this file when it was generated. This can safely be ignored if |