mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Enable the Intel microcode feature for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
28 lines
767 B
Plaintext
28 lines
767 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.17%"
|
|
MACHINE_FEATURES += "va-impl-intel wifi efi"
|
|
MACHINE_FEATURES += "intel-ucode"
|
|
|
|
require conf/machine/include/meta-intel.inc
|
|
require conf/machine/include/intel-corei7-64-common.inc
|
|
require conf/machine/include/intel-common-pkgarch.inc
|
|
|
|
MACHINE_HWCODECS ?= "va-intel gst-va-intel"
|
|
|
|
XSERVER ?= "${XSERVER_X86_BASE} \
|
|
${XSERVER_X86_EXT} \
|
|
${XSERVER_X86_I965} \
|
|
"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2b-6 lms8"
|
|
|
|
# disable the serial port configuration
|
|
SERIAL_CONSOLE = ""
|