kernel-selftest: Add few more testcases

This commit will build and install following testcases under /usr/kernel-selftest of filesystem,
    * ptp
    * timers

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Chirag Shilwant 2024-01-26 12:53:48 +05:30 committed by Khem Raj
parent 2c6caea18f
commit 02806ed4c1
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -49,6 +49,8 @@ DEBUG_PREFIX_MAP:remove = "-fcanon-prefix-map"
TEST_LIST = "\
${@bb.utils.filter('PACKAGECONFIG', 'bpf firmware vm', d)} \
rtc \
ptp \
timers \
"
EXTRA_OEMAKE = '\
CROSS_COMPILE=${TARGET_PREFIX} \