Re: [yocto] Changing Config for linux-raspberrypi

2013-11-07 Thread Bruce Ashfield
On 11/7/2013, 8:04 PM, John Whitmore wrote: 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 a two

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 a two line append > >file: > > > >FILESE

Re: [yocto] Changing Config for linux-raspberrypi

2013-11-07 Thread Paul Eggleton
On Wednesday 06 November 2013 22:06:18 John Whitmore wrote: > 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'

Re: [yocto] Changing Config for linux-raspberrypi

2013-11-06 Thread Bruce Ashfield
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 a two line append file: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" KERNEL_DEFCONFIG = "defconfig" I'd got my

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 with a two line > > append file: > > > >

Re: [yocto] Changing Config for linux-raspberrypi

2013-11-06 Thread Robert P. J. Day
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 with a two line append > file: > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}"

[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