summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/conf
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-03-12 10:30:54 -0700
committerDarren Hart <dvhart@linux.intel.com>2014-03-12 14:51:00 -0700
commit50fa9bb12cb3b5e8b36041caaf5517f3eea8fde0 (patch)
treed4481f6785b970fffba852ee50e5c834f7a6997b /meta-jasperforest/conf
parentfb2cbbc2de5c2fdaa32844624f7938725b2579cf (diff)
downloadmeta-intel-50fa9bb12cb3b5e8b36041caaf5517f3eea8fde0.tar.gz
Use intel-common-pkgarch for non-emgd BSPs
Enable the intel-common pkgarch and machine override mechanism for most non-emgd BSPs. The Queensbay platforms show issues on the 3.10 kernel, and the NUC is experiencing some boot issues with the common kernel, so skip those for now. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-jasperforest/conf')
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index a258c20f..8dca1385 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -9,6 +9,7 @@
9PREFERRED_VERSION_linux-yocto ?= "3.10%" 9PREFERRED_VERSION_linux-yocto ?= "3.10%"
10 10
11require conf/machine/include/intel-corei7-64-common.inc 11require conf/machine/include/intel-corei7-64-common.inc
12require conf/machine/include/intel-common-pkgarch.inc
12 13
13XSERVER ?= "${XSERVER_X86_BASE} \ 14XSERVER ?= "${XSERVER_X86_BASE} \
14 ${XSERVER_X86_EXT} \ 15 ${XSERVER_X86_EXT} \