<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-extended/sysdig/sysdig_git.bb, branch gatesgarth</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=gatesgarth</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=gatesgarth'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-04-19T18:55:06+00:00</updated>
<entry>
<title>sysdig: Do not depend on luaJIT for riscv</title>
<updated>2020-04-19T18:55:06+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-04-18T16:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0651858d83c58937eeddd6f872a78d7a034822dd'/>
<id>urn:sha1:0651858d83c58937eeddd6f872a78d7a034822dd</id>
<content type='text'>
LuaJIT is not porteed to riscv yet

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>sysdig: upgrade 0.26.5 -&gt; 0.26.6</title>
<updated>2020-04-13T05:57:22+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2020-04-12T19:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1cb563d8319bcf834309e243dd73bde4e6517a9c'/>
<id>urn:sha1:1cb563d8319bcf834309e243dd73bde4e6517a9c</id>
<content type='text'>
Bug fixes
    Rewrite the probe builder (#1576)
    Build fixes for 5.4+ kernels (#1595)
    Use Debian Stable as the base container image (#1605)
    All the fixes incorporated in 0.26.5 (that didn't get artifacts released for tooling reasons)

New features
    Support for s390x and ppc64le architectures

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>sysdig: Use luajit and build fixes on aarch64</title>
<updated>2020-03-13T18:01:34+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-03-13T13:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f5fdeea3564cdf0705d898350cf35d4612b672cc'/>
<id>urn:sha1:f5fdeea3564cdf0705d898350cf35d4612b672cc</id>
<content type='text'>
latest luajit now supports aarch64

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>sysdig: Upgrade to 0.26.5</title>
<updated>2020-03-01T06:26:50+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-01-03T01:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ed798c764319d83ad9eb1b963bfc99b1fa1a791a'/>
<id>urn:sha1:ed798c764319d83ad9eb1b963bfc99b1fa1a791a</id>
<content type='text'>
* License changed to Apache-2.0 upstream as well [1]
* Forward port patches to apply on 0.26
* Just build libb64 from internal modules everything else should be
  provided by OE recipes
* Disable luajit mips64 since luajit on these arches is
  not available, fall back to liblua
* Disable build on musl and mips arch, it needs fixing in sysdig

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>sysdig: don't build for aarch64</title>
<updated>2018-03-22T01:32:48+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2018-03-13T17:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=25206cde7398d875327d247bb73c212236a2996c'/>
<id>urn:sha1:25206cde7398d875327d247bb73c212236a2996c</id>
<content type='text'>
this package depends on luajit which is not supported on aarch64

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>sysdig: Use makefile generator instead of ninja for cmake</title>
<updated>2018-02-11T19:53:42+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-02-02T07:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0a10b5b25aa7d9c6282234c5bb86bf724b08c00b'/>
<id>urn:sha1:0a10b5b25aa7d9c6282234c5bb86bf724b08c00b</id>
<content type='text'>
Fixes build errors e.g.
| ninja: error: build.ninja:205: bad $-escape (literal $ must be written as $$)

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-oe: remove trailing spaces</title>
<updated>2016-08-22T13:56:29+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2016-08-18T16:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=dc48e768f527cbed0cc3899f6a2ebb396cd9ada8'/>
<id>urn:sha1:dc48e768f527cbed0cc3899f6a2ebb396cd9ada8</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>sysdig: Fix build with lua &gt;= 5.2</title>
<updated>2015-10-23T10:56:18+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2015-10-23T07:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=504791031307da2bd380ac5f6da02fc67ea71731'/>
<id>urn:sha1:504791031307da2bd380ac5f6da02fc67ea71731</id>
<content type='text'>
It was still using deprecated lua contructs
also fix for musl while at it

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>sysdig: 0.1.101 -&gt; 0.1.102</title>
<updated>2015-08-31T17:30:55+00:00</updated>
<author>
<name>Bian Naimeng</name>
<email>biannm@cn.fujitsu.com</email>
</author>
<published>2015-08-25T09:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2d8d524386fc20bb057b96ffbfe4aa2aabea275f'/>
<id>urn:sha1:2d8d524386fc20bb057b96ffbfe4aa2aabea275f</id>
<content type='text'>
upgrade sysdig to 0.1.102, and using GIT source instead of archive.

Because the bug had been fixed at upstream before 0.1.102 released,
so get rid of 01-donot-set-default-value-to-va_list.patch.

Please obtain detail from
https://github.com/draios/sysdig/commit/3cf4db08314b8559405198fb998eab421fec4b7d

Signed-off-by: Bian Naimeng &lt;biannm@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
