[OE-core] [PATCH] device-tree.bbclass: Add support to compile overlays separately

2018-12-14 Thread Jaewon Lee
Currently only dts files are considered when looping through files to compile. Modifying the loop to compile other files that are overlays. Also surrounding this check with a try block as the function to find overlays parses the file for a '/plugin/' tag, and there may be files in the

Re: [OE-core] [PATCH] device-tree.bbclass: Add support to compile overlays separately

2018-12-13 Thread Nathan Rossi
On Fri, 14 Dec 2018 at 08:18, Jaewon Lee wrote: > > Currently only dts files are considered when looping through files to > compile. Modifying the loop to compile other files that are overlays. > Also surrounding this check with a try block as the function to find > overlays parses the file for a