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/nixpkgs
base: 6c76c4c6d8cf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e864247f08be
Choose a head ref
  • 12 commits
  • 7 files changed
  • 1 contributor

Commits on May 31, 2018

  1. Copy the full SHA
    87a68c4 View commit details
    Browse the repository at this point in the history
  2. linux_rpi: Specify defconfig in kernel expression

    In particular, now the mainline kernel can be built on the RPi 1 as well
    (so kernelBaseConfig should always be a mainline defconfig from now on).
    And RPi 2 users can now use linux_rpi without doing the
    `nixpkgs.config.platform = lib.systems.platforms.raspberrypi2;` dance.
    dezgeg committed May 31, 2018
    Copy the full SHA
    96edbe4 View commit details
    Browse the repository at this point in the history
  3. platforms.nix: Clean up obsolete cruft from raspberrypi

    Works fine without, and the 'DRM n' is actually preventing the mainline
    VC4 driver from building.
    dezgeg committed May 31, 2018
    Copy the full SHA
    db2988f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3abdd4f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    27bb4da View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Copy the full SHA
    85952d8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b71f583 View commit details
    Browse the repository at this point in the history
  3. U-Boot: 2018.03 -> 2018.05

    dezgeg committed Jun 1, 2018
    Copy the full SHA
    964bd06 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    912e87c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f49906d View commit details
    Browse the repository at this point in the history
  6. linux_rpi: More downstream device tree name fixups

    Also remove the upstream device trees beforehand so we don't
    accidentally end using them if we mess up in postFixup.
    
    Also on the topic of mess ups, make the copy unconditional since they
    always seem to be built on all architectures anyway so checking for
    their existence just hides typos.
    dezgeg committed Jun 1, 2018
    Copy the full SHA
    a8c898b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e864247 View commit details
    Browse the repository at this point in the history