summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sysdig
Commit message (Collapse)AuthorAgeFilesLines
* sysdig: Add SRCREV_FORMATKhem Raj2023-08-121-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: Fix build with gcc13Khem Raj2023-02-022-0/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: Upgrade to 0.28.0Khem Raj2022-03-245-618/+42
| | | | | | | | Drop patches, since they are not needed Add a patch to define PROBE_NAME for CFLAGS Disable sysdig for ppc64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: Fix build with ncurses 6.3+Khem Raj2021-11-012-0/+156
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-14/+14
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sysdig: Disable JIT on ppc64Khem Raj2021-07-061-0/+2
| | | | | | since luajit is not available on ppc64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: disable building for ppcSaul Wold2021-05-191-0/+2
| | | | | | | Sysdig depends on tbb which no longer builds for powerpc Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: Depend on system libb64Khem Raj2021-03-281-2/+1
| | | | | | avoid using vendored version Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: Upgrade to 0.27.1Khem Raj2021-03-283-69/+2
| | | | | | Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: Do not depend on luaJIT for riscvKhem Raj2020-04-191-0/+4
| | | | | | LuaJIT is not porteed to riscv yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: upgrade 0.26.5 -> 0.26.6Andreas Müller2020-04-121-2/+2
| | | | | | | | | | | | | | 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 <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: Use luajit and build fixes on aarch64Khem Raj2020-03-132-2/+360
| | | | | | latest luajit now supports aarch64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: Upgrade to 0.26.5Khem Raj2020-02-295-146/+159
| | | | | | | | | | | | * 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 <raj.khem@gmail.com>
* sysdig: don't build for aarch64Armin Kuster2018-03-211-0/+4
| | | | | | this package depends on luajit which is not supported on aarch64 Signed-off-by: Armin Kuster <akuster808@gmail.com>
* sysdig: Use makefile generator instead of ninja for cmakeKhem Raj2018-02-111-0/+2
| | | | | | | | Fixes build errors e.g. | ninja: error: build.ninja:205: bad $-escape (literal $ must be written as $$) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-oe: remove trailing spacesMartin Jansa2016-08-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sysdig: Fix build with lua >= 5.2Khem Raj2015-10-233-2/+163
| | | | | | | | It was still using deprecated lua contructs also fix for musl while at it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sysdig: 0.1.101 -> 0.1.102Bian Naimeng2015-08-312-28/+4
| | | | | | | | | | | | | 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 <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sysdig: add new recipeBian Naimeng2015-07-162-0/+56
sysdig is a tool for system-level exploration and troubleshooting Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>