Re: [yocto] [meta-raspberrypi] Linux Kernel In Temporary Source Code Directory Is Not a git repository"

2016-11-10 Thread Thomas Thorne
> The actual kernel source is in work-shared//kernel-source/ Thanks, I knew it had to be something simple: ~/work/rpi-layer/build/tmp/work-shared/raspberrypi3/kernel-source/drivers/usb$ git status On branch rpi-4.4.y Your branch is ahead of 'origin/rpi-4.4.y' by 2 commits. (use "git push" to

Re: [yocto] How do I correctly export uapi kernel headers to SDK ?

2016-11-10 Thread Bruce Ashfield
On 2016-11-10 05:35 AM, Christian Charreyre wrote: Hello all, I'm using yocto krogoth and I'm developing a kernel driver for linux 4.4. This kernel driver implements many ioctl so I've created a new header for them in include/uapi. Now I would like to make it available in the SDK generated by

Re: [linux-yocto] Custom kernel from "non-git"repository

2016-11-10 Thread Bruce Ashfield
On Wed, Nov 9, 2016 at 2:56 PM, wrote: > I am trying to use a custom kernel which is sourced from an SVN > repository, using proky-Krogoth. > > After fetch it it comes with an erro message about the wrong path in 'S' > When checking the error output is is looking in a

[yocto] [meta-raspberrypi] Linux Kernel In Temporary Source Code Directory Is Not a git repository"

2016-11-10 Thread Thomas A. F. Thorne MEng AUS MIET
I am having some trouble attempting to create Kernel patches as per the Yocto Project Development Manual, section 5.10.3. Creating the Patch: http://www.yoctoproject.org/docs/2.1.1/dev-manual/dev-manual.html#creating-the-patch When I get to the stage that says: > Stage and commit your changes:

[yocto] How do I correctly export uapi kernel headers to SDK ?

2016-11-10 Thread Christian Charreyre
Hello all, I'm using yocto krogoth and I'm developing a kernel driver for linux 4.4. This kernel driver implements many ioctl so I've created a new header for them in include/uapi. Now I would like to make it available in the SDK generated by yocto, so that developer can use these definitions