Re: KERNEL_DEVICETREE cannot be appended?
Alexandre Belloni
Hi,
On 22/03/2022 17:10:10+0000, Matthias Klein wrote: Hello,Did you try RPI_KERNEL_DEVICETREE:append? Whatt is happening here is that KERNEL_DEVICETREE is set like that in rpi-base.inc: KERNEL_DEVICETREE ??= " \ ${RPI_KERNEL_DEVICETREE} \ ${RPI_KERNEL_DEVICETREE_OVERLAYS} \ " You are creating KERNEL_DEVICETREE:raspberrypi3-64 which is more specific than KERNEL_DEVICETREE and so the default content of KERNEL_DEVICETREE is dropped and replaced by the value of KERNEL_DEVICETREE:raspberrypi3-64. Preferably without having to create a custom machine for it?You should probably create a new machine, it is a bad practice to change KERNEL_DEVICETREE from local.conf Best regards, -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com |
|