Skip to content
Snippets Groups Projects
  1. Jan 31, 2019
  2. Jan 30, 2019
  3. Jan 29, 2019
    • Jayson Adams's avatar
      [docs] Fix some typos in system.md · be59e998
      Jayson Adams authored
      Change-Id: I31c5e5cc627db749e11d50eeb0392942d8cdb1b3
      be59e998
    • Przemyslaw Pietrzkiewicz's avatar
      [docs] refactor and expand Rust docs · 26d5429c
      Przemyslaw Pietrzkiewicz authored
      This patch mostly refactors and edits for clarity the existing Rust
      docs. We also add a note about `fx rustdoc`.
      
      Test: nope
      Change-Id: Ieefba19ac8fea31459ba882b5518878d6507a760
      26d5429c
    • James Robinson's avatar
      [blobstats] Fork blobstats visualization template, improve · 29e20023
      James Robinson authored
      This forks the visualization template and dependencies of the blobstats
      tool and updates them to take into account features of blobs and
      packages, instead of pretending everything is a symbol in a binary.
      
      Improvements:
      * Update all terminology (symbol->blob, directory->package)
      * Add information about compressed and uncompressed sizes and reference
      count on shared blobs
      * Update colors to be more neutral
      * Update labels on entries to be more accurate
      * Update report naming and contents
      * Remove dead links
      * Add original and estimated compressed sizes to data model
      
      Also moves the code to its own directory and imports the d3 library
      instead of reaching into the Dart VM's internal directory.
      
      Test: fx blobstats
      
      Change-Id: I95cea2fa7e4c005d0917c991a726098326b00116
      29e20023
  4. Jan 28, 2019
    • Cristián Donoso's avatar
      [fx debug] Updated run to use the pkg naming. · 7d4da804
      Cristián Donoso authored
      Before is was relying on the deprecated "bare_package_url"
      
      CF-327  # Done
      
      TEST=Manual
      
      Change-Id: Iae9398ddba78d3f104e2a269d1f5581d00799e2b
      7d4da804
    • James Tucker's avatar
      [fx set] run in $FUCHSIA_DIR, new invariant · 2a70d8c5
      James Tucker authored
      There have been several bugs stemming from the fact that set was not changing
      it's directory. It produces GN arguments, many of which want to be relative
      to $FUCHSIA_DIR, rather than absolute. The build has similar invariants, with
      // being $FUCHSIA_DIR, and the build directory being the working directory
      during build execution.
      
      Test: fx set from sub-directory of root picks up a board file.
      Bug: BLD-352 #done
      Change-Id: If6a0e351ce4c5f52e1a6011387ce2fca27156934
      2a70d8c5
  5. Jan 27, 2019
  6. Jan 26, 2019
    • Petr Hosek's avatar
      Initial commit · c96ba947
      Petr Hosek authored
      c96ba947
    • James Tucker's avatar
      [fx run] add //.ssh/authorized_keys before booting · fdce3091
      James Tucker authored
      This enables SSH into qemu instances that have networking, without having to
      bake SSH keys into the build artifacts.
      
      Change-Id: I19aa146cd752622ab79018180cfdc06aee1f2a7c
      fdce3091
    • James Tucker's avatar
      [fx set] add docs and deprecations · abeca9d4
      James Tucker authored
      --build-dir is now removed. It has been deprecated with notice for a long time.
      --{product,board,package}s are deprecated flags, no have messages.
      
      Additional documentation for --{board,product,monolith,preinstall,available}
      --netboot is documented.
      
      Example usage added.
      
      Change-Id: Ie8a3d4f2602c1f98d9c93bd35d9586a9c7b2c94f
      abeca9d4
  7. Jan 25, 2019
  8. Jan 24, 2019
    • Dale Sather's avatar
      [scripts] clarify dependency error in verify_layer.py · 6a8c9c5f
      Dale Sather authored
      This CL changes an error message produced by verify_layer.py. The
      message is generated when an 'all' package doesn't contain a
      package that was found in the packages/prod directory. The message
      was:
      
          Missing dependency in <all>: <package>
      
      This can be misinterpreted to mean that <package> is imported in
      <all> and doesn't exist. The new message is:
      
          The "all" package <all> does not import package <package>
      
      TEST: ./scripts/packages/verify_layer.py --layer garnet \
            --json-validator ./out/x64/host_x64/json_validator
      Change-Id: Id86a3f9dfd98ba3697f756f1b0957b295baa94ac
      6a8c9c5f
    • P.Y. Laligand's avatar
      [format] Fixed errors uncovered by doc_checker. · cc5db45d
      P.Y. Laligand authored
      Change-Id: Ia3da537ca8b916a66a30f267eca5c819a2667073
      cc5db45d
    • Jean-François Geyelin's avatar
      [docs] Add workflow tips · a07c5f24
      Jean-François Geyelin authored
      Change-Id: Ibf04bc8f400c30fc30ebba67b73b378a1b485a4b
      a07c5f24
    • Erick Tryzelaar's avatar
      [docs][pkg-uri] Document `fuchsia-pkg://` URIs · 239abb6a
      Erick Tryzelaar authored
      This imports the design document for `fuchsia-pkg://` URIs, which
      is how packages will be referenced in the v2 design of the packaging
      system.
      
      Bug: PKG-411 #done
      
      Change-Id: I2f6cf85ef71d2acbf76fccac87e7aaaf032ef1ee
      239abb6a
  9. Jan 23, 2019
  10. Jan 22, 2019
  11. Jan 19, 2019
  12. Jan 18, 2019
Loading