diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-18 03:27:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-18 19:49:41 +0100 |
commit | 2ad268ff8e464929c84577a8eb8d0458f2351a2e (patch) | |
tree | 745f19c1eee47532736219392d1a0649b5350b65 | |
parent | 6942108fdb4919977c23983e22d2c3135d2ddebb (diff) | |
download | poky-2ad268ff8e464929c84577a8eb8d0458f2351a2e.tar.gz |
linux-yocto/3.10: mips configuration changes
Updating the 3.10 SRCREV to import the following MIPS configuration changes
4f689aa meta: remove ftrace/ftrace-disable feature
3058d81 mips: have the mips BSPs disable function tracing instead of ftrace
935f43f meta: add ftrace/ftrace-function-tracer-disable feature
0d72a03 mti-malta64: Default to support o32 and n32 userspace binaries
The first three changes improve the ftrace disabling fragments, to allow tracepoints
and ftrace to be enabled, while only disabling dynamic ftrace. This allows tools
that required tracepoints (like lttng) to be built against MIPS.
The mti-malta64 change adds n32 and o32 support to the default configuration to
support a broader range of userspace binaries.
[YOCTO #5215]
(From OE-Core rev: b2cadab5c7a5d3f772c34c04b759823ed6a122bf)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
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.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb index 1a2870cbc0..65fb5f050d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | |||
@@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | |||
5 | 5 | ||
6 | SRCREV_machine ?= "4de6b6b24c44ef644b46405a85c550128d4a779a" | 6 | SRCREV_machine ?= "4de6b6b24c44ef644b46405a85c550128d4a779a" |
7 | SRCREV_machine_qemuppc ?= "24a1786e5ed0d479638af5738375e396bf4c922c" | 7 | SRCREV_machine_qemuppc ?= "24a1786e5ed0d479638af5738375e396bf4c922c" |
8 | SRCREV_meta ?= "285f93bf942e8f6fa678ffc6cc53696ed5400718" | 8 | SRCREV_meta ?= "4f689aa30a2c9cf5dceb2fa3696d2cb208ee9173" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
11 | 11 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb index f9009c10df..4b33f3c3e0 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | |||
@@ -10,7 +10,7 @@ LINUX_VERSION ?= "3.10.11" | |||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" | 12 | SRCREV_machine ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" |
13 | SRCREV_meta ?= "285f93bf942e8f6fa678ffc6cc53696ed5400718" | 13 | SRCREV_meta ?= "4f689aa30a2c9cf5dceb2fa3696d2cb208ee9173" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index 77fa3db79c..3e8b476376 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb | |||
@@ -10,7 +10,7 @@ SRCREV_machine_qemux86 ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" | |||
10 | SRCREV_machine_qemux86-64 ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" | 10 | SRCREV_machine_qemux86-64 ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" |
11 | SRCREV_machine_qemumips64 ?= "6b3a777e3724d30ba03d88d75698fa0734c5a73f" | 11 | SRCREV_machine_qemumips64 ?= "6b3a777e3724d30ba03d88d75698fa0734c5a73f" |
12 | SRCREV_machine ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" | 12 | SRCREV_machine ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" |
13 | SRCREV_meta ?= "285f93bf942e8f6fa678ffc6cc53696ed5400718" | 13 | SRCREV_meta ?= "4f689aa30a2c9cf5dceb2fa3696d2cb208ee9173" |
14 | 14 | ||
15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
16 | 16 | ||