mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers. And also the v3.8 kernel is validated for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
26 lines
664 B
Plaintext
26 lines
664 B
Plaintext
#@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.8%"
|
|
MACHINE_FEATURES += "va-impl-intel wifi"
|
|
|
|
require conf/machine/include/tune-x86_64.inc
|
|
require conf/machine/include/ia32-base.inc
|
|
|
|
MACHINE_HWCODECS ?= "va-intel gst-va-intel"
|
|
|
|
XSERVER ?= "${XSERVER_IA32_BASE} \
|
|
${XSERVER_IA32_EXT} \
|
|
${XSERVER_IA32_I965} \
|
|
"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "lms linux-firmware-iwlwifi-6000g2b-6"
|
|
|
|
# disable the serial port configuration
|
|
SERIAL_CONSOLE = ""
|