<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-clang.git/conf, branch hardknott</title>
<subtitle>Mirror of github.com/kraj/meta-clang.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-clang.git/atom?h=hardknott</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-clang.git/atom?h=hardknott'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/'/>
<updated>2021-08-13T19:27:23+00:00</updated>
<entry>
<title>layer.conf: Fix the dynamic-layers paths</title>
<updated>2021-08-13T19:27:23+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-08-13T19:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=fb84d0b51b424cf746f5a05a6a4bef96687180bd'/>
<id>urn:sha1:fb84d0b51b424cf746f5a05a6a4bef96687180bd</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>chromium,gn-native: Remove dependencies on libc++ runtime</title>
<updated>2021-08-13T15:43:24+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-08-13T15:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=6916a0ae8d3b9807e936b6cb30d038d97e7335b7'/>
<id>urn:sha1:6916a0ae8d3b9807e936b6cb30d038d97e7335b7</id>
<content type='text'>
This only works with honister and newer

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Drop gatesgarth</title>
<updated>2021-04-15T20:33:46+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-04-15T20:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=9d276740bd10695e628abdbd49bc4cf36afddf60'/>
<id>urn:sha1:9d276740bd10695e628abdbd49bc4cf36afddf60</id>
<content type='text'>
it has its own branch

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>iwd,ell: Mark gcc only</title>
<updated>2021-04-08T14:59:55+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-04-05T22:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=a25338600b84eeafa11554ffe4af6d437772ec9f'/>
<id>urn:sha1:a25338600b84eeafa11554ffe4af6d437772ec9f</id>
<content type='text'>
They have started using nested functions lately.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nettle: Disable internal asm on ppc64</title>
<updated>2021-03-01T19:12:14+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-02-21T20:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=32de0cf88de07fad392580913fe4e2f19915a021'/>
<id>urn:sha1:32de0cf88de07fad392580913fe4e2f19915a021</id>
<content type='text'>
generated asm files use .0: label which is not understood with internal
asm, gnu as does fine job

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>clang: Update to 12.0.0 RC2</title>
<updated>2021-03-01T19:12:14+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-01-28T19:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=596e0e7c195378a1b02e6ebcad0fb98054230e28'/>
<id>urn:sha1:596e0e7c195378a1b02e6ebcad0fb98054230e28</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: remove bcc and bpftrace from NON_MULTILIB_RECIPES</title>
<updated>2021-02-06T02:02:07+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2021-02-05T02:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=5f883adda39ad3d2ece13aadee784ccf7c800ac3'/>
<id>urn:sha1:5f883adda39ad3d2ece13aadee784ccf7c800ac3</id>
<content type='text'>
Because bcc and bpftrace have been set in NON_MULTILIB_RECIPES, 'bcc'
rprovides 'lib32-bcc'. So when multilib is enabled, it is 'bcc' rather
than 'lib32-bcc' installed to lib32 image such as lib32-core-image-minimal.
Then the runtime dependency 64-bit package python3-core is installed
accordingly. It causes 32-bit python modules which contains .so library
do not work any more. For example, it fails to run command 'dnf':

| ImportError: /usr/lib/python3.9/site-packages/libdnf/_error.so: wrong ELF class: ELFCLASS32

Remove bcc and bpftrace from NON_MULTILIB_RECIPES to make sure they are
not installed to lib32 images and mess images up.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
</content>
</entry>
<entry>
<title>clang/llvm: Upgrade to 11.1.0-rc2</title>
<updated>2021-01-26T20:59:02+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-01-25T23:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=67a7cad4bb48ef569b4eeb4b3c923133d2d422a6'/>
<id>urn:sha1:67a7cad4bb48ef569b4eeb4b3c923133d2d422a6</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>qemu: Link with latomic on clang/x86</title>
<updated>2021-01-09T20:56:31+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-01-08T19:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=e2d2a029ee122b9cf25f8296c6ce610bf6bebbf6'/>
<id>urn:sha1:e2d2a029ee122b9cf25f8296c6ce610bf6bebbf6</id>
<content type='text'>
clang delegates atomics to runtime library instead of builtins so link
in libatomic on x86/gnu

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ppp: Mark non-clangable</title>
<updated>2021-01-09T20:56:31+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-01-08T07:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=1eef983f97a125f2b845fa2354d4605ad7da5a6e'/>
<id>urn:sha1:1eef983f97a125f2b845fa2354d4605ad7da5a6e</id>
<content type='text'>
New version of ppp uses gcc specific options and nested functions which
clang does not support

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