diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-06-17 00:22:30 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-22 22:13:09 +0100 |
commit | 60871cc6874e8005e6ac074dfd8f3c90b1cdd001 (patch) | |
tree | 818fc60806dfabadd892cbbcb8614595dff3be08 /meta/recipes-kernel/linux/linux-yocto_2.6.37.bb | |
parent | 0aad8f3f608683e2760cfc3afc8a3c8f05e4ef15 (diff) | |
download | poky-60871cc6874e8005e6ac074dfd8f3c90b1cdd001.tar.gz |
linux-yocto: update SRCREVs for utrace merge
Updating the SRCREVs to account for the merge of utrace to support
systemtap.
(From OE-Core rev: ac12cbf31433743e5966d1d2013e010f0c548c43)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_2.6.37.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_2.6.37.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb index f6abc9e3ab..2ee801ed04 100644 --- a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb +++ b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb | |||
@@ -14,13 +14,13 @@ KMETA = meta | |||
14 | LINUX_VERSION ?= "2.6.37" | 14 | LINUX_VERSION ?= "2.6.37" |
15 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" | 15 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" |
16 | 16 | ||
17 | SRCREV_machine_qemuarm = "2070a54dbde57d2987c832a016b05949f7e6e086" | 17 | SRCREV_machine_qemuarm = "52424d35025cfa43f0d66cf6fa982a5c289a1ba4" |
18 | SRCREV_machine_qemumips = "bd9eab8e382e11dc08a5de8b010570f03de949e5" | 18 | SRCREV_machine_qemumips = "9083f18f40fc6a2baf76fa001bc4858e02f40378" |
19 | SRCREV_machine_qemuppc = "704497b3a48c0882078f6167277d65d932292535" | 19 | SRCREV_machine_qemuppc = "9d278962ff228ea9627a85b0d21ed717246ebf1f" |
20 | SRCREV_machine_qemux86 = "c1a74a7872fdd1152265087aa7e59b96a8f2f42a" | 20 | SRCREV_machine_qemux86 = "57545699dff0b384bb16be74b0358059da5cce6a" |
21 | SRCREV_machine_qemux86-64 = "1950ea205407d8950475a37404173572d55fd27f" | 21 | SRCREV_machine_qemux86-64 = "5d36c23eecdc9663c9c3a2a511d4872d3b3fd669" |
22 | SRCREV_machine = "697d84759be192403a8a87ab269196c67a0c2c88" | 22 | SRCREV_machine = "12646d158aced2ba0122787bd56ff554e371091c" |
23 | SRCREV_meta = "46a1be20b01e50d5d0646e5622e9dd06433238c2" | 23 | SRCREV_meta = "8888d948e0ddbc5f37bd3dc23cc1b398ab230e2e" |
24 | 24 | ||
25 | PR = "r18" | 25 | PR = "r18" |
26 | PV = "${LINUX_VERSION}+git${SRCPV}" | 26 | PV = "${LINUX_VERSION}+git${SRCPV}" |