[roll] Roll fuchsia [gigaboot] Add a gbl-installer image

Builds a dedicated gbl-installer image. This is done for two reasons.

1. We'll initially only use GBL for installer and continue to use
   gigaboot for normal boot. Thus both images are needed.
2. One issue of using GBL fastboot for NUC bootstrap is that users have
   to have serial connection and open a console and press `f` to enter
   fastboot. For headless installer flow, we want to avoid this
   dependency. The dedicated installer image can be configured to always
   stop in fastboot first, so users can just plugin the USB, reboot and
   they should always be able to bootstrap regardless of the current
   state of the device.

Original-Bug: 282797139

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1160337
Original-Revision: 5f2bbfb5c9a91f0063d510d319887bada1dc839d
GitOrigin-RevId: 5b54d682bd96bc4e743f2f00e71cab2deec14401
Change-Id: If700421c4ce1adda4bd9d25e093ee6626d95f7bc
1 file changed
tree: 4143594f28405b5d264972665c3dbcacea967152
  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.