summaryrefslogtreecommitdiff
path: root/package/rt-tests
AgeCommit message (Collapse)Author
2017-04-19rt-tests: fix install on DarwinWaldemar Brodkorb
2016-10-06change git urls to http(s) for a better experience for people with a ↵Waldemar Brodkorb
corporate proxy, suggested by Alexey Brodkin
2016-10-03remove librt/libpthread packages, not required anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-07-17rt-tests: update to 1.0 hashWaldemar 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-06move packages to new section testsuiteWaldemar 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-06-24fix mipsel buildWaldemar Brodkorb
2015-06-04fix rt-testWaldemar Brodkorb
2015-04-27add rt-tests toolsWaldemar Brodkorb