summaryrefslogtreecommitdiff
path: root/package/sysdig
AgeCommit message (Collapse)Author
2018-03-08fix path to new include fileWaldemar Brodkorb
2017-12-29sysdig: update to latest git and add csysdig binary to targetWaldemar Brodkorb
2017-09-17remove -fhonour-copts usageWaldemar Brodkorb
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling.
2017-06-29sysdig: update to latest upstream versionWaldemar Brodkorb
2017-06-10sysdig: update to latest gitWaldemar Brodkorb
2016-09-27squid: disable for rb532Waldemar Brodkorb
2016-02-29add new PKG_GIT variableWaldemar Brodkorb
We can now clone git tags and branches in a more performant way. No change for specific hashes, other then PKG_GIT is required now. Do not remove .git dirs, as the downloaded code might be used to add a patch and send upstream. Add git as requirement for downloading. Remove unmaintained u-boot-git package.
2015-12-03use new PKG_KDEPENDS variableWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-04-04add sysdig package and dependencies. cleanup Config.in.debugWaldemar Brodkorb