From b86f811663d834064af1e6778c408eb904fad0b9 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 6 Sep 2011 09:57:13 -0700 Subject: 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 --- meta-n450/conf/machine/n450.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-n450/conf') diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf index 888c5d2e..c0ff0cf5 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 \ 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" -- cgit v1.2.3-54-g00ecf