diff options
author | Darren Hart <dvhart@linux.intel.com> | 2014-04-09 17:55:49 -0700 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2014-04-29 14:13:27 -0700 |
commit | 84eb1ba0e90d771f0d829aeb9e66a7fda395f65e (patch) | |
tree | 38a765843a4caa4578a7b93110cae561cf6f79b8 /conf/machine/intel-corei7-64.conf | |
parent | 3cd9b682a1e21e354c76ce938519ef548d72c3b6 (diff) | |
download | meta-intel-84eb1ba0e90d771f0d829aeb9e66a7fda395f65e.tar.gz |
intel-common: Specify linux-yocto and cleanup order
In keeping with the other BSPs in meta-intel, specify the
PREFERRED_PROVIDER and the PREFERRED_VERSION for the linux-yocto kernel
to 3.14. Move the assignments below the required includes in keeping
with the rest of meta-intel.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'conf/machine/intel-corei7-64.conf')
-rw-r--r-- | conf/machine/intel-corei7-64.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 2d355542..c3b08bcc 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf | |||
@@ -3,12 +3,13 @@ | |||
3 | 3 | ||
4 | #@DESCRIPTION: Machine configuration for 64 bit Intel Core i7 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. | 4 | #@DESCRIPTION: Machine configuration for 64 bit Intel Core i7 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. |
5 | 5 | ||
6 | PREFERRED_VERSION_linux-yocto ?= "3.14%" | ||
7 | |||
8 | require conf/machine/include/meta-intel.inc | 6 | require conf/machine/include/meta-intel.inc |
9 | require conf/machine/include/intel-corei7-64-common.inc | 7 | require conf/machine/include/intel-corei7-64-common.inc |
10 | require conf/machine/include/intel-common-pkgarch.inc | 8 | require conf/machine/include/intel-common-pkgarch.inc |
11 | 9 | ||
10 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | ||
11 | PREFERRED_VERSION_linux-yocto ?= "3.14%" | ||
12 | |||
12 | MACHINE_FEATURES += "pcbios efi" | 13 | MACHINE_FEATURES += "pcbios efi" |
13 | MACHINE_FEATURES += "va-impl-intel" | 14 | MACHINE_FEATURES += "va-impl-intel" |
14 | MACHINE_FEATURES += "wifi 3g" | 15 | MACHINE_FEATURES += "wifi 3g" |