diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-09-06 16:57:13 (GMT) |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2011-09-07 19:21:35 (GMT) |
commit | b86f811663d834064af1e6778c408eb904fad0b9 (patch) | |
tree | 147cf2adbb35ecf8887f26031ed3e3121b4cd7f7 /meta-n450/conf | |
parent | 5ad6153af8b69f399cedfd237f0ad6dc1c9bea28 (diff) | |
download | meta-intel-b86f811663d834064af1e6778c408eb904fad0b9.tar.gz |
n450: update linux-yocto PREFERRED_VERSION to 3.0%
Avoid bitbake warnings about 3.0+git% not being available. The kernel version
contains the stable release as well (e.g. 3.0.4), so use the now standard
3.0% to select the latest 3.0 release of the linux-yocto kernel recipe.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-n450/conf')
-rw-r--r-- | meta-n450/conf/machine/n450.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf index 888c5d2..c0ff0cf 100644 --- a/meta-n450/conf/machine/n450.conf +++ b/meta-n450/conf/machine/n450.conf | |||
@@ -11,7 +11,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | |||
11 | KERNEL_IMAGETYPE = "bzImage" | 11 | KERNEL_IMAGETYPE = "bzImage" |
12 | 12 | ||
13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
14 | PREFERRED_VERSION_linux-yocto = "3.0+git%" | 14 | PREFERRED_VERSION_linux-yocto = "3.0%" |
15 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 15 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
16 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | 16 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
17 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | 17 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" |