Re: [yocto] Symlinks in kernel-tree break in kernel-dev package

2015-01-14 Thread Andreas Galauner
On 14.01.2015 16:24, Andreas Galauner wrote: > The problem is, that xenomai adds kernel code with a script called > "prepare-kernel.sh" before building the kernel. It does that by creating > a bunch of symlinks in the kernel tree pointing to the actual code. I > run this script in my own kernel rec

[yocto] Symlinks in kernel-tree break in kernel-dev package

2015-01-14 Thread Andreas Galauner
Hi all, I'm building a xenomai-based project with Yocto and I want to compile kernel modules on the target system for development and testing purposes. It's easier then running bitbake all the time. Now in order to build kernel modules on the target, I included kernel-dev in my packages and the k