[roll] Roll fuchsia [zbi] Replace the notion of "complete" with "bootable"

A ZBI is complete if its first item is a kernel ZBI and its second is a
BOOTFS. The ZBI spec doesn't actually mention BOOTFS, which should be an
internal platform detail. Moreover, Physboot will soon invalidate
expectation that any ZBI is complete. We replace completeness checks
with suitably weaker checks that the ZBI only has a kernel for its first
item (i.e., is "bootable").

Original-Fixed: 57245
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/537306
Original-Revision: 2d7f0294b4f6685e078adde680b9364689718d81
GitOrigin-RevId: ca54d246aea9ab19bb2d2f346c4f069c306cf80a
Change-Id: Idef1152349c7c59c13f32610f02f4e4afc3e250f
1 file changed
tree: ec030ff86146fe0f950131a9a9cb27144ca4614a
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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 via the IRC channel #fuchsia on Freenode.

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.