mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
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:
parent
a14718dfae
commit
8e5fe6c0f5
|
|
@ -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} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user