summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/cmocka/files
Commit message (Collapse)AuthorAgeFilesLines
* cmocka: Check for previous declaration of uintptr_tKhem Raj2023-03-221-0/+43
| | | | | | Fix build with musl/aarch64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cmocka: Fix buils with LTOKhem Raj2020-11-091-53/+0
| | | | | | | | | Update to latest on master Drop uintptr_t patch, its fixed upstream differently Package up the new library libproc_uptime.so needed by examples Add it to INSANE_SKIP for examples Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cmocka: add recipeArmin Kuster2020-09-282-0/+63
includes ptest and bundling of examples that can be used for testing Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>