From 50fa9bb12cb3b5e8b36041caaf5517f3eea8fde0 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 12 Mar 2014 10:30:54 -0700 Subject: 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 --- meta-romley/conf/machine/romley-ivb.conf | 1 + meta-romley/conf/machine/romley.conf | 1 + 2 files changed, 2 insertions(+) (limited to 'meta-romley/conf') 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 @@ PREFERRED_VERSION_linux-yocto ?= "3.10%" require conf/machine/include/intel-corei7-64-common.inc +require conf/machine/include/intel-common-pkgarch.inc require conf/machine/include/meta-intel.inc XSERVER ?= "${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 @@ PREFERRED_VERSION_linux-yocto ?= "3.10%" require conf/machine/include/intel-corei7-64-common.inc +require conf/machine/include/intel-common-pkgarch.inc require conf/machine/include/meta-intel.inc XSERVER ?= "${XSERVER_X86_BASE} \ -- cgit v1.2.3-54-g00ecf