Re: [yocto] patchwork

2019-05-12 Thread akuster808
ok, so no Admins. This is unexceptionable. OE TSC and Board, I believe its your time to get involved. regards, Armin On 5/3/19 10:18 AM, akuster808 wrote: > Hello OE folk, > > My apologies for cross posting. > > Who is the Admin for Patchwork? > > I would like additional privileges to manage

Re: [yocto] linux-raspberrypi_4.19.bb unknown commit

2019-05-12 Thread Jean-Christian de Rivaz
Le 11.05.19 à 21:46, Paul Barker a écrit : > On Sat, 11 May 2019, at 20:44, Jean-Christian de Rivaz wrote: >> Hi, >> >> I try to use the Linux 4.19 for the RaspberryPi from the >> meta-raspberrypi recipe linux-raspberrypi_4.19.bb but the commit >> ab8652c03fa081b27de7e28a74c2536cb2aa3e5b from his

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-12 Thread Chris Simmonds
Hi Zoran, There are two ways to do this 1. Build using a bb recipe. Take a look at meta-skeleton/recipes-kernel/hello-mod for an example. You just need to add meta-skeleton to your bblaysers.conf and then bitbake hello-mod 2. Build from the SDK: First, add the kernel source to the SDK by

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-12 Thread Bruce Ashfield
On Sun, May 12, 2019 at 6:54 AM Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Hello to the YOCTO community, > > I am using (to build the target for Beagle Bone Black) the following > script: > https://github.com/ZoranStojsavljevic/bbb-yocto >

[yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-12 Thread Zoran Stojsavljevic
Hello to the YOCTO community, I am using (to build the target for Beagle Bone Black) the following script: https://github.com/ZoranStojsavljevic/bbb-yocto https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-yocto.sh The latest kernel I am using from the following repo: