meta-sugarbay: Add wifi machine feature to sugarbay.conf

The Huron River platform targeted by this BSP has wifi capability.
The common kernel used by the BSP has already enabled wifi drivers.

Enable the user space wifi tools, which give functional wifi
networking to the Huron River platform.

Fixes Bug:
[YOCTO #6342]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
Nitin A Kamble 2014-09-30 19:09:13 -07:00 committed by Tom Zanussi
parent a14718dfae
commit 8e5fe6c0f5

View File

@ -15,6 +15,9 @@ require conf/machine/include/intel-corei7-64-common.inc
require conf/machine/include/intel-common-pkgarch.inc
MACHINE_HWCODECS ?= "va-intel gst-va-intel"
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
MACHINE_FEATURES += "wifi"
XSERVER ?= "${XSERVER_X86_BASE} \
${XSERVER_X86_EXT} \