<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta, branch master-next2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=master-next2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=master-next2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2019-09-18T10:52:03+00:00</updated>
<entry>
<title>meta-extsdk: Fix</title>
<updated>2019-09-18T10:52:03+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2019-09-18T10:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=55bb60614972659ba6f4947ff40749a3b2e38d1a'/>
<id>urn:sha1:55bb60614972659ba6f4947ff40749a3b2e38d1a</id>
<content type='text'>
(From OE-Core rev: 3f0577faef72470ccd9097b46fecadbde45c0bcf)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>systemd: Handle slow to boot mips hwdb update timeouts</title>
<updated>2019-09-18T10:52:02+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2019-09-17T20:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d830676fb2fb2bd98e5f42afddf94f6606bdaa57'/>
<id>urn:sha1:d830676fb2fb2bd98e5f42afddf94f6606bdaa57</id>
<content type='text'>
(From OE-Core rev: 1e4ea527b5bc6ce46903adf24c4dbd59b114653b)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>strace: add a timeout for running ptests</title>
<updated>2019-09-18T10:52:02+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2019-09-17T14:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0ecdc025a99a630c16b352d88281de365853b1b3'/>
<id>urn:sha1:0ecdc025a99a630c16b352d88281de365853b1b3</id>
<content type='text'>
5.2 kernel has introduced a significant performance regression
where some of the tests take many minutes to complete (where
previously it was seconds). While we're getting to the bottom
of the issue and working with upstream to resove it, this
change allows tests to proceed instead of getting stuck and
eventually timing out.

https://bugzilla.yoctoproject.org/show_bug.cgi?id=13506

(From OE-Core rev: 2ebc4ca6c324ce15fa9bd303c781cefa5ccebf99)

Signed-off-by: Alexander Kanavin &lt;alex.kanavin@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>openssl: Enable os option for with-rand-seed as well</title>
<updated>2019-09-18T10:52:02+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-09-17T18:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4e61ac819f0ebe672ed722d1c309f4157fcb69bc'/>
<id>urn:sha1:4e61ac819f0ebe672ed722d1c309f4157fcb69bc</id>
<content type='text'>
with openSSL 1.1.1d we start seeing errors like

Error Generating Key
139979727451584:error:2406C06E:random number generator:RAND_DRBG_instantiate:error retrieving entropy:../openssl-1.1.1d/crypto/rand/drbg_lib.c:342:

when using openssl from openssl-native on build hosts, this is due to
limiting the random seed to devrandom, to support older hosts, since the
option allows to have a comma separated list of methods to try, we can
try the default first and if that fails then fallback to devrandom, this
will ensure that it keeps working with build systems which dont support
getrandom()

(From OE-Core rev: 40b1c65943c236abe0bff0347628e17b9bf905c2)

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Adrian Bunk &lt;bunk@stusta.de&gt;
Cc: Alexander Kanavin &lt;alex.kanavin@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>weston: Set depends to the virtual needed not explicitly on Mesa</title>
<updated>2019-09-18T10:52:02+00:00</updated>
<author>
<name>Andrew F. Davis</name>
<email>afd@ti.com</email>
</author>
<published>2019-09-17T13:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=313ac09a9a6aa89402dbf07e777969d0349528d6'/>
<id>urn:sha1:313ac09a9a6aa89402dbf07e777969d0349528d6</id>
<content type='text'>
The dependency is for EGL and GLES2 libraries. On some systems these
are not provided by Mesa, list what is actually needed so the system
can choose the correct provider.

(From OE-Core rev: f53cb98a33ec83897ada71f751ff29ab21cb5958)

Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;
Acked-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gtk+3: Set depends to the virtual needed not explicitly on Mesa</title>
<updated>2019-09-18T10:52:02+00:00</updated>
<author>
<name>Andrew F. Davis</name>
<email>afd@ti.com</email>
</author>
<published>2019-09-17T13:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=92b9a63f80fa7dd47388343c20f668d9ee4e59b3'/>
<id>urn:sha1:92b9a63f80fa7dd47388343c20f668d9ee4e59b3</id>
<content type='text'>
The dependency is for EGL and GLES2 libraries. On some systems these
are not provided by Mesa, list what is actually needed so the system
can choose the correct provider.

(From OE-Core rev: d9572501c3c52245f32242aa68b465acad42d821)

Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>cogl: Set depends to the virtual needed not explicitly on Mesa</title>
<updated>2019-09-18T10:52:02+00:00</updated>
<author>
<name>Andrew F. Davis</name>
<email>afd@ti.com</email>
</author>
<published>2019-09-17T13:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=bb0aeef8b4462112213ac47b9e0130fbe1d3ab51'/>
<id>urn:sha1:bb0aeef8b4462112213ac47b9e0130fbe1d3ab51</id>
<content type='text'>
The dependency is for EGL and GLES2 libraries. On some systems these
are not provided by Mesa, list what is actually needed so the system
can choose the correct provider.

(From OE-Core rev: f2efc1159e811f0a9b55105523a7d3371f81bfe0)

Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libical: upgrade to 3.0.6</title>
<updated>2019-09-18T10:52:02+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2019-09-17T12:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7071ee31232797969096d515e570546099ac2b83'/>
<id>urn:sha1:7071ee31232797969096d515e570546099ac2b83</id>
<content type='text'>
(From OE-Core rev: 0be5c22f3f2ce51d4d67b837960aac8f24adb055)

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>python3-dbus: update to 1.2.12</title>
<updated>2019-09-18T10:52:02+00:00</updated>
<author>
<name>Oleksandr Kravchuk</name>
<email>open.source@oleksandr-kravchuk.com</email>
</author>
<published>2019-09-13T19:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=78b3125e1851761fa9bcb07b4c82194d66c40e64'/>
<id>urn:sha1:78b3125e1851761fa9bcb07b4c82194d66c40e64</id>
<content type='text'>
(From OE-Core rev: f2998c788e391df5a17fd5a973f4413a17457e0e)

Signed-off-by: Oleksandr Kravchuk &lt;open.source@oleksandr-kravchuk.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libepoxy: Disable x11 when not building for x11</title>
<updated>2019-09-18T10:52:02+00:00</updated>
<author>
<name>Andrew F. Davis via Openembedded-core</name>
<email>openembedded-core@lists.openembedded.org</email>
</author>
<published>2019-09-13T19:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=dabaedd7a07b0347dcf7b9c9e07011a2b717afe8'/>
<id>urn:sha1:dabaedd7a07b0347dcf7b9c9e07011a2b717afe8</id>
<content type='text'>
Although glx support is turned off, the build still tries to pull in some
x11 components, disable x11 explicitly.

(From OE-Core rev: bd6c3bd6f1eb0df3af99580056cbf73f577d5011)

Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
