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: 1b1e08f5731b
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: c2e6b8ca5aa0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 4, 2020

  1. kernel-builder: Work around kernels getting compiled two times

    It looks like this is not a regression from the latest changes to the
    kernel builder. Testing on top of ffdba8f
    exhibits the same issue.
    
    This change works around the issue by doing it with one invocation of
    `make`, rather than doing it twice.
    
    It has not been figured out at which exact version of the kernel this
    stops being an issue, and if it is an issue from mainline Linux
    outright, or something that came from Android-specific modifications.
    
    Though it has been verified that for 3.18, both Qualcomm and Mediatek
    source trees exhibit the same issue.
    
    Fixes #216
    samueldr committed Oct 4, 2020
    Copy the full SHA
    0dc9f84 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    371e725 View commit details
    Browse the repository at this point in the history
  3. asus-flo: fix build with by disabling quirk

    While it builds twice now, it at least build successfully.
    samueldr committed Oct 4, 2020
    Copy the full SHA
    12bd5d1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #217 from samueldr-wip/fix/kernel-builder-double-c…

    …ompilation
    
    kernel-builder: Work around kernels getting compiled two times
    samueldr committed Oct 4, 2020
    Copy the full SHA
    c2e6b8c View commit details
    Browse the repository at this point in the history