mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
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>
This commit is contained in:
parent
5ad6153af8
commit
b86f811663
|
|
@ -11,7 +11,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
|
|||
KERNEL_IMAGETYPE = "bzImage"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto = "3.0+git%"
|
||||
PREFERRED_VERSION_linux-yocto = "3.0%"
|
||||
PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
||||
PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
|
||||
PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user