[roll] Roll fuchsia [assembly] Allow clobbering dtbo from different assemblies

If the main images and recovery images both add a DTBO via the board
and if recovery uses AB-slotting, then two DTBOs will be destined
for the same A parittion. We allow this as long as the DTBO images
are equivalent.

As DTBOs are small (a few MiB), then hashing the contents is very
fast.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1241729
Original-Revision: 8a56c8141a02f38968abbb881f5d14b845007b82
GitOrigin-RevId: 9f8836e59b0147bb7744bab6e23f57e0ffd3510b
Change-Id: I5fddc1986394c73f5d556eecbf6f167341940359
1 file changed
tree: 1a3969145b25b717c3b5c0fd8754c5e08cc483fd
  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.