diff options
author | 2013-04-01 11:31:58 -0700 | |
---|---|---|
committer | 2013-04-02 21:44:26 -0500 | |
commit | 3de2325133eb581c5c8d66133821ea5a801cf8ae (patch) | |
tree | 27cd9f245e4a7680b7721a3a0aaa735212808a48 | |
parent | 1bc8359872d8cfae6a7bdae807319ae6e073a544 (diff) | |
download | meta-intel-1.4_M5.rc3.tar.gz meta-intel-1.4_M5.rc3.tar.bz2 meta-intel-1.4_M5.rc3.zip |
crystalforest: update v3.8 kernel recipe commits to v3.8.41.4_M5.rc31.4_M5.final
specify the LINUX_VERSION corresponding to the kernel branch commits
and update the commits to v3.8.4.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
-rw-r--r-- | meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend index d3ffde53..c20b6c13 100644 --- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend @@ -4,14 +4,16 @@ COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden" KMACHINE_crystalforest-gladden = "crystalforest" KBRANCH_crystalforest-gladden = "standard/common-pc-64/crystalforest" -SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" -SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "c2ed0f16fdec628242a682897d5d86df4547cf24" +SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?= "47aed0c17c1c55988198ad39f86ae88894c8e0a4" +SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "2a6d36e75ca0a121570a389d7bab76ec240cbfda" COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server" KMACHINE_crystalforest-server = "crystalforest" KBRANCH_crystalforest-server = "standard/common-pc-64/crystalforest" -SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" -SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "c2ed0f16fdec628242a682897d5d86df4547cf24" +SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "47aed0c17c1c55988198ad39f86ae88894c8e0a4" +SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "2a6d36e75ca0a121570a389d7bab76ec240cbfda" + +LINUX_VERSION = "3.8.4" module_autoload_uio = "uio" |