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: c441858b4835
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9bc34e38aea3
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on May 28, 2019

  1. meson: fix cpu_family for aarch64

    As documented, it should be `aarch64` for AArch64.
    
     * https://mesonbuild.com/Reference-tables.html#cpu-families
    
    ```
     $ nix eval '((import <nixpkgs> {}).pkgsCross.aarch64-multiplatform.stdenv.targetPlatform.parsed.cpu.family)'
    "arm"
    ```
    
    The lookup table will ensure that, at any point, meson does not pick the
    wrong family.
    samueldr committed May 28, 2019
    Copy the full SHA
    858076e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    418c3e1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cc05815 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Merge pull request #62178 from samueldr/fix/meson-systemd-cross

    Enables systemd-boot for ARM + fixes meson cpu families
    samueldr committed May 29, 2019
    Copy the full SHA
    9bc34e3 View commit details
    Browse the repository at this point in the history