Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kselftests: update to 4.9 | Fathi Boudra | 2017-03-17 | 1 | -89/+0 |
| | | | | | | | | | | | | | * Adjust md5sum/sha256sum for the updated tarball * Add libpcap dependency, needed by vm/mlock-random-test * Rewrite TARGETS as a list (easier to copy/paste/update) and filter out arch specific tests using bb.utils.contains_any() * Add new tests introduced with 4.9 : capabilities, futex, lib, membarrier, nsfs, pstore, seccomp, sigalstack, static_keys, zram. * Adjust the packages list for the new tests. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com> | ||||
* | kselftests: set file ownership to root, avoid contamination warnings | Denys Dmytriyenko | 2017-03-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> | ||||
* | kselftests: add rsync build dependency | Fathi Boudra | 2017-03-14 | 1 | -1/+1 |
| | | | | | | | | | lib.mk is calling rsync: | /bin/sh: 1: rsync: not found | ../lib.mk:24: recipe for target 'install' failed Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com> | ||||
* | kselftests: update to 4.4, don't need to depend on kernel | Denys Dmytriyenko | 2016-07-29 | 1 | -0/+88 |
Signed-off-by: Denys Dmytriyenko <denys@ti.com> |