diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-09-10 13:51:00 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:38 +0100 |
commit | 925594a94becc139379f7332fa3a9a1ea340c2c7 (patch) | |
tree | 12aed1ccb0e30c6293e26eea525baa7abb378e3d /meta/recipes-kernel | |
parent | 42f0f96903ac312881ef841ae4380b4d1c72980f (diff) | |
download | poky-925594a94becc139379f7332fa3a9a1ea340c2c7.tar.gz |
linux-yocto/3.4: v3.4.10 and uprobes/kprobes configuration updates
Updating to 3.4.10 which has been soaking for a bit now, as well
as picking up the following meta commits from Tom Z:
a82db2f meta: have systemtap use kprobes and uprobes feature
d5d5b80 meta: add kprobes support to ktypes/standard
b32d373 meta: add kprobes feature
d40ed99 meta: have uprobe feature use uprobe.cfg
a69d1db meta: add uprobe.cfg
(From OE-Core rev: fb71d8c3ab735739baedcb5c8c44b028890d8a5e)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 16 |
2 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb index b2620eaf81..3b36378ef5 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | |||
@@ -3,14 +3,14 @@ require recipes-kernel/linux/linux-yocto.inc | |||
3 | KBRANCH = "standard/preempt-rt/base" | 3 | KBRANCH = "standard/preempt-rt/base" |
4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | 4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" |
5 | 5 | ||
6 | LINUX_VERSION ?= "3.4.9" | 6 | LINUX_VERSION ?= "3.4.10" |
7 | LINUX_KERNEL_TYPE = "preempt-rt" | 7 | LINUX_KERNEL_TYPE = "preempt-rt" |
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "9032b1e9daf5b4396f939981c3be95f67802d18c" | 11 | SRCREV_machine ?= "a35693b1287c0e50cdca33a1b95af0ff48b43cd0" |
12 | SRCREV_machine_qemuppc ?= "08ce190232f89303772b6591ca7daaf2820eb74e" | 12 | SRCREV_machine_qemuppc ?= "85a1190530cb5749f5f831670976b163438dc301" |
13 | SRCREV_meta ?= "463299bc2e533e1bd38b0053ae7b210980f269c3" | 13 | SRCREV_meta ?= "d9d5fc63d8b38705036e946ea77d971d95de11ad" |
14 | 14 | ||
15 | PR = "${INC_PR}.0" | 15 | PR = "${INC_PR}.0" |
16 | PV = "${LINUX_VERSION}+git${SRCPV}" | 16 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 06bcb9a708..7258cba63d 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb | |||
@@ -3,17 +3,17 @@ require recipes-kernel/linux/linux-yocto.inc | |||
3 | KBRANCH_DEFAULT = "standard/base" | 3 | KBRANCH_DEFAULT = "standard/base" |
4 | KBRANCH = "${KBRANCH_DEFAULT}" | 4 | KBRANCH = "${KBRANCH_DEFAULT}" |
5 | 5 | ||
6 | SRCREV_machine_qemuarm ?= "84d8ee32265eea5d60f57a2f70bd3b9a0fb9213d" | 6 | SRCREV_machine_qemuarm ?= "b15e7b1e9b58b9863bd87778775f86cd8d8880ea" |
7 | SRCREV_machine_qemumips ?= "ba0e336d4527080233c3c410989d4f351529ee4e" | 7 | SRCREV_machine_qemumips ?= "8d5b98f263b5119af2dc30223f311be17173bab9" |
8 | SRCREV_machine_qemuppc ?= "e82b8a111430e3820b11f507863c4b8e8734ed8e" | 8 | SRCREV_machine_qemuppc ?= "b9a720ca38d298ed457f37d099c85771f9164b19" |
9 | SRCREV_machine_qemux86 ?= "0985844fa6235422c67ef269952fa4e765f252f9" | 9 | SRCREV_machine_qemux86 ?= "46d8c757b3be1953f30d6745505d24436e2d6844" |
10 | SRCREV_machine_qemux86-64 ?= "0985844fa6235422c67ef269952fa4e765f252f9" | 10 | SRCREV_machine_qemux86-64 ?= "46d8c757b3be1953f30d6745505d24436e2d6844" |
11 | SRCREV_machine ?= "0985844fa6235422c67ef269952fa4e765f252f9" | 11 | SRCREV_machine ?= "46d8c757b3be1953f30d6745505d24436e2d6844" |
12 | SRCREV_meta ?= "463299bc2e533e1bd38b0053ae7b210980f269c3" | 12 | SRCREV_meta ?= "a82db2f0fc3ceebf3cb47e9dd05e4856ff9966ab" |
13 | 13 | ||
14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" | 14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |
15 | 15 | ||
16 | LINUX_VERSION ?= "3.4.9" | 16 | LINUX_VERSION ?= "3.4.10" |
17 | 17 | ||
18 | PR = "${INC_PR}.1" | 18 | PR = "${INC_PR}.1" |
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | 19 | PV = "${LINUX_VERSION}+git${SRCPV}" |