mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-nuc: provide machine configuration for nuc BSP
Create a new machine named 'nuc', which is similar to the existing chiefriver machine but with addition of wifi support. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
ea0075af93
commit
ac433975a5
22
meta-nuc/conf/machine/nuc.conf
Normal file
22
meta-nuc/conf/machine/nuc.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: chiefriver
|
||||
|
||||
#@WEBTITLE: Intel Next Unit of Computing (NUC) Model: DC3217IYE
|
||||
|
||||
#@DESCRIPTION: Machine configuration for Intel NUC model DC3217IYE
|
||||
# i.e. Ivy Bridge + Panther Point
|
||||
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.4%"
|
||||
MACHINE_FEATURES += "va-impl-intel wifi"
|
||||
|
||||
require conf/machine/include/tune-x86_64.inc
|
||||
require conf/machine/include/ia32-base.inc
|
||||
|
||||
XSERVER ?= "${XSERVER_IA32_BASE} \
|
||||
${XSERVER_IA32_EXT} \
|
||||
${XSERVER_IA32_I965} \
|
||||
"
|
||||
|
||||
VA_FEATURES ?= "gst-va-intel va-intel"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES} lms"
|
Loading…
Reference in New Issue
Block a user