diff options
author | 2011-07-25 13:57:04 -0500 | |
---|---|---|
committer | 2011-07-25 15:35:42 -0500 | |
commit | 313fd4fd8f2cdd612e0a896cb7cad48c6337317e (patch) | |
tree | c74b2fd6c6513c096c8b0547b6c55f22792d5af7 | |
parent | 96c247dad88b9fc0159b2a929216876d9fbb06dc (diff) | |
download | meta-intel-313fd4fd8f2cdd612e0a896cb7cad48c6337317e.tar.gz meta-intel-313fd4fd8f2cdd612e0a896cb7cad48c6337317e.tar.bz2 meta-intel-313fd4fd8f2cdd612e0a896cb7cad48c6337317e.zip |
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>
-rw-r--r-- | meta-jasperforest/conf/machine/jasperforest.conf | 1 | ||||
-rw-r--r-- | meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend | 8 |
2 files changed, 9 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 \ KERNEL_IMAGETYPE = "bzImage" PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" +PREFERRED_VERSION_linux-yocto = "3.0+git%" PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend new file mode 100644 index 00000000..52f0a6eb --- /dev/null +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend @@ -0,0 +1,8 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_jasperforest = "jasperforest" + +KMACHINE_jasperforest = "yocto/standard/common-pc-64/jasperforest" + +SRCREV_machine_pn-linux-yocto_jasperforest ?= "3216e7d5c3cada16161481826cdb39c930457587" +SRCREV_meta_pn-linux-yocto_jasperforest ?= "9010d1cbef2633dac7e559a7705c326b7601dd4c" |