diff options
author | 2014-09-30 19:09:13 -0700 | |
---|---|---|
committer | 2014-10-01 22:55:56 -0500 | |
commit | 8e5fe6c0f5cf710e1a46c5f203e52f069874768a (patch) | |
tree | fda48dcd1f3d86710682453b22d844a4d4a53626 | |
parent | a14718dfaee57827a0666b858cf192dc1cb00db5 (diff) | |
download | meta-intel-8e5fe6c0f5cf710e1a46c5f203e52f069874768a.tar.gz meta-intel-8e5fe6c0f5cf710e1a46c5f203e52f069874768a.tar.bz2 meta-intel-8e5fe6c0f5cf710e1a46c5f203e52f069874768a.zip |
meta-sugarbay: Add wifi machine feature to sugarbay.conf2.0-rc2-dizzy-1.7-rc2
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>
-rw-r--r-- | meta-sugarbay/conf/machine/sugarbay.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf index 180af0c5..ee36b466 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} \ |