summaryrefslogtreecommitdiffstats
path: root/meta-nuc/conf/machine/nuc.conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-04-02 14:27:07 -0700
committerTom Zanussi <tom.zanussi@intel.com>2014-04-04 14:45:31 -0500
commitb26946e8e7f1f3bb68625731b493156309449f5d (patch)
tree5b4e0ae86fc3defe9a4b4c1b258fbca2c59d8e15 /meta-nuc/conf/machine/nuc.conf
parent3b45a0b5b22a2d6c72a819a8cb8717bbf45e6aab (diff)
downloadmeta-intel-b26946e8e7f1f3bb68625731b493156309449f5d.tar.gz
nuc: use common kernels
Now the common kernel recipes are working for the NUC BSP, use it in place of the BSP specific kernel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta-nuc/conf/machine/nuc.conf')
-rw-r--r--meta-nuc/conf/machine/nuc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf
index b8d36ca9..fdbbbda8 100644
--- a/meta-nuc/conf/machine/nuc.conf
+++ b/meta-nuc/conf/machine/nuc.conf
@@ -10,6 +10,7 @@ PREFERRED_VERSION_linux-yocto ?= "3.14%"
10MACHINE_FEATURES += "va-impl-intel wifi" 10MACHINE_FEATURES += "va-impl-intel wifi"
11 11
12require conf/machine/include/intel-corei7-64-common.inc 12require conf/machine/include/intel-corei7-64-common.inc
13require conf/machine/include/intel-common-pkgarch.inc
13 14
14MACHINE_HWCODECS ?= "va-intel gst-va-intel" 15MACHINE_HWCODECS ?= "va-intel gst-va-intel"
15 16