aarch64 kernel: native
no powerful x86_64 hosts remaining.
This commit is contained in:
parent
3172dc8275
commit
7f1798d8fd
@ -5,13 +5,14 @@
|
||||
modulesPath,
|
||||
...
|
||||
}: let
|
||||
crossFast = pkgs.crossArm64.pkgsCross.aarch64-multiplatform;
|
||||
#crossFast = pkgs.crossArm64.pkgsCross.aarch64-multiplatform;
|
||||
crossNative = pkgs.pkgsCross.aarch64-multiplatform;
|
||||
in {
|
||||
mj.skipPerf = true;
|
||||
|
||||
boot = {
|
||||
kernelPackages = crossNative.linuxPackagesFor (crossFast.buildLinux rec {
|
||||
#kernelPackages = crossNative.linuxPackagesFor (crossFast.buildLinux rec {
|
||||
kernelPackages = crossNative.linuxPackagesFor (crossNative.buildLinux rec {
|
||||
version = "6.9.0-rc1";
|
||||
modDirVersion = "6.9.0-rc1";
|
||||
|
||||
@ -55,6 +56,7 @@ in {
|
||||
copyChannel = false;
|
||||
inherit config lib pkgs;
|
||||
};
|
||||
uboot = crossFast.callPackage ../../hacks/orangepi5plus/uboot {};
|
||||
#uboot = crossFast.callPackage ../../hacks/orangepi5plus/uboot {};
|
||||
uboot = crossNative.callPackage ../../hacks/orangepi5plus/uboot {};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user