diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2017-01-20 16:57:00 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-26 14:15:04 +0000 |
commit | 5334d458c46533c51bc6879b1026181f9ac453ae (patch) | |
tree | e076c0f6663f08e20b9ba4a3c738a8b883a978f0 /templates/base/00_local.conf.agl.inc | |
parent | ed80d741150b6f29d72f028651ab0ab83734a2b9 (diff) |
Move feature code into the meta recipes
* Having a minimlal local.conf serving the only purpose
of user customization is the "Yocto" way of doing things
* After a source synchronization (repo sync), feature code
must be update without regenerate local.conf
Change-Id: I0bb0861f4c07a8b57cb59a03f6ffe9d2d693cbbe
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'templates/base/00_local.conf.agl.inc')
-rw-r--r-- | templates/base/00_local.conf.agl.inc | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/templates/base/00_local.conf.agl.inc b/templates/base/00_local.conf.agl.inc index 867139b8b..1cfd90557 100644 --- a/templates/base/00_local.conf.agl.inc +++ b/templates/base/00_local.conf.agl.inc @@ -4,17 +4,5 @@ # Set DISTRO for AGL DISTRO = "poky-agl" -# 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 tarball again. -MODULE_TARBALL_DEPLOY ?= "0" - -# Comment out below if want to use QtWebkit -PACKAGECONFIG_remove_pn-qtquick1 = "webkit" - - -ASSUME_PROVIDED_remove = "tar-native" +#see meta-agl/meta-agl/conf/include/base-agl.inc +require conf/include/base-agl.inc |