diff options
-rw-r--r-- | meta-nuc/conf/machine/nuc.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf index 9e3b4f3d..c37b4644 100644 --- a/meta-nuc/conf/machine/nuc.conf +++ b/meta-nuc/conf/machine/nuc.conf | |||
@@ -12,15 +12,14 @@ MACHINE_FEATURES += "va-impl-intel wifi" | |||
12 | require conf/machine/include/tune-x86_64.inc | 12 | require conf/machine/include/tune-x86_64.inc |
13 | require conf/machine/include/ia32-base.inc | 13 | require conf/machine/include/ia32-base.inc |
14 | 14 | ||
15 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" | ||
16 | |||
15 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 17 | XSERVER ?= "${XSERVER_IA32_BASE} \ |
16 | ${XSERVER_IA32_EXT} \ | 18 | ${XSERVER_IA32_EXT} \ |
17 | ${XSERVER_IA32_I965} \ | 19 | ${XSERVER_IA32_I965} \ |
18 | " | 20 | " |
19 | 21 | ||
20 | VA_FEATURES ?= "gst-va-intel va-intel" | 22 | MACHINE_EXTRA_RRECOMMENDS += "lms linux-firmware-iwlwifi-6000g2b-6" |
21 | |||
22 | MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES} lms \ | ||
23 | linux-firmware-iwlwifi-6000g2b-6" | ||
24 | 23 | ||
25 | # disable the serial port configuration | 24 | # disable the serial port configuration |
26 | SERIAL_CONSOLE = "" | 25 | SERIAL_CONSOLE = "" |