[roll] Roll fuchsia [starnix] Add /sys/class and /sys/block subsystems

Class and block subsystems are places for classification of devices.
They does not contain any device directories themselves, but only
flat lists of symlinks pointing to the unified /sys/devices hierarchy
tree.

/sys/class groups devices by their functionality, such as input.
/sys/block subsystem groups all disks and not partition devices.

A new ktype value, Collection, is introduced to group devices. When
a new device is added, besides adding it to the tree, it should also
be included in the corresponding Collections.

Original-Bug: b/297372033, b/297379905
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/921558
Original-Revision: 2814358bf1fefa29b3b2e69d520ad93aae256815
GitOrigin-RevId: ebba3be5d52920fbbc152f387578b36819fdfaba
Change-Id: I75ce792163401b0b602aee953a1193110d226797
1 file changed
tree: 146c8f230b13cfc84c74bf8da86c2b26b2ad35b4
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.