[OE-core] [PATCH] kernel-devicetree: Introduce KERNEL_DEVICETREE_FLAGS to pass dtc flags

2020-12-22 Thread Ovidiu Panait
Currently DTC_FLAGS kernel makefile parameter can be specified directly on the command line by adding it to KERNEL_EXTRA_ARGS. However, this prevents scripts/Makefile.lib logic from appending flags that silence dtc warnings (all assignments done from within a makefile, to a variable specified on th

Re: [OE-core] [PATCH] kernel-devicetree: Introduce KERNEL_DEVICETREE_FLAGS to pass dtc flags

2020-12-22 Thread Paul Barker
On Tue, 22 Dec 2020 at 10:42, Ovidiu Panait wrote: > > Currently DTC_FLAGS kernel makefile parameter can be specified directly on the > command line by adding it to KERNEL_EXTRA_ARGS. However, this prevents > scripts/Makefile.lib logic from appending flags that silence dtc warnings (all > assignme

Re: [OE-core] [PATCH] kernel-devicetree: Introduce KERNEL_DEVICETREE_FLAGS to pass dtc flags

2020-12-22 Thread Bruce Ashfield
On Tue, Dec 22, 2020 at 5:43 AM Ovidiu Panait wrote: > > Currently DTC_FLAGS kernel makefile parameter can be specified directly on the > command line by adding it to KERNEL_EXTRA_ARGS. However, this prevents > scripts/Makefile.lib logic from appending flags that silence dtc warnings (all > assign

Re: [OE-core] [PATCH] kernel-devicetree: Introduce KERNEL_DEVICETREE_FLAGS to pass dtc flags

2020-12-23 Thread Ovidiu Panait
Hi Bruce, On 22.12.2020 15:49, Bruce Ashfield wrote: On Tue, Dec 22, 2020 at 5:43 AM Ovidiu Panait wrote: Currently DTC_FLAGS kernel makefile parameter can be specified directly on the command line by adding it to KERNEL_EXTRA_ARGS. However, this prevents scripts/Makefile.lib logic from append