[roll] Roll fuchsia [build][dtc] Restructure dtc compilation and parse errors

This simplifies the dtc actions by removing dtc.sh and moving to a
python scrupt that handles calling 'dtc' and also parses errors &
warnings to provide additional context.

Example:
```
Error: gen/path/to/a/dtsi/dts-example.dtsi:1.10-17 syntax error
FATAL ERROR: Unable to parse input tree
    1: &reserved-memory {
                ^---- syntax error
    2:  gpu_region: gpu_region@0 {
    3:   reg = <0x00 0x01234567 0x00 0x2000>;
    4:   no-map;
    5:  };
    6: };
```

This provides context for the error along with an indicator of the exact
line and character the error occurs.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1213986
Original-Revision: f70fd0b05e862547e705f95cd931b142e8ffaa04
GitOrigin-RevId: e3e647f8960fb2e65a5f400b2a90f6dc0045b1e0
Change-Id: I443ebca35650188be6377c69ec3043d885b12508
1 file changed
tree: aefe47d7f09abc88885bbcbc720c0aa22243eeef
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.