Merge pull request #51052 from bennofs/kernel-rpi-aarch64

linux_rpi: enable aarch64 build on hydra
This commit is contained in:
Samuel Dionne-Riel 2018-11-25 23:52:29 +00:00 committed by GitHub
commit b705595ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ lib.overrideDerivation (buildLinux (args // rec {
efiBootStub = false;
} // (args.features or {});
extraMeta.hydraPlatforms = [];
extraMeta.hydraPlatforms = with stdenv.lib.platforms; [ aarch64 ];
})) (oldAttrs: {
postConfigure = ''
# The v7 defconfig has this set to '-v7' which screws up our modDirVersion.