summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-07-25 13:57:04 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-07-25 15:35:42 -0500
commit313fd4fd8f2cdd612e0a896cb7cad48c6337317e (patch)
treec74b2fd6c6513c096c8b0547b6c55f22792d5af7 /meta-jasperforest/conf
parent96c247dad88b9fc0159b2a929216876d9fbb06dc (diff)
downloadmeta-intel-313fd4fd8f2cdd612e0a896cb7cad48c6337317e.tar.gz
meta-jasperforeset: switch to linux-yocto 3.0 kernel
Switch jasperforest to the 3.0 kernel, lock it down, and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-jasperforest/conf')
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index 3f8591a5..1d875b54 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -15,6 +15,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
15KERNEL_IMAGETYPE = "bzImage" 15KERNEL_IMAGETYPE = "bzImage"
16 16
17PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" 17PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
18PREFERRED_VERSION_linux-yocto = "3.0+git%"
18PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" 19PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
19 20
20PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" 21PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"