<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-kernel, branch stable/thud-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=stable%2Fthud-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=stable%2Fthud-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2018-10-28T01:23:07+00:00</updated>
<entry>
<title>kernel-selftest: temporary disable bpf for arm - fix build for qemuarm</title>
<updated>2018-10-28T01:23:07+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2018-10-27T20:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6cb64da8fa3224744f5d39a8124dc4867edfe045'/>
<id>urn:sha1:6cb64da8fa3224744f5d39a8124dc4867edfe045</id>
<content type='text'>
Even running on 32bit the bpf objects are 64bit: this triggers the QA  about
bitsize mismatch 32 vs. 64. Besides, objdump does not recognize the arch 0xf7.

Trying the workaround to use the llvm-objdump and setting TOOLCHAIN = "clang"
the build for arm fails on libcxx

  |include/c++/8.2.0/atomic:250: undefined reference to `__atomic_load_4'

Temporary disable bpf as done for x86/32bit as it seems still unstable.

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cpupower: Update LIC_FILES_CHKSUM</title>
<updated>2018-10-16T13:47:45+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>Mingli.Yu@windriver.com</email>
</author>
<published>2018-10-16T05:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7023d0f1171725118de3882c78bf64998f4bc697'/>
<id>urn:sha1:7023d0f1171725118de3882c78bf64998f4bc697</id>
<content type='text'>
Update LIC_FILES_CHKSUM for cpupower as
the COPYING file which is used for LIC_FILES_CHKSUM
has been changed in below commit:
commit bf02d491237eea10290bd379bf7fc8c37ac6c3b4
Author: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
Date:   Fri Mar 23 06:51:06 2018 -0300

    COPYING: use the new text with points to the license files

    Now that we have a new COPYING file with points to the
    Linux license files, replace it with the old content.

    This patch does:
     1 file changed, 0 insertions(+), 0 deletions(-)
     rename COPYING.new =&gt; COPYING (100%)

    Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
    Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
    Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

Signed-off-by: Mingli Yu &lt;Mingli.Yu@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>crash: Update from 7.2.3 to to 7.2.4</title>
<updated>2018-10-10T15:49:36+00:00</updated>
<author>
<name>Randy MacLeod</name>
<email>randy.macleod@windriver.com</email>
</author>
<published>2018-10-10T01:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8e3db630d13d110387eeed08f789ab3b18a3920e'/>
<id>urn:sha1:8e3db630d13d110387eeed08f789ab3b18a3920e</id>
<content type='text'>
Change log: http://people.redhat.com/anderson/crash.changelog.html

Signed-off-by: Randy MacLeod &lt;Randy.MacLeod@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel-selftest: Remove bpf on x86/32bit</title>
<updated>2018-09-27T04:15:21+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-09-27T04:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a84c46158f87800d00c845bbda151297a4860543'/>
<id>urn:sha1:a84c46158f87800d00c845bbda151297a4860543</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel-selftest: Newer kernels 4.18+ need llc from llvm</title>
<updated>2018-09-24T18:49:45+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-09-22T15:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0cdf87dd8f4c02edfc9de92de211a7f0b1ff487c'/>
<id>urn:sha1:0cdf87dd8f4c02edfc9de92de211a7f0b1ff487c</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel-selftest: Fix build on musl</title>
<updated>2018-09-15T02:01:41+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-09-12T17:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6e9c34d6a1285e487dcfeb804b1a4b4b853f0c63'/>
<id>urn:sha1:6e9c34d6a1285e487dcfeb804b1a4b4b853f0c63</id>
<content type='text'>
* (Depends upon a linux-libc-headers patch proposed to oe-core)
* Delete unused patch
* Mark Clang 6.0 as minimum required version
* Do not hardcode python3 interpreter path

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Hongzhi.Song &lt;hongzhi.song@windriver.com&gt;
Cc: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>ipmitool: Fix build with OpenSSL 1.1.x</title>
<updated>2018-09-08T20:32:12+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-09-06T05:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=19246b82df1981ec82da8cac25e6dc148be3a85a'/>
<id>urn:sha1:19246b82df1981ec82da8cac25e6dc148be3a85a</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>turbostat: Provide a persistent COPYING file</title>
<updated>2018-08-30T01:18:13+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-08-29T03:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=48b61ca65257b03b19cfdb4cdb2ff57e0804abc0'/>
<id>urn:sha1:48b61ca65257b03b19cfdb4cdb2ff57e0804abc0</id>
<content type='text'>
we were having static md5 sum but the COPYING file
was very much tied to certain versions of kernel this
makes it fail for several different kernel versions
so lets keep the upstream version of copying file

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel-selftest: Fix the COPYING checksum variablity</title>
<updated>2018-08-28T16:36:28+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-08-28T03:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=196a373fb498e188378a147dd2332e9a06514d1c'/>
<id>urn:sha1:196a373fb498e188378a147dd2332e9a06514d1c</id>
<content type='text'>
COPYING coming from kernel sources but the md5 is static value
saved in recipe does not scale to all kind of machines which may
have different kernel providers filling in, therefore keep a static
copy of COPYING file as well, additionally copy LICENSES directory ( if
it exists) into sources where all the real license texts are living

Document need for clang

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Exclude non-buildable recipes from world for musl build</title>
<updated>2018-08-21T06:58:58+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-08-21T06:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7e0fa293b79c6599fea41bde72dc24a0158409fb'/>
<id>urn:sha1:7e0fa293b79c6599fea41bde72dc24a0158409fb</id>
<content type='text'>
These recipes need to be fixed for musl, until they are needed
on musl lets remove them from world builds

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
