[roll] Roll fuchsia [recovery] Fix ffx and SSH support.

The recovery-eng build is missing some packages and configs that allow
ffx and SSH to work properly. This CL fixes this by including the
missing components (ffx runtime) and configs (mDNS).
Updates golden files to allow this change.

Test: fx set core.sherlock
      fx build build/images/recovery:recovery-eng
      cat out/default/obj/build/images/recovery/recovery-eng.{zbi,vbmeta} > \
          recovery-eng.boot
      fastboot boot recovery-eng.boot
      ffx target list
      fx shell
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/674093
Original-Revision: 7849282ac00b706558a92baf5a103605ee9f347c
GitOrigin-RevId: 52feb30820ad2d1b92d242b379b01549bf4ca2a8
Change-Id: Ib9bd6769698dd82b5387958c2542267de8abe43d
1 file changed
tree: dce27fe1f96b4887426e3484e38f8b9fcf5c46a4
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.