Addressed above.Bob Feretich wrote:First, thanks for the help getting me started with Xenomai in openembedded. Special thanks to Felipe Brandao Cavalcanti for the files he posted. (I was sidetracked on another project, so I could not follow-up sooner.) I added adeos-ipipe-2.6.29-arm-1.13-04.patch to the end of the normal set of kernel patches to be applied against Angstrom linux-omap-2.6.29.bb recipe file (it builds the -r46 revision). There are conflicts with four Angstrom patches. There are two conflicts that I am concerned about. (The first two below.)Hi, first of all, the Adeos patch is made for the vanilla kernel, not for patched versions, and validated with that kernel. So, I would recommend you to upgrade the kernel, instead of using a kernel with backported changes. Maintaining the Adeos patch is enough time consuming. Second, on what processor do you intend to run Xenomai? Some of the patches may not be needed at all for the processor you want to use, so you should not even bother to try and apply them.
I examined the patch closely. the value 21 is not used for anything else.Conflict with '0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch'. patching file arch/arm/include/asm/thread_info.h Hunk #1 FAILED at 136. Hunk #2 FAILED at 146. 2 out of 2 hunks FAILED -- rejects in file arch/arm/include/asm/thread_info.h Adeos wants TIF_MMSWITCH_INT 20, but the other patch wants TIF_RESTORE_SIGMASK 20. Can I define TIF_MMSWITCH_INT as 21? Will that bother anything?You need to inspect the code carefully to see if 21 is not used for anything else.
I determined that this patch is not needed. BeagleBoard Rev. B7 and above use ES3.0 silicon. This patch seems to be needed for ES2.0 and earlier silicon.Conflict with 'no-cortex-deadlock.patch'. patching file arch/arm/kernel/entry-common.S Hunk #5 FAILED at 82. Hunk #6 succeeded at 272 (offset 4 lines). Hunk #8 succeeded at 494 (offset -6 lines). 1 out of 8 hunks FAILED -- rejects in file arch/arm/kernel/entry-common.S Some Arm silicon require the "dmb" instruction in this fix to avoid deadlock. Does Xenomai account for this elsewhere?What you see is what you get. All the changes made by Xenomai are available in the Adeos patch. Without seeing the code I can not tell. Is the processor you want to use affected by this patch?
I'm sure that the above patch is not a problem.Conflict with '/cache/l1cache-shift.patch' patching file arch/arm/mm/Kconfig Hunk #1 FAILED at 717. 1 out of 1 hunk FAILED -- rejects in file arch/arm/mm/Kconfig No real conflict, the other patch just added a config entry that the Adeos patch wasn't expecting.
Your statement concerns me. I need NEON/VFP support and here are four patches applied to it by the distribution.Conflict with 'vfp/03-vfp-corruption.patch' patching file arch/arm/vfp/vfphw.S Hunk #5 succeeded at 136 with fuzz 1. Hunk #6 FAILED at 156. 1 out of 6 hunks FAILED -- rejects in file arch/arm/vfp/vfphw.S I allowed the #ifdef CONFIG_PREEMPT segment to match before the Adeos insertion.Risky business, we patch a bit the vfp support, and are going to patch it even further in next revisions. Here again, without the code, I can not tell.