summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/conf/machine/jasperforest.conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-08-20 16:19:23 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-08-20 16:19:23 -0500
commit91a3b4ea053df14c926d64067b76edfc008c5ce5 (patch)
treec08665514b85c96386513504c7bc893dd348cc9d /meta-jasperforest/conf/machine/jasperforest.conf
parent5c41b9b6a245664543e6ddd440d10a0696caaf7b (diff)
downloadmeta-intel-91a3b4ea053df14c926d64067b76edfc008c5ce5.tar.gz
meta-intel: change PREFERRED_VERSIONs
Change PREFERRED_VERSION_linux-yocto to a form that will pick up the new numbering scheme. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-jasperforest/conf/machine/jasperforest.conf')
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index 6c44fe59..3013fe40 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -12,9 +12,9 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
12KERNEL_IMAGETYPE = "bzImage" 12KERNEL_IMAGETYPE = "bzImage"
13 13
14PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 14PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
15PREFERRED_VERSION_linux-yocto ?= "3.0+git%" 15PREFERRED_VERSION_linux-yocto ?= "3.0%"
16PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
17 16
17PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
18PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" 18PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
19PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" 19PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
20PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" 20PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite"