rtai, xenomai: use the pre patch hook point
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 19 Sep 2011 20:10:53 +0000 (22:10 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 20 Sep 2011 20:18:16 +0000 (22:18 +0200)
commitbe27a7933f12af29346eb7e73e0a0ca9ae7f947d
treef9df4bfc8f13570d2c7695a2ac74e69251195748
parent33518020ba93b739252f6d7f82bc48e6cbf3100a
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>
linux/linux-ext-rtai.mk
linux/linux-ext-xenomai.mk