diff options
author | Darren Hart <dvhart@linux.intel.com> | 2014-03-17 15:30:17 -0700 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2014-03-17 16:22:53 -0700 |
commit | bbbfb9e751d50810baf197f492489dce6ba834da (patch) | |
tree | da8c703a17d597ce3e918b79633959fb4811102c /conf/machine/intel-corei7-64.conf | |
parent | 59815d81a87201b902bf263bfae24928e036dbbb (diff) | |
download | meta-intel-bbbfb9e751d50810baf197f492489dce6ba834da.tar.gz |
intel-core*: Set kernel provider with conditional assignment
The PREFERRED_PROVIDER_virtual/kernel was assigned with = instead of ?=,
preventing the user from overriding the setting with something like
linux-yocto-rt. Use ?=.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Reported-by: Teemu Keskinarkaus <Teemu.Keskinarkaus@Maximatecc.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'conf/machine/intel-corei7-64.conf')
-rw-r--r-- | conf/machine/intel-corei7-64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 54bc1d1a..6f9e1f67 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf | |||
@@ -3,7 +3,7 @@ | |||
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_PROVIDER_virtual/kernel = "linux-yocto-dev" | 6 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev" |
7 | 7 | ||
8 | require conf/machine/include/meta-intel.inc | 8 | require conf/machine/include/meta-intel.inc |
9 | require conf/machine/include/intel-corei7-64-common.inc | 9 | require conf/machine/include/intel-corei7-64-common.inc |