Overlay file not included in the build

Hi, 

I'm working on a custom project and I was able to add and edit the overlay file according to my need till yesterday. Today when I tried to build the project I observed that my overlay file is not getting attached to the build. 

The same problem exist when I tried to create a fresh project base on the peripheral_lbs example and tried to create an overlay file.

See here, the devicetree doesn't show the overlay file I created. And yes I did the pristine build after creating the overlay.

Parents Reply
  • It looks like this feature may have been broken for applications not using sysbuild in the last update of the extension (was released yesterday). Either way, sysbuild should be enabled by default in your west workspace when using SDK v2.7.0 and above (see Configuring sysbuild usage in west). With sysbuild enabled, you should be able to open the overlay in the DT UI editor as long as you've selected the 'build' folder in the 'APPLICATIONS' view first. This is not an issue with the SDK itself. In other words, if you manually edit the overlay file, the changes will be applied.

Children
Related