Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/mobile-nixos
base: 8c8bed6aced9
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: 87204971b0ba
Choose a head ref
  • 18 commits
  • 11 files changed
  • 1 contributor

Commits on Jan 4, 2021

  1. boot/init: Add System.symlink

    Same as File.symlink, but logged.
    
    (Also fixes logging of System.write)
    samueldr committed Jan 4, 2021
    Copy the full SHA
    badb5c6 View commit details
    Browse the repository at this point in the history
  2. stage-1/usb-gadget: Quirk is aware of its path

    This will be used for quirks that needs to know where to write more
    configuration.
    samueldr committed Jan 4, 2021
    Copy the full SHA
    61c6776 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    179d8b1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    41978bc View commit details
    Browse the repository at this point in the history
  5. examples/jumpdrive: Add GUI applet

    This only serves to show instructions and reboot/poweroff.
    
    In the future, it should be the owner of gadget mode stuff.
    samueldr committed Jan 4, 2021
    Copy the full SHA
    1d5acb1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b39df9f View commit details
    Browse the repository at this point in the history
  7. examples/jumpdrive: Hardcode a list of known storage locations

    This is not ideal. Ideally devices would provide that information, but
    since for now it's only used by jumpdrive, we're skipping the
    generalization.
    
    Furthermore, I don't really know how to provide that information in a
    way that is coherent with the rest, for now.
    samueldr committed Jan 4, 2021
    Copy the full SHA
    d820247 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    70874a3 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    72e456b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    dd243bd View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    c3ca0d0 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    90c39ef View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    a73e896 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    b7d1fe8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. examples/target-disk-mode: Split GUI task from configuration

    There was no need to keep it there. Came from the `examples/hello` GUI
    task, which in turn I *think* that in the past used a variable
    interpolation.
    
    We don't need any of that.
    samueldr committed Jan 5, 2021
    Copy the full SHA
    0fe8fa0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cc56bbb View commit details
    Browse the repository at this point in the history
  3. examples/target-disk-mode: disable rootfs build

    For "whole disk image" systems, like the Pinephone, this produces much
    smaller images.
    samueldr committed Jan 5, 2021
    Copy the full SHA
    3c62793 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #110 from samueldr-wip/examples/jumpdrive

    Add "target-disk-mode" example system
    samueldr committed Jan 5, 2021
    Copy the full SHA
    8720497 View commit details
    Browse the repository at this point in the history