Re: [OE-core] DTC_FLAGS with devshell

2021-02-25 Thread Drew Moseley
On 2/25/21 12:35 PM, Quentin Schulz wrote: >> Is there a better mechanism for handling this? >> > There's a recent patch for this: > https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/classes/kernel-devicetree.bbclass?id=ff036cbb77124867a6c6f97ca206b4fd3ee00c70 > > Reading the commit log,

Re: [OE-core] DTC_FLAGS with devshell

2021-02-25 Thread Quentin Schulz
Hi Drew, On Thu, Feb 25, 2021 at 12:00:47PM -0500, Drew Moseley wrote: > Hello, > > I'm having difficulty using "bitbake -c devshell virtual/kernel" to > build dtb files properly. In our case, we set "DTC_FLAGS=-@" in recipe > metadata to ensure device tree overlay support is available. It all >

[OE-core] DTC_FLAGS with devshell

2021-02-25 Thread Drew Moseley
Hello, I'm having difficulty using "bitbake -c devshell virtual/kernel" to build dtb files properly. In our case, we set "DTC_FLAGS=-@" in recipe metadata to ensure device tree overlay support is available. It all works fine when run as a standard build.  In the devshell, that variable is not resp