<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git, branch halstead/hashclient</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=halstead%2Fhashclient</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=halstead%2Fhashclient'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2024-04-12T21:42:54+00:00</updated>
<entry>
<title>hashserv: client: Fix mode state errors</title>
<updated>2024-04-12T21:42:54+00:00</updated>
<author>
<name>Joshua Watt</name>
<email>JPEWhacker@gmail.com</email>
</author>
<published>2024-04-12T20:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=150f45c53cf3cadf5c5171a78bcdce35733c744d'/>
<id>urn:sha1:150f45c53cf3cadf5c5171a78bcdce35733c744d</id>
<content type='text'>
Careful reading of the code can contrive cases where poorly timed
ConnectionError's will result in the client mode being incorrectly reset
to MODE_NORMAL when it should actual be a stream mode for the current
command. Fix this by no longer attempting to restore the mode when the
connection is setup. Instead, attempt to set the stream mode inside the
send wrapper for the stream data, which means that it should always end
up in the correct mode before continuing.

Also, factor out the transition to normal mode into a invoke() override
so it doesn't need to be specified over and over again.

Signed-off-by: Joshua Watt &lt;JPEWhacker@gmail.com&gt;
</content>
</entry>
<entry>
<title>systemd: make predictable name mac policy opt-out</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Peter Marko</name>
<email>peter.marko@siemens.com</email>
</author>
<published>2024-04-12T13:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5950c63d54228f15a973d8d8c843b0dc9987ab7f'/>
<id>urn:sha1:5950c63d54228f15a973d8d8c843b0dc9987ab7f</id>
<content type='text'>
Even the patch says it's inappropriate for upstream,
and it's also inappropriate for some downstream projects, too.
So make it possible to opt-out on it by replacing
the patch by sed and depend on distro feature pni-names.

(From OE-Core rev: d9777e12b518f06657c84a348cc7b1d1b40317e4)

Signed-off-by: Peter Marko &lt;peter.marko@siemens.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>oe-build-perf-report: Improve report styling and add descriptions</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Ninette Adhikari</name>
<email>13760198+ninetteadhikari@users.noreply.github.com</email>
</author>
<published>2024-04-12T15:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2e98aaa4b8c084fa587fa4881b67361c5ce165d4'/>
<id>urn:sha1:2e98aaa4b8c084fa587fa4881b67361c5ce165d4</id>
<content type='text'>
Styling updates are added including page margin, labels for x and y axis, tooltip, and section descriptions.

(From OE-Core rev: c7984ea57c381c6758f110ad302ca82413d8dfc5)

Signed-off-by: Ninette Adhikari &lt;ninette@thehoodiefirm.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>oe-build-perf-report: Display more than 300 commits and date instead of commit number</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Ninette Adhikari</name>
<email>13760198+ninetteadhikari@users.noreply.github.com</email>
</author>
<published>2024-04-12T15:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c7100972417d9a407cd46bd6cd68da515803f051'/>
<id>urn:sha1:c7100972417d9a407cd46bd6cd68da515803f051</id>
<content type='text'>
- This commit updates measurement statistics data to include start_time so that time can be displayed instead of commit numbers on the chart.
- It also updates default commit history length to 300.

(From OE-Core rev: 832ab370c327cc9e09bf9e495ba03e6485643249)

Signed-off-by: Ninette Adhikari &lt;ninette@thehoodiefirm.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>oe-build-perf-report: Add apache echarts to make report interactive</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Ninette Adhikari</name>
<email>13760198+ninetteadhikari@users.noreply.github.com</email>
</author>
<published>2024-04-12T15:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5ce2b7d0622011a3a9036e21d68b986257944b2f'/>
<id>urn:sha1:5ce2b7d0622011a3a9036e21d68b986257944b2f</id>
<content type='text'>
- Add Apache echarts (https://echarts.apache.org/en/index.html) library to create build performance charts.
- Restructure data to time and value array format so that it can be used by echarts.
- This commit also converts test duration to minutes to map against the values axis.
- Zoom is added to the line charts.

(From OE-Core rev: f1736f3f0e61d4042b18a2dbee9ca9be05962e6c)

Signed-off-by: Ninette Adhikari &lt;ninette@thehoodiefirm.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>buildtools-tarball: Add python3-websockets</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2024-04-12T09:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4c2c9010f29641fc6f515f14d4d5f32d1fcabbdd'/>
<id>urn:sha1:4c2c9010f29641fc6f515f14d4d5f32d1fcabbdd</id>
<content type='text'>
For the newer hash equivlance servers we need websockets. Add it
to buildtools tarball.

(From OE-Core rev: 96f6f36798c433d53a067693c32c0fc230ee8442)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>python3-websockets: Import from meta-python</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2024-04-12T09:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ebb235e098d8c0f1970e5d8a550f928bcbda30b4'/>
<id>urn:sha1:ebb235e098d8c0f1970e5d8a550f928bcbda30b4</id>
<content type='text'>
For the newer hash equivlance servers we need websockets. Import it
from meta-oe so we can easily include it in buildtools tarball.

(From OE-Core rev: 5f1c8448f67792ceda8698dd775a360ff8294126)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>scripts/oe-setup-build: write a build environment initialization one-liner into the build directory</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2024-03-05T07:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ced1868d2edce09c57602a4601012d8bcceddf38'/>
<id>urn:sha1:ced1868d2edce09c57602a4601012d8bcceddf38</id>
<content type='text'>
With this, users no longer have to know where oe-init-build-env is relative to the
build directory; that information is contained in the one liner and then
it's possible to simply use that:

. /path/to/build/init-build-env

This will particularly help with initializing builds in unpacked
build bundles, as users won't have to know where oe-init-build-env
is in the bundle directory tree - similar to esdk initialization.

(From OE-Core rev: 3cea5365b2a813a10b28ab6e647df192d28eb4e5)

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>meta/lib/oe/sstatesig.py: do not error out if sstate files fail on os.stat()</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2024-02-27T11:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7544ef4c4955782692189371803da07549f63d15'/>
<id>urn:sha1:7544ef4c4955782692189371803da07549f63d15</id>
<content type='text'>
There's an ongoing issue with the autobuilder NFS:
https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/6463/steps/14/logs/stdio

The file entry exists, but os.stat returns a 'file not found; error. It's not
clear how and why such entries appear, but they do produce printdiff test failures
and should not be relevant in context of the printdiff.

(From OE-Core rev: 7547816bb2fd7028a46b7494ddd3ccf437979850)

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>iproute2: add bridge package</title>
<updated>2024-04-12T17:04:02+00:00</updated>
<author>
<name>Michael Haener</name>
<email>michael.haener@siemens.com</email>
</author>
<published>2024-02-19T09:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2292c6180551e6c55dcd4296e4321463ebe29071'/>
<id>urn:sha1:2292c6180551e6c55dcd4296e4321463ebe29071</id>
<content type='text'>
Add package for using the bridge tool.

(From OE-Core rev: 44121c3080328b22077b212e464be909a508d2c4)

Signed-off-by: Michael Haener &lt;michael.haener@siemens.com&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
