From a48f2fc9d5df7ceac53e35c77fb65ce5420ee51d Mon Sep 17 00:00:00 2001 From: Yannick Gicquel Date: Thu, 5 Nov 2015 15:42:34 +0100 Subject: Add kernel-modules to local.conf.sample . Change-Id: I4bd0478dd881bc557e2d64bb06693f4d011f9010 Signed-off-by: Yannick Gicquel --- meta-rcar-gen2/conf/local.conf.sample | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'meta-rcar-gen2') 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 -- cgit 1.2.3-korg