meta-digi: disable atheros kernel module for ccimx6sbc
The external kernel module does not build with linux 3.14, and we want to test the upstream driver included in the kernel tree. So for the moment disable the external kernel module, to allow start building images in the buildserver. https://jira.digi.com/browse/DEL-1748 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
4077100240
commit
66853e465f
|
|
@ -11,7 +11,7 @@ inherit packagegroup
|
|||
WIRELESS_MODULE ?= ""
|
||||
WIRELESS_MODULE_append_mx5 = "${@base_contains('MACHINE_FEATURES', 'wifi', 'kernel-module-redpine', '', d)}"
|
||||
WIRELESS_MODULE_append_mxs = "${@base_contains('MACHINE_FEATURES', 'wifi', 'kernel-module-atheros', '', d)}"
|
||||
WIRELESS_MODULE_append_mx6 = "${@base_contains('MACHINE_FEATURES', 'wifi', 'kernel-module-atheros', '', d)}"
|
||||
# WIRELESS_MODULE_append_mx6 = "${@base_contains('MACHINE_FEATURES', 'wifi', 'kernel-module-atheros', '', d)}"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
crda \
|
||||
|
|
|
|||
Loading…
Reference in New Issue