diff options
-rw-r--r-- | meta-nuc/conf/machine/nuc.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf new file mode 100644 index 00000000..20b11b05 --- /dev/null +++ b/meta-nuc/conf/machine/nuc.conf | |||
@@ -0,0 +1,22 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: chiefriver | ||
3 | |||
4 | #@WEBTITLE: Intel Next Unit of Computing (NUC) Model: DC3217IYE | ||
5 | |||
6 | #@DESCRIPTION: Machine configuration for Intel NUC model DC3217IYE | ||
7 | # i.e. Ivy Bridge + Panther Point | ||
8 | |||
9 | PREFERRED_VERSION_linux-yocto ?= "3.4%" | ||
10 | MACHINE_FEATURES += "va-impl-intel wifi" | ||
11 | |||
12 | require conf/machine/include/tune-x86_64.inc | ||
13 | require conf/machine/include/ia32-base.inc | ||
14 | |||
15 | XSERVER ?= "${XSERVER_IA32_BASE} \ | ||
16 | ${XSERVER_IA32_EXT} \ | ||
17 | ${XSERVER_IA32_I965} \ | ||
18 | " | ||
19 | |||
20 | VA_FEATURES ?= "gst-va-intel va-intel" | ||
21 | |||
22 | MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES} lms" | ||