aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb
diff options
context:
space:
mode:
authorKyle Russell <bkylerussell@gmail.com>2016-09-25 07:43:32 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-30 17:11:31 +0100
commit7efbe5e696d3445d10e6d1554eb1285b84a59914 (patch)
treec305aca49bf34ae48ebd81a8c6e26529a569497c /meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb
parenteb11f60d9d87aa24e93a86f366764b1848bb5cb1 (diff)
downloadopenembedded-core-contrib-7efbe5e696d3445d10e6d1554eb1285b84a59914.tar.gz
bootchart2: Allocate space on heap for collector chunks
Nicer for embedded devices which may have smaller stack limitations. Signed-off-by: Kyle Russell <bkylerussell@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb')
-rw-r--r--meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb1
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+)*)"
SRC_URI = "git://github.com/mmeeks/bootchart.git \
file://bootchartd_stop.sh \
file://0001-Fixed-Missing-default-value-for-BOOTLOG_DEST.patch \
+ file://0001-collector-Allocate-space-on-heap-for-chunks.patch \
"
S = "${WORKDIR}/git"