summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-core2-32.conf
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-03-17 15:30:17 -0700
committerDarren Hart <dvhart@linux.intel.com>2014-03-17 16:22:53 -0700
commitbbbfb9e751d50810baf197f492489dce6ba834da (patch)
treeda8c703a17d597ce3e918b79633959fb4811102c /conf/machine/intel-core2-32.conf
parent59815d81a87201b902bf263bfae24928e036dbbb (diff)
downloadmeta-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-core2-32.conf')
-rw-r--r--conf/machine/intel-core2-32.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index c1023e7e..92c2ec6a 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -3,7 +3,7 @@
3 3
4#@DESCRIPTION: Machine configuration for 32 bit Intel Core 2 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 32 bit Intel Core 2 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
6PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev" 6PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev"
7 7
8require conf/machine/include/meta-intel.inc 8require conf/machine/include/meta-intel.inc
9require conf/machine/include/intel-core2-32-common.inc 9require conf/machine/include/intel-core2-32-common.inc