[roll] Roll fuchsia [dfv2] Use node's real name for composite names

Node::name() returns the node's name with the ":" and "/"
replaced so it can be used as a component moniker.
Store the real name in the node so that we can use it
for composite devices correctly, so they show up with the
exact same name they were given in DFv1.

TEST: device-enumeration-test in next CL

Original-Bug: 106517

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/732875
Original-Revision: fd5913e050302ded305e9bad98d8f5a56f4021ed
GitOrigin-RevId: 50fdbd20a5ca3066cf8df06f2962a4397a208aef
Change-Id: I9a8230fbf7b71c75f71af53151f12f31b1d8f4d2
1 file changed
tree: b24a6e69ca393d5e49ad8b9fc6663ed041ed15ff
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.