[roll] Roll fuchsia [kernel][assembly] Introduce kernel labels by build type

This change introduces the labels
//zircon/kernel/image/eng
//zircon/kernel/image/user
//zircon/kernel/image/userdebug

and replaces the singular "zircon" kernel AIB pointed at //zircon/kernel
with three parameterized by build type pointing at the above.

For starters, these image labels simply redirect to the legacy image,
but this establishes the contract and begins to depend on it.

Original-Bug: 371568912
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1564859
Original-Revision: ce295ec610258bee504b5dca3368a55a15a97b67
GitOrigin-RevId: e5feb05941c991d8418cc0e5bbf8e814536f0d80
Change-Id: I572bf78d2475bb598ca5eea5d6fd33928e0b2c08
1 file changed
tree: 9bca2708dc8d1b17187938f7330d6751bfe50697
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.