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

2019-02-11 Thread Jaewon Lee
; Manjukumar Harthikote Matha Subject: [OE-core][PATCH v2] device-tree.bbclass: Add support to compile overlays separately 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

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

2019-01-28 Thread Jaewon Lee
][PATCH v2] device-tree.bbclass: Add support to compile overlays separately 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

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

2018-12-15 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