summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kselftests/kselftests_4.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* kselftests: update to 4.9Fathi Boudra2017-03-171-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 warningsDenys Dmytriyenko2017-03-141-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: add rsync build dependencyFathi Boudra2017-03-141-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 kernelDenys Dmytriyenko2016-07-291-0/+88
Signed-off-by: Denys Dmytriyenko <denys@ti.com>