Closed ukleinek closed 1 month ago
The ci failures are unrelated to my changes I think. make
and make check
work fine for me and I didn't touch the yaml stuff.
Oh, and, yes, the github CI has been broken for some time (since Travis CI went away at least, I think). I just haven't had the time to figure out how github CI stuff works and fix it up.
Oh, and, yes, the github CI has been broken for some time (since Travis CI went away at least, I think). I just haven't had the time to figure out how github CI stuff works and fix it up.
I created a GitHub Actions setup, see https://github.com/dgibson/dtc/pull/94
Some of the changes are in main already (slightly different) and the remainder is in https://github.com/dgibson/dtc/pull/151, so I'm closing this one.
This series start with a few minor improvments.
The fourth patch fixes overlays overwriting phandles in the base dtb and thus breaking references there.
The last patch interprets the nodes
/__symbols
and/__local_fixups
to restore labels and references when compiling todts
.All patches were also sent to the devicetree-compiler mailing list.