<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-clang.git/dynamic-layers, branch nanbield</title>
<subtitle>Mirror of github.com/kraj/meta-clang.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-clang.git/atom?h=nanbield</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-clang.git/atom?h=nanbield'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/'/>
<updated>2023-09-21T17:20:30+00:00</updated>
<entry>
<title>bpftrace: Build tests for rv64 again</title>
<updated>2023-09-21T17:20:30+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-09-21T14:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=5f325ff8119d2ea8229e42955c3e43309915f6bf'/>
<id>urn:sha1:5f325ff8119d2ea8229e42955c3e43309915f6bf</id>
<content type='text'>
The issue has been fixed upstream

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcc: CMakeLists.txt: don't modify .gitconfig on build host nor try to update git submodules</title>
<updated>2023-09-07T17:39:05+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2023-09-07T09:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=0bbb4abf18108c456913c8ad7c25af5bf835bb4a'/>
<id>urn:sha1:0bbb4abf18108c456913c8ad7c25af5bf835bb4a</id>
<content type='text'>
* bitbake fetcher will correctly handle safe.directory issues and
  blazesym or libbpf submodules are managed by gitsm:// fetcher
  we don't want to call git from CMake in do_configure

* prevents many safe.directory entries in users .gitconfig when
  bcc was built in many different TMPDIRs

  added in https://github.com/iovisor/bcc/pull/4186

  causing:
  [safe]
        directory = /OE/build/oe-core/tmp-glibc/work/cortexa57-oe-linux/bcc/0.28.0+git/git
        directory = /OE/build/oe-core/tmp-glibc/work/cortexa57-oe-linux/bcc/0.28.0+git/git/libbpf-tools/blazesym

  to be added for every TMPDIR where it was built

Signed-off-by: Martin Jansa &lt;martin.jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcc: move to the right dynamic-layer</title>
<updated>2023-09-07T17:39:05+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2023-09-07T08:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=09e448e13853e8bce535967454cf08e62e76c6c0'/>
<id>urn:sha1:09e448e13853e8bce535967454cf08e62e76c6c0</id>
<content type='text'>
* it depends not only on meta-oe, but on meta-python as well
  and because meta-python depends on meta-oe, we can enable this
  when ever meta-python is included

* fixes:
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python3-pyroute2' (but /OE/build/oe-core/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.28.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-pyroute2' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-pyroute2']
ERROR: Nothing RPROVIDES 'python3-netaddr' (but /OE/build/oe-core/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.28.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-netaddr' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-netaddr']
ERROR: Nothing RPROVIDES 'bcc-dev' (but /OE/build/oe-core/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.28.0.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'bcc-dev'
NOTE: Runtime target 'bcc-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['bcc-dev']
ERROR: Nothing RPROVIDES 'bcc' (but /OE/build/oe-core/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.28.0.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'bcc'
NOTE: Runtime target 'bcc' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['bcc']
</content>
</entry>
<entry>
<title>bpftrace: Fix v0.18.0 build with PTEST_ENABLED</title>
<updated>2023-07-21T02:11:38+00:00</updated>
<author>
<name>Michal Wojcik</name>
<email>michal.wojcik@linaro.org</email>
</author>
<published>2023-07-18T16:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=bf6c02a47fb2ffec735df6c7dd642432f3681337'/>
<id>urn:sha1:bf6c02a47fb2ffec735df6c7dd642432f3681337</id>
<content type='text'>
Building bpftrace tests after upgrade requires pahole and llvm-objcopy.

Signed-off-by: Michal Wojcik &lt;michal.wojcik@linaro.org&gt;
</content>
</entry>
<entry>
<title>bcc: fix some of python script with wrong shebang</title>
<updated>2023-07-13T05:09:38+00:00</updated>
<author>
<name>Xiangyu Chen</name>
<email>xiangyu.chen@windriver.com</email>
</author>
<published>2023-07-12T06:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=090177211b2682d5ae3361e37d0d7f49667aa47a'/>
<id>urn:sha1:090177211b2682d5ae3361e37d0d7f49667aa47a</id>
<content type='text'>
examples/tracing/nflatency.py has already upgraded the shebang to python3 on upstream,
so when we apply the do_install:append function, the shebang of nflatency.py become
/usr/bin/env python33

Signed-off-by: Xiangyu Chen &lt;xiangyu.chen@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>bpftrace: Fix build with llvm 17</title>
<updated>2023-07-10T00:44:33+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-07-06T16:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=6c835e5c4a7e6cfaf44d3714e6bd2e7b196a8378'/>
<id>urn:sha1:6c835e5c4a7e6cfaf44d3714e6bd2e7b196a8378</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>bpftrace: Upgrade to 0.18.0</title>
<updated>2023-07-10T00:44:33+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-07-06T14:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=9dcbac82c8618e5f77d2295f3bc71f8be9fcbad6'/>
<id>urn:sha1:9dcbac82c8618e5f77d2295f3bc71f8be9fcbad6</id>
<content type='text'>
Allow clang/llvm 17 to build it

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcc: Upgrade to 0.28.0</title>
<updated>2023-07-06T15:42:54+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-07-05T23:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=2b52be0c01a2d94c204c6e870d323479444e6c54'/>
<id>urn:sha1:2b52be0c01a2d94c204c6e870d323479444e6c54</id>
<content type='text'>
Add python3-setuptools-native to depends

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>qt6/qttools: Fix build with clang</title>
<updated>2023-06-09T17:40:54+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-06-07T07:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=9c36f5aaf0c243ec1559cdc13bd9c25917817fa6'/>
<id>urn:sha1:9c36f5aaf0c243ec1559cdc13bd9c25917817fa6</id>
<content type='text'>
See [1]

[1] https://codereview.qt-project.org/c/yocto/meta-qt6/+/476890

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcc: updating the shebang of python scripts in tools to python3</title>
<updated>2023-05-30T17:11:05+00:00</updated>
<author>
<name>Xiangyu Chen</name>
<email>xiangyu.chen@windriver.com</email>
</author>
<published>2023-05-28T04:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=ed88f93cbbbbec6327637e269e456861dfde51a5'/>
<id>urn:sha1:ed88f93cbbbbec6327637e269e456861dfde51a5</id>
<content type='text'>
the upstream changed the shebang of python scripts in tools folder[1],
this would cause do_install:append cannot conver all scripts.

[1] https://github.com/iovisor/bcc/commit/3f5e402bcadf44ce0250864db52673bf7317797b

Signed-off-by: Xiangyu Chen &lt;xiangyu.chen@windriver.com&gt;
</content>
</entry>
</feed>
