[yocto] linux-yocto custom device tree in overlay

2014-05-07 Thread Andreas Galauner
Hi Yocto Community, I'm currently trying to build a custom image for a beaglebone black for which I need to enable the can-controllers on the SoC. I managed to create an overlay which already deals with building a few tools for CAN communication, I created a kernel config snippet for linux-yocto t

Re: [yocto] linux-yocto custom device tree in overlay

2014-05-08 Thread Andreas Galauner
On 07/05/14 21:37, Bruce Ashfield wrote: > So you can either patch it into the kernel, or do a bbappend with > that copies it into the source tree > (linux/arch/arm/boot/dts/mydevicetree.dts). Thx! That worked fine. For reference, this is what I added: > do_install_prepend() { > cp ${WORKDI

[yocto] Python3-distribute-native build fails in daisy

2014-06-07 Thread Andreas Galauner
Hi all, I'm currently trying to add a few python packages to my image for which I need Python 3.3 because a few of them depend on asyncio. These packages (asyncio itself, websockets and django) are installed with the usual distribute setup.py scripts either using setuptools or distribute. Now whe

Re: [yocto] Python3-distribute-native build fails in daisy

2014-06-08 Thread Andreas Galauner
On 08/06/14 11:45, Diego Sueiro wrote: > I'm getting the same problem for python3-distribute. Take a look bug > #6373 . > Try to do a "bitbake python3-native -fccompile ; bitbake python3-native > -f" and see if you can go further than me. Tha

[yocto] Building kernel modules as dependencies

2014-06-28 Thread Andreas Galauner
Hi all, I created recipes for two out-of-tree kernel modules written by myself in Yocto. I added these two modules in the machine config to MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS or even MACHINE_ESSENTIAL_EXTRA_RDEPENDS. The modules build fine if I build them as targets with bitbake. The right packa

Re: [yocto] Building kernel modules as dependencies

2014-06-29 Thread Andreas Galauner
On 29/06/14 07:33, Christian Ege wrote: > Hi Andreas, > >> I created recipes for two out-of-tree kernel modules written by myself >> in Yocto. I added these two modules in the machine config to >> MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS or even >> MACHINE_ESSENTIAL_EXTRA_RDEPENDS. > Have you used the

Re: [yocto] yocto 1.6 - beaglebone black - cape manager

2014-09-29 Thread Andreas Galauner
On 26.09.2014 15:17, TakkTakk wrote: > ok, I removed uEnv.txt, pressed the boot switch. > Starting kernel ... and hang. > why - "Image Name: Linux-3.14.0-yocto-standard " ? I don't have a solution to your problem, but I can at least assure to you that you are not alone ;) I'm facing the same pr

[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

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 s