summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2013-04-01 11:27:05 -0700
committerTom Zanussi <tom.zanussi@intel.com>2013-04-02 21:44:18 -0500
commit1bc8359872d8cfae6a7bdae807319ae6e073a544 (patch)
tree59a59c4e667176f01cde4d14f74d87a89a945fc8
parent87958c5ef40166b6c71cc8c14fb0cfd3601c8dd7 (diff)
downloadmeta-intel-1bc8359872d8cfae6a7bdae807319ae6e073a544.tar.gz
romley: update v3.8 kernel recipe commits to v3.8.4
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-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend
index f84530d5..514d7401 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -5,14 +5,16 @@ COMPATIBLE_MACHINE_romley = "romley"
5KMACHINE_romley = "romley" 5KMACHINE_romley = "romley"
6KBRANCH_romley = "standard/common-pc-64/romley" 6KBRANCH_romley = "standard/common-pc-64/romley"
7 7
8SRCREV_machine_pn-linux-yocto_romley ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" 8SRCREV_machine_pn-linux-yocto_romley ?= "47aed0c17c1c55988198ad39f86ae88894c8e0a4"
9SRCREV_meta_pn-linux-yocto_romley ?= "c2ed0f16fdec628242a682897d5d86df4547cf24" 9SRCREV_meta_pn-linux-yocto_romley ?= "2a6d36e75ca0a121570a389d7bab76ec240cbfda"
10 10
11COMPATIBLE_MACHINE_romley-ivb = "romley-ivb" 11COMPATIBLE_MACHINE_romley-ivb = "romley-ivb"
12KMACHINE_romley-ivb = "romley" 12KMACHINE_romley-ivb = "romley"
13KBRANCH_romley-ivb = "standard/common-pc-64/romley" 13KBRANCH_romley-ivb = "standard/common-pc-64/romley"
14 14
15SRCREV_machine_pn-linux-yocto_romley-ivb ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" 15SRCREV_machine_pn-linux-yocto_romley-ivb ?= "47aed0c17c1c55988198ad39f86ae88894c8e0a4"
16SRCREV_meta_pn-linux-yocto_romley-ivb ?= "c2ed0f16fdec628242a682897d5d86df4547cf24" 16SRCREV_meta_pn-linux-yocto_romley-ivb ?= "2a6d36e75ca0a121570a389d7bab76ec240cbfda"
17
18LINUX_VERSION = "3.8.4"
17 19
18module_autoload_uio = "uio" 20module_autoload_uio = "uio"