From b26946e8e7f1f3bb68625731b493156309449f5d Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 2 Apr 2014 14:27:07 -0700 Subject: 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 --- meta-nuc/conf/machine/nuc.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-nuc/conf/machine') 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%" MACHINE_FEATURES += "va-impl-intel wifi" require conf/machine/include/intel-corei7-64-common.inc +require conf/machine/include/intel-common-pkgarch.inc MACHINE_HWCODECS ?= "va-intel gst-va-intel" -- cgit v1.2.3-54-g00ecf