<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/scripts/contrib, branch 3.3_M2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=3.3_M2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=3.3_M2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2020-06-16T22:39:28+00:00</updated>
<entry>
<title>graph-tool: add filter subcommand</title>
<updated>2020-06-16T22:39:28+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.microsoft.com</email>
</author>
<published>2020-06-15T04:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b87f0746b01c079eab5fba81e2f9580dba75835e'/>
<id>urn:sha1:b87f0746b01c079eab5fba81e2f9580dba75835e</id>
<content type='text'>
Add a filter subcommand to filter a task-depends.dot graph produced by
bitbake -g down to just a subset of targets/tasks.

(From OE-Core rev: a14b274b56676ff0ba55a4048169ad60c9514994)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.microsoft.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>graph-tool: switch to argparse</title>
<updated>2020-06-16T22:39:28+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.microsoft.com</email>
</author>
<published>2020-06-15T04:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8f7c45c183e3d9ec15feb507cd923dea85b34f47'/>
<id>urn:sha1:8f7c45c183e3d9ec15feb507cd923dea85b34f47</id>
<content type='text'>
argparse makes this a lot easier to extend.

(From OE-Core rev: c751ef8fdc111d1c967029cea7a3ed0f88ce851b)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.microsoft.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>buildstats-plot.sh: Show spaces and underscores correctly in titles/keys</title>
<updated>2020-03-29T11:05:31+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>peter.kjellerstedt@axis.com</email>
</author>
<published>2020-03-25T08:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=325b820dae14afd28e95624cb325e464001018fc'/>
<id>urn:sha1:325b820dae14afd28e95624cb325e464001018fc</id>
<content type='text'>
Spaces were previously converted to dashes, and underscores caused the
next character in the title/key to be printed using subscript due to the
enhanced string support in gnuplot.

(From OE-Core rev: 1719f7062988889b7e24b871dc2f0e50c7bff07e)

Signed-off-by: Peter Kjellerstedt &lt;peter.kjellerstedt@axis.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>buildstats*.sh: fix spacing indentation in the files</title>
<updated>2020-03-24T16:39:40+00:00</updated>
<author>
<name>Luis Martins</name>
<email>luis.martins@criticaltechworks.com</email>
</author>
<published>2020-03-24T11:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=719c14c984adb85ae0d3b91a6cb8c181a7bb1a4d'/>
<id>urn:sha1:719c14c984adb85ae0d3b91a6cb8c181a7bb1a4d</id>
<content type='text'>
Fix indentation in buildstats.sh and buildstats-plot.sh
to convert every line to 4 spaces indentation.

(From OE-Core rev: 3971572042ae9bc8226eb92892bb71010287e0a8)

Signed-off-by: Luis Martins &lt;luis.martins@criticaltechworks.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>buildstats*.sh: add recipe parameter to scripts</title>
<updated>2020-03-24T16:39:40+00:00</updated>
<author>
<name>Luis Martins</name>
<email>luis.martins@criticaltechworks.com</email>
</author>
<published>2020-03-24T11:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=41b145b2b10dc9eadebba0d2ea16cd6f21f8c12f'/>
<id>urn:sha1:41b145b2b10dc9eadebba0d2ea16cd6f21f8c12f</id>
<content type='text'>
Add option to filter the stats results for a single recipe, allowing
to easilly visuality the task resource consumption per recipe.
This is specially useful when debugging the performance of
the overall bitbake build system.

(From OE-Core rev: b4bf898d53af60f5d69b50ec5cdd7f9b3870f2dd)

Signed-off-by: Luis Martins &lt;luis.martins@criticaltechworks.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>buildstats*.sh: add accumulate parameter to scripts</title>
<updated>2020-03-24T16:39:40+00:00</updated>
<author>
<name>Luis Martins</name>
<email>luis.martins@criticaltechworks.com</email>
</author>
<published>2020-03-24T11:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3bd3e23304a41c2cabab4dd7994af2e2bfcc7dca'/>
<id>urn:sha1:3bd3e23304a41c2cabab4dd7994af2e2bfcc7dca</id>
<content type='text'>
Add option to accumulate stats values per recipe, allowing
to sum related values such as memory (main process + childs).
This is specially useful when debugging the performance of
the overall bitbake build system.

(From OE-Core rev: e6f1aea6260343cb5194f7f8ab70213b705ab441)

Signed-off-by: Luis Martins &lt;luis.martins@criticaltechworks.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>buildstats-plot.sh: filter by task</title>
<updated>2020-03-24T16:39:40+00:00</updated>
<author>
<name>Luis Martins</name>
<email>luis.martins@criticaltechworks.com</email>
</author>
<published>2020-03-24T11:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fe1e4a47718a78063cb31a7ba50889ed6a7a353c'/>
<id>urn:sha1:fe1e4a47718a78063cb31a7ba50889ed6a7a353c</id>
<content type='text'>
Extend buildstats-plot.sh script to also accept the name
of the tasks as parameter.
This value will be passed directly to buildstats.sh is
already provides this option.

(From OE-Core rev: 495b6d3d85d2d14d54e324d8da43311a23fdfca6)

Signed-off-by: Luis Martins &lt;luis.martins@criticaltechworks.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>buildstats-plot.sh: fix invoking buildstats.sh</title>
<updated>2020-03-24T16:39:40+00:00</updated>
<author>
<name>Luis Martins</name>
<email>luis.martins@criticaltechworks.com</email>
</author>
<published>2020-03-24T11:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5ea725cd5a9c6ce1f411bc890d7bacb9865fd437'/>
<id>urn:sha1:5ea725cd5a9c6ce1f411bc890d7bacb9865fd437</id>
<content type='text'>
Fix the internal call to buildstats.sh by also providing
the buildstats folder location in the system, which might
differ from the default location.

(From OE-Core rev: 9f4ee2ee8712528ac51ef4ecd17ccde737e8b21d)

Signed-off-by: Luis Martins &lt;luis.martins@criticaltechworks.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>list-packageconfig-flags: print PN instead of P</title>
<updated>2019-07-03T16:00:57+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2019-07-02T04:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9a08720b3a1dbac51a5e5ecad0ab271828230358'/>
<id>urn:sha1:9a08720b3a1dbac51a5e5ecad0ab271828230358</id>
<content type='text'>
P (which is ${PN}-${PV}) isn't terribly useful in this context - we
don't really care what the version is, but we do want to know what the
recipe is so we can find it or set PACKAGECONFIG_pn-&lt;PN&gt; in our
configuration, so display ${PN} instead.

(From OE-Core rev: 7facaacd145c2924414ad63ddce07602a72d02c1)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>scripts/contrib/ddimage: be explicit whether device doesn't exist or isn't writeable</title>
<updated>2019-07-03T16:00:57+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2019-07-02T04:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=12d64d6d1a9b8242ebc03542e9e34ec67304d744'/>
<id>urn:sha1:12d64d6d1a9b8242ebc03542e9e34ec67304d744</id>
<content type='text'>
Make the error messages a little more friendly.

(From OE-Core rev: 36f308b0134c69b439152c2473a274d96b0fee89)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
