On Fri, Dec 7, 2018 at 9:16 AM Mark Brown <broonie@xxxxxxxxxx> wrote: > > On Fri, Dec 07, 2018 at 08:57:06AM -0600, Rob Herring wrote: > > On Thu, Dec 6, 2018 at 2:07 PM Mark Brown <broonie@xxxxxxxxxx> wrote: > > > > The issues with the existing install_dtbs sounded unrelated to this. > > > Maybe, what are the issues? We can't change the source layout > > transparently if dtbs_install is not being used. > > I thought that was the thing with adding -@ so overlays could be used? I don't think so as that is during building, not install. Any user can set '-@' with 'make DTC_FLAGS="-@" ...' already. The issue with that was changing the default globally and no way to set per platform. Now that I think about, moving the sources to subdirs may allow setting DTC_FLAGS per subdir which may be good enough. Rob