rtai, xenomai: use the pre patch hook point
The post extract hook point is not really correct as what RTAI and Xenomai extensions are doing is patching the kernel. The post patch hook point doesn't work, because RTAI and Xenomai patches would be applied *after* all other patches, while it sounds more logical to apply them first, and *then* allow the user to apply some platform/board specific patches if needed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
33518020ba
commit
be27a7933f
@ -42,6 +42,6 @@ define RTAI_PREPARE_KERNEL
|
||||
endef
|
||||
endif
|
||||
|
||||
LINUX_POST_PATCH_HOOKS += RTAI_PREPARE_KERNEL
|
||||
LINUX_PRE_PATCH_HOOKS += RTAI_PREPARE_KERNEL
|
||||
|
||||
endif #BR2_LINUX_EXT_RTAI
|
||||
|
@ -25,6 +25,6 @@ define XENOMAI_PREPARE_KERNEL
|
||||
--verbose
|
||||
endef
|
||||
|
||||
LINUX_POST_EXTRACT_HOOKS += XENOMAI_PREPARE_KERNEL
|
||||
LINUX_PRE_PATCH_HOOKS += XENOMAI_PREPARE_KERNEL
|
||||
|
||||
endif #BR2_LINUX_EXT_XENOMAI
|
||||
|
Loading…
Reference in New Issue
Block a user