diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-08-08 16:26:57 -0700 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2011-08-11 12:57:50 -0700 |
commit | 907c859f84237b30ed568aaad036f898809ece2b (patch) | |
tree | bfa6d8249343f70b07d7c5f074538e8fdd7dc69e /meta-emenlow/conf | |
parent | 90d7762bb322a3357c6ca90a6055dbc092cba603 (diff) | |
download | meta-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/conf')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 2 |
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 | ||
12 | KERNEL_IMAGETYPE = "bzImage" | 12 | KERNEL_IMAGETYPE = "bzImage" |
13 | 13 | ||
14 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | 14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
15 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 15 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
16 | PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" | 16 | PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" |
17 | PREFERRED_PROVIDER_drm = "libdrm-poulsbo" | 17 | PREFERRED_PROVIDER_drm = "libdrm-poulsbo" |