Re: [yocto] Changing Config for linux-raspberrypi

2013-11-07 Thread John Whitmore
On Wed, Nov 06, 2013 at 09:44:50PM -0500, Bruce Ashfield wrote: > On 11/6/2013, 4:40 PM, John Whitmore wrote: > >Was struggling with the documentation on making chages to the config file > >used > >by the raspberrypi linux kernel. I'd got my own layer with

Re: [yocto] Changing Config for linux-raspberrypi

2013-11-06 Thread John Whitmore
On Wed, Nov 06, 2013 at 04:47:21PM -0500, Robert P. J. Day wrote: > On Wed, 6 Nov 2013, John Whitmore wrote: > > > Was struggling with the documentation on making chages to the config file > > used > > by the raspberrypi linux kernel. I'd got my own layer wit

[yocto] Changing Config for linux-raspberrypi

2013-11-06 Thread John Whitmore
Was struggling with the documentation on making chages to the config file used by the raspberrypi linux kernel. I'd got my own layer with a two line append file: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" KERNEL_DEFCONFIG = "defconfig" I'd got my defconfig config file into the directory struc

Re: [yocto] example of Kernel work

2013-11-06 Thread John Whitmore
response inline On Wed, Nov 06, 2013 at 08:12:53AM -0600, Tom Zanussi wrote: > On Wed, 2013-11-06 at 08:00 -0600, Tom Zanussi wrote: > > On Wed, 2013-11-06 at 10:26 +0000, John Whitmore wrote: > > > Found this nice little document on Kernel work in the yocto build system &g

[yocto] example of Kernel work

2013-11-06 Thread John Whitmore
Found this nice little document on Kernel work in the yocto build system [1] it's just a shame that it isn't up to date, to use against the current version of the build system. Does anybody know is there a more up to date version of this document? It might just be me but a worked example is so mu