summaryrefslogtreecommitdiffstats
path: root/meta-romley/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-romley/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-romley/conf')
-rw-r--r--meta-romley/conf/machine/romley-ivb.conf1
-rw-r--r--meta-romley/conf/machine/romley.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-romley/conf/machine/romley-ivb.conf b/meta-romley/conf/machine/romley-ivb.conf
index f977c302..af528978 100644
--- a/meta-romley/conf/machine/romley-ivb.conf
+++ b/meta-romley/conf/machine/romley-ivb.conf
@@ -11,6 +11,7 @@
11PREFERRED_VERSION_linux-yocto ?= "3.10%" 11PREFERRED_VERSION_linux-yocto ?= "3.10%"
12 12
13require conf/machine/include/intel-corei7-64-common.inc 13require conf/machine/include/intel-corei7-64-common.inc
14require conf/machine/include/intel-common-pkgarch.inc
14require conf/machine/include/meta-intel.inc 15require conf/machine/include/meta-intel.inc
15 16
16XSERVER ?= "${XSERVER_X86_BASE} \ 17XSERVER ?= "${XSERVER_X86_BASE} \
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index 60d2ca15..ed52a1ec 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -11,6 +11,7 @@
11PREFERRED_VERSION_linux-yocto ?= "3.10%" 11PREFERRED_VERSION_linux-yocto ?= "3.10%"
12 12
13require conf/machine/include/intel-corei7-64-common.inc 13require conf/machine/include/intel-corei7-64-common.inc
14require conf/machine/include/intel-common-pkgarch.inc
14require conf/machine/include/meta-intel.inc 15require conf/machine/include/meta-intel.inc
15 16
16XSERVER ?= "${XSERVER_X86_BASE} \ 17XSERVER ?= "${XSERVER_X86_BASE} \