meta-digi-dey: move NETWORK_MANAGER variable to x11-sato bbappend

NETWORK_MANAGER is a packagegroup-core-x11-sato recipe variable, so
override it in a bbappend instead of at a distro level.

At the same time remove a useless WEB variable from the image recipe.
WEB is a packagegroup-core-x11-sato local variable as well, and
overriding it in another recipe does not have any effect, so just
remove it.

https://jira.digi.com/browse/DEL-858

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-09-25 16:21:35 +02:00
parent 9b59e02dea
commit 5e3c8b3e13
3 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,3 @@
include dey.conf
DISTRO_FEATURES += "x11"
# Disable network manager (included in packagegroup-core-x11-sato)
NETWORK_MANAGER = ""

View File

@ -18,8 +18,6 @@ include dey-image-minimal.bb
REQUIRED_DISTRO_FEATURES = "x11"
WEB = "web-webkit"
SOC_IMAGE_INSTALL = ""
SOC_IMAGE_INSTALL_mx5 = "amd-gpu-x11-bin-mx51"
SOC_IMAGE_INSTALL_mx6 = "gpu-viv-bin-mx6q gpu-viv-g2d"

View File

@ -0,0 +1,4 @@
# Copyright (C) 2014 Digi International
# Disable network manager
NETWORK_MANAGER = ""