mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
xenomai: update list of testsuite files
Since Xenomai 3, the list of installed binaries/scripts of the testsuite is different than before. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ab3218f108
commit
2fb9a09d71
@ -56,13 +56,11 @@ XENOMAI_POST_INSTALL_TARGET_HOOKS += XENOMAI_REMOVE_DEVFILES
|
|||||||
ifeq ($(BR2_PACKAGE_XENOMAI_TESTSUITE),)
|
ifeq ($(BR2_PACKAGE_XENOMAI_TESTSUITE),)
|
||||||
define XENOMAI_REMOVE_TESTSUITE
|
define XENOMAI_REMOVE_TESTSUITE
|
||||||
rm -rf $(TARGET_DIR)/usr/share/xenomai/
|
rm -rf $(TARGET_DIR)/usr/share/xenomai/
|
||||||
for i in klatency rtdm xeno xeno-load check-vdso \
|
for i in clocktest gpiotest latency spitest switchtest \
|
||||||
irqloop cond-torture-posix switchtest arith \
|
xeno-test-run-wrapper dohell xeno-test-run xeno-test ; do \
|
||||||
sigtest clocktest cyclictest latency wakeup-time \
|
|
||||||
xeno-test cond-torture-native mutex-torture-posix \
|
|
||||||
mutex-torture-native ; do \
|
|
||||||
rm -f $(TARGET_DIR)/usr/bin/$$i ; \
|
rm -f $(TARGET_DIR)/usr/bin/$$i ; \
|
||||||
done
|
done
|
||||||
|
rm -rf $(TARGET_DIR)/usr/demo/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
XENOMAI_POST_INSTALL_TARGET_HOOKS += XENOMAI_REMOVE_TESTSUITE
|
XENOMAI_POST_INSTALL_TARGET_HOOKS += XENOMAI_REMOVE_TESTSUITE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user