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:
parent
9b59e02dea
commit
5e3c8b3e13
|
|
@ -1,6 +1,3 @@
|
|||
include dey.conf
|
||||
|
||||
DISTRO_FEATURES += "x11"
|
||||
|
||||
# Disable network manager (included in packagegroup-core-x11-sato)
|
||||
NETWORK_MANAGER = ""
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
# Copyright (C) 2014 Digi International
|
||||
|
||||
# Disable network manager
|
||||
NETWORK_MANAGER = ""
|
||||
Loading…
Reference in New Issue