[meta-intel] [PATCH 2/4] sugarbay.conf: add wifi machine feature

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Tue Sep 30 19:27:37 PDT 2014


From: Nitin A Kamble <nitin.a.kamble at intel.com>

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

Enabling the user space wifi tools, which gives functional wifi networking
on the Huron River platform.

Fixes Bug:
[YOCTO #6342]

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 meta-sugarbay/conf/machine/sugarbay.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf
index de3b002..7d1b0ea 100644
--- a/meta-sugarbay/conf/machine/sugarbay.conf
+++ b/meta-sugarbay/conf/machine/sugarbay.conf
@@ -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} \
-- 
1.8.1.4



More information about the meta-intel mailing list