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: ca2fd92dadea
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f0f88be1eabf
Choose a head ref
  • 2 commits
  • 3 files changed
  • 4 contributors

Commits on Sep 9, 2020

  1. nixos/device-tree: improve overlays support

    Now allows applying external overlays either in form of
    .dts file, literal dts context added to store or precompiled .dtbo.
    
    If overlays are defined, kernel device-trees are compiled with '-@'
    so the .dtb files contain symbols which we can reference in our
    overlays.
    
    Since `fdtoverlay` doesn't respect `/ compatible` by itself
    we query compatible strings of both `dtb` and `dtbo(verlay)`
    and apply only if latter is substring of the former.
    
    Also adds support for filtering .dtb files (as there are now nearly 1k
    dtbs).
    
    Co-authored-by: georgewhewell <georgerw@gmail.com>
    Co-authored-by: Kai Wohlfahrt <kai.wohlfahrt@gmail.com>
    3 people committed Sep 9, 2020
    Copy the full SHA
    6c9df40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79370 from sorki/dtoverlays

    Improve device-tree overlay support
    worldofpeace committed Sep 9, 2020
    Copy the full SHA
    f0f88be View commit details
    Browse the repository at this point in the history