[roll] Roll fuchsia [ffx][emu] Make emulator name stick across reboots with --uefi

When using the `--uefi` switch, it is possible to perform `fx ota` with
the emulator. However, because there is no easy way (yet) to persist the
setting of `zircon.nodename` across rebooting into a different ZBI from
a running system, we do the following when `--uefi` is used:
- We do not set zircon.nodename during emulator startup.
- We set the emulator name from the MAC address in the same way the
  hostname is derived from the MAC address. This keeps the emulator name
  discoverable by ffx across reboots.
- We inform the user about the implications when starting up the
  emulator.

Original-Bug: b/369410015
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1169837
Original-Revision: ac268f1660bbe0d711d8265e90e774093559f79a
GitOrigin-RevId: 7ed2db2073efc39dca55d5c607f565171bc53325
Change-Id: I91f19997603112c61a9cd40b4a377a4927d17f23
1 file changed
tree: 2475142ea566ba2812f4ce5da130f5a3eac17080
  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.