From 5334d458c46533c51bc6879b1026181f9ac453ae Mon Sep 17 00:00:00 2001 From: Ronan Date: Fri, 20 Jan 2017 16:57:00 +0100 Subject: 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 --- templates/base/00_local.conf.agl.inc | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'templates/base/00_local.conf.agl.inc') 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 -- cgit 1.2.3-korg