[roll] Roll fuchsia [build] Allow specifying image name

The image name is use as a selector in a metadata file. Before,
the name was presumed to be "kernel" which is correct almost
always.

In some cases, we use a modified zbi image, which has a custom image
name.

If the image name is not set, will default to he label name. Which
matches zbi_tests at this moment. The default for kernel image,
is "kernel" hardcoded.

Test: fx build
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/705262
Original-Revision: 806713e4620073e020d7273650b702e8237d10ce
GitOrigin-RevId: fc56b6053f9c170bca50a444dfa4dcd47657042a
Change-Id: I7200173da43f91cc206979a0f0dde8912d37dbc7
1 file changed
tree: 8425ea86c5ff6d90615a7c3d1befe5bc72b29f74
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 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.