summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-07-09 10:59:06 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-09 17:17:24 +0100
commitc857fa97b417c26ef9625df453f98729ce217ecd (patch)
tree041e924316e59819eb8811e961346a74faf35359
parent17fcc39c9cdb556ab275df5fbb7471e876a2e5ad (diff)
downloadpoky-c857fa97b417c26ef9625df453f98729ce217ecd.tar.gz
linux-yocto/3.4: perf scripting & unionfs fixes
Updating the SRCREVs to pickup the following changes: standard/base: 95c79fb Unionfs: update ->show_options prototype 49f1599 perf: change --root to --prefix for python install 8ff1ab6 perf: add 'libperl not found' warning b4bc865 perf: use pkg-config instead of python-config a2257bf Revert "perf: hard-code NO_LIBPERL/NO_LIBPYTHON" meta: a8cf770 features/ftrace: enable FTRACE_SYSCALLS (From OE-Core rev: 8d8b9e77aa3403e880cbbdfefc7f24a993b3161f) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb14
2 files changed, 10 insertions, 10 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 44d944ffbd..d2ba6c9750 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -8,9 +8,9 @@ LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "684f3c1886618c919b54e8b362e72da3d128c532" 11SRCREV_machine ?= "6767c6a0821b8bb782bee9faa8aec6593a9d39dd"
12SRCREV_machine_qemuppc ?= "fb15c26f9deae3912ca7e2aaf8c818127ef27d82" 12SRCREV_machine_qemuppc ?= "575b10dd912557cce881ea519c7ac2b84fbe7b47"
13SRCREV_meta ?= "62cdf67899a36efeab3ac20dcb27f1ebc238d3af" 13SRCREV_meta ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${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 fe6f6cdaf9..2ea9aa625c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -10,13 +10,13 @@ KBRANCH_qemumips64 = "standard/mti-malta64"
10KBRANCH_qemumips64el = "standard/mti-malta64" 10KBRANCH_qemumips64el = "standard/mti-malta64"
11KBRANCH_qemuarm = "standard/arm-versatile-926ejs" 11KBRANCH_qemuarm = "standard/arm-versatile-926ejs"
12 12
13SRCREV_machine_qemuarm ?= "168ed084c978a39eabf0071f0049b623bc05c856" 13SRCREV_machine_qemuarm ?= "93bb8cf97a0c5aead15a97c825d8fd504759f038"
14SRCREV_machine_qemumips ?= "66dbebd43d65eb070e0afa25f63f6b69ddd47c65" 14SRCREV_machine_qemumips ?= "b9b9aeb414c14f2587690d91052c9348e9ccd72a"
15SRCREV_machine_qemuppc ?= "bc74ca65c9cae025861455d7f0a259458cd4a829" 15SRCREV_machine_qemuppc ?= "53ca8948fa64ee445001392a1cd03491befa9f35"
16SRCREV_machine_qemux86 ?= "d345461f0d52d1a82553c2edd845a8bee908923f" 16SRCREV_machine_qemux86 ?= "95c79fb2f965f1feb33bffe46c20ddb0b8e9da0d"
17SRCREV_machine_qemux86-64 ?= "d345461f0d52d1a82553c2edd845a8bee908923f" 17SRCREV_machine_qemux86-64 ?= "95c79fb2f965f1feb33bffe46c20ddb0b8e9da0d"
18SRCREV_machine ?= "d345461f0d52d1a82553c2edd845a8bee908923f" 18SRCREV_machine ?= "95c79fb2f965f1feb33bffe46c20ddb0b8e9da0d"
19SRCREV_meta ?= "62cdf67899a36efeab3ac20dcb27f1ebc238d3af" 19SRCREV_meta ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5"
20 20
21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
22 22