Re: [yocto] [meta-raspberrypi] How to modify KERNEL_DEVICETREE?

2018-01-25 Thread Khem Raj
On 12/17/17 10:36 AM, Drew Moseley wrote: > I'm trying to figure out how to properly modify the KERNEL_DEVICETREE > variable.  It seems that the meta-raspberrypi layer uses that variable > in the sdcard_image-rpi.bbclass and defines it in the machine conf > layer.  In poky, the variable is set and

Re: [yocto] [meta-raspberrypi] How to modify KERNEL_DEVICETREE?

2017-12-21 Thread Andrei Gherzan
Hi, You need to make that variable available in both sdcard generation code which resides in the image recipe and in the kernel recipe. You can do this by modifying that variable from local.conf (distro would work too I think but it doesn't sounds like the right place to be). -- Andrei Gherzan

[yocto] [meta-raspberrypi] How to modify KERNEL_DEVICETREE?

2017-12-17 Thread Drew Moseley
I'm trying to figure out how to properly modify the KERNEL_DEVICETREE variable.  It seems that the meta-raspberrypi layer uses that variable in the sdcard_image-rpi.bbclass and defines it in the machine conf layer.  In poky, the variable is set and appended to in the various linux-yocto recipes.