summaryrefslogtreecommitdiffstats
path: root/raspberry-pi
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-02-19 11:01:02 +0000
committerJörg Thalheim <joerg@thalheim.io>2020-02-23 21:29:22 +0000
commit9c952961f1f1a643b8b8e5d4efab6717afec1bbe (patch)
treee82cd82b09d80d1ce072db6664e6a8f0c27643ea /raspberry-pi
parent5904e7605c5c6b26994e3b49153feaa29c35e388 (diff)
Add parallel test runner
The new test runner will evaluate all test profiles from the README.md in parallel in separate nix-build processes. Since we do not load all processes into one process, this also helps saving memory.
Diffstat (limited to 'raspberry-pi')
-rw-r--r--raspberry-pi/2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/raspberry-pi/2/default.nix b/raspberry-pi/2/default.nix
index bc9ca2a..d10bbd2 100644
--- a/raspberry-pi/2/default.nix
+++ b/raspberry-pi/2/default.nix
@@ -4,7 +4,7 @@
boot = {
consoleLogLevel = lib.mkDefault 7;
extraTTYs = [ "ttyAMA0" ];
- kernelPackages = lib.mkDefault pkgs.linuxPackages_rpi;
+ kernelPackages = lib.mkDefault pkgs.linuxPackages_rpi2;
kernelParams = [
"dwc_otg.lpm_enable=0"
"console=ttyAMA0,115200"