]> code.ossystems Code Review - openembedded-core.git/commit
device-tree.bbclass: Add support to compile overlays separately
authorJaewon Lee <jaewon.lee@xilinx.com>
Fri, 14 Dec 2018 17:54:00 +0000 (09:54 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Mar 2019 14:41:20 +0000 (14:41 +0000)
commitbb1629820443bfedc72378a7c88f0656a2f3f7f1
treeaedf07447b24bbd07a5275c28a45af24ddd1ec48
parent3f0cada40a9f70704a3dc78daddb4a8cbd7dee80
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 parses the file for a '/plugin/' tag, and there may be files in
the DT_FILES_PATH directory that are not parseable.

Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/devicetree.bbclass