diff options
author | Kyle Russell <bkylerussell@gmail.com> | 2016-09-25 07:43:32 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-01 21:45:55 +0100 |
commit | fe0114869ec386ebbd7fd002df9532f39c8285f2 (patch) | |
tree | fb6152f5572f0798b0c1aa90f2356d6ae2dd86ee /meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb | |
parent | a75b79a9e9d76db8f75af64c3792c7a1bbfd15b8 (diff) | |
download | poky-fe0114869ec386ebbd7fd002df9532f39c8285f2.tar.gz |
bootchart2: Allocate space on heap for collector chunks
Nicer for embedded devices which may have smaller stack limitations.
(From OE-Core rev: 7efbe5e696d3445d10e6d1554eb1285b84a59914)
Signed-off-by: Kyle Russell <bkylerussell@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb')
-rw-r--r-- | meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb index fdebb6419c..4f01734bb0 100644 --- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb +++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb | |||
@@ -93,6 +93,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" | |||
93 | SRC_URI = "git://github.com/mmeeks/bootchart.git \ | 93 | SRC_URI = "git://github.com/mmeeks/bootchart.git \ |
94 | file://bootchartd_stop.sh \ | 94 | file://bootchartd_stop.sh \ |
95 | file://0001-Fixed-Missing-default-value-for-BOOTLOG_DEST.patch \ | 95 | file://0001-Fixed-Missing-default-value-for-BOOTLOG_DEST.patch \ |
96 | file://0001-collector-Allocate-space-on-heap-for-chunks.patch \ | ||
96 | " | 97 | " |
97 | 98 | ||
98 | S = "${WORKDIR}/git" | 99 | S = "${WORKDIR}/git" |