<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/scripts/contrib, branch dunfell-23.0.2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=dunfell-23.0.2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=dunfell-23.0.2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2020-03-29T11:05:31+00:00</updated>
<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>
<entry>
<title>scripts/contrib/ddimage: replace blacklist with mount check</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:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d3a9f43305f28ef229fc621ff1273c69a435dec5'/>
<id>urn:sha1:d3a9f43305f28ef229fc621ff1273c69a435dec5</id>
<content type='text'>
The blacklist, whilst previously useful for safety, is now becoming
obsolete - on my current system, the main storage is at /dev/nvme* and
if I plug in a USB stick it shows up as /dev/sdb which was previously
blacklisted. To make this more flexible, remove the blacklist and
instead check if the specified device is mounted, has a partition
that is mounted, or is otherwise in use according to the kernel, and
show an appropriate error and quit if so.

To make this robust, also ensure we handle where the specified device is
a symlink to another device.

(From OE-Core rev: 49043de1a7716ad612fb92a2e8a52e43d253c800)

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: fix typo</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:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8ff741d0752cae18a0d0921f32011810c67eee81'/>
<id>urn:sha1:8ff741d0752cae18a0d0921f32011810c67eee81</id>
<content type='text'>
UNKOWN -&gt; UNKNOWN

(From OE-Core rev: adf632c959e7f6595b697726fe64ddda40b9f249)

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>
