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: 35ac9499149e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 15cb12178a45
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 30, 2020

  1. lib/systems/platforms: treat missing cpu version as generic pcBase

    Since 40e7be1 all ARM platforms that didn't have a parsed cpu version
    (e.g. arm-none-eabi) would be handled as armv7l-hf-multiplatform which
    did break building arm-trusted-platform packages for some targets (e.g.
    rk3399).
    
    Using pcBase as fallback, instead of armv7l-hf-multiplatform,
    corresponds with the behaviour we had before 40e7be1.
    andir committed Dec 30, 2020
    Copy the full SHA
    a44aec2 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Merge pull request #107999 from andir/platforms-arm-trusted-platform

    lib/systems/platforms: treat missing cpu version as generic pcBase
    Ericson2314 committed Dec 31, 2020
    Copy the full SHA
    15cb121 View commit details
    Browse the repository at this point in the history