summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-08-08 16:26:57 -0700
committerDarren Hart <dvhart@linux.intel.com>2011-08-11 12:57:50 -0700
commit907c859f84237b30ed568aaad036f898809ece2b (patch)
treebfa6d8249343f70b07d7c5f074538e8fdd7dc69e /meta-emenlow
parent90d7762bb322a3357c6ca90a6055dbc092cba603 (diff)
downloadmeta-intel-907c859f84237b30ed568aaad036f898809ece2b.tar.gz
allow override of kernel provider
Allow users or layers to override PREFERRED_PROVIDER_virtual/kernel. This is required to use the linux-yocto-rt kernel, for example. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index 21b314f5..de6794ea 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -11,7 +11,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
11 11
12KERNEL_IMAGETYPE = "bzImage" 12KERNEL_IMAGETYPE = "bzImage"
13 13
14PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" 14PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
15PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" 15PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
16PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" 16PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo"
17PREFERRED_PROVIDER_drm = "libdrm-poulsbo" 17PREFERRED_PROVIDER_drm = "libdrm-poulsbo"