commit | 49a31365d8a320ab43173a6b843e982bf29e4541 | [log] [tgz] |
---|---|---|
author | Joshua Seaton <joshuaseaton@fuchsia.infra.roller.google.com> | Fri Jun 04 22:47:41 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 04 15:48:52 2021 -0700 |
tree | ec030ff86146fe0f950131a9a9cb27144ca4614a | |
parent | e5c03b4f6e6d2ebaa196b24317686747d8d8d2bb [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.