diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-03-07 23:22:22 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-09 16:58:13 +0000 |
commit | 1b7cc9c5b0f2642501bc982115ef482c06dfb1b1 (patch) | |
tree | 86dddc60e40eb4270831651549c9dc4bd3d20757 /meta | |
parent | aee7482da839ed8cc340d6b8fdc95bef370a458b (diff) | |
download | poky-1b7cc9c5b0f2642501bc982115ef482c06dfb1b1.tar.gz |
linux-yocto/4.4: explicitly enable ftrace in tracing fragment
The recent split/factoring between production and development
kernel configurations, EXPERT, EMBEDDED and DEBUG_KERNEL are no longer
selected for all kernel types. This means that ftrace is no longer
selected by default in in standard BSPs, causing breakage in things
that relied on it.
(From OE-Core rev: e609c4edb211c576af35b7ac0c190dc9a7673483)
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index d24c119973..eeca178f61 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | |||
@@ -3,7 +3,7 @@ KBRANCH ?= "standard/preempt-rt" | |||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "19e3ed348aefd0802dc8747cc143bea1155edc12" | 5 | SRCREV_machine ?= "19e3ed348aefd0802dc8747cc143bea1155edc12" |
6 | SRCREV_meta ?= "da47accec6c17c22cecf064be1da29b5bf3d7583" | 6 | SRCREV_meta ?= "89419d8b902aa81cb4c52f9dd12a6c9e083ce198" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ | 8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ |
9 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 9 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index c31f637155..b14eeaf198 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | |||
@@ -10,7 +10,7 @@ KMETA = "kernel-meta" | |||
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "dadb4369046246d7788db1f3cdf0a34298e35b4b" | 12 | SRCREV_machine ?= "dadb4369046246d7788db1f3cdf0a34298e35b4b" |
13 | SRCREV_meta ?= "da47accec6c17c22cecf064be1da29b5bf3d7583" | 13 | SRCREV_meta ?= "89419d8b902aa81cb4c52f9dd12a6c9e083ce198" |
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_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index ba39bb48db..d9138688ed 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb | |||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "dadb4369046246d7788db1f3cdf0a34298e35b4b" | |||
19 | SRCREV_machine_qemux86-64 ?= "dadb4369046246d7788db1f3cdf0a34298e35b4b" | 19 | SRCREV_machine_qemux86-64 ?= "dadb4369046246d7788db1f3cdf0a34298e35b4b" |
20 | SRCREV_machine_qemumips64 ?= "79b496614c5d0b4862796928ef9890f2eb375a3b" | 20 | SRCREV_machine_qemumips64 ?= "79b496614c5d0b4862796928ef9890f2eb375a3b" |
21 | SRCREV_machine ?= "dadb4369046246d7788db1f3cdf0a34298e35b4b" | 21 | SRCREV_machine ?= "dadb4369046246d7788db1f3cdf0a34298e35b4b" |
22 | SRCREV_meta ?= "da47accec6c17c22cecf064be1da29b5bf3d7583" | 22 | SRCREV_meta ?= "89419d8b902aa81cb4c52f9dd12a6c9e083ce198" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |