summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware/raspberrypi
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-12-23 01:09:35 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-01-25 00:01:54 +0200
commit3519244c724d9db090fd186ab9e4e375cd5c9989 (patch)
tree105658d0a8b2a702482bb05462d82b3ab9aee863 /pkgs/os-specific/linux/firmware/raspberrypi
parent8999ab9e56d02cf230137d5096f56c76cc23b6d2 (diff)
downloadnixpkgs-3519244c724d9db090fd186ab9e4e375cd5c9989.tar
nixpkgs-3519244c724d9db090fd186ab9e4e375cd5c9989.tar.gz
nixpkgs-3519244c724d9db090fd186ab9e4e375cd5c9989.tar.bz2
nixpkgs-3519244c724d9db090fd186ab9e4e375cd5c9989.tar.lz
nixpkgs-3519244c724d9db090fd186ab9e4e375cd5c9989.tar.xz
nixpkgs-3519244c724d9db090fd186ab9e4e375cd5c9989.tar.zst
nixpkgs-3519244c724d9db090fd186ab9e4e375cd5c9989.zip
raspberrypifw: Enable build on Aarch64
So that the boot blobs can be copied.

FIXME: This makes the dynamic linker of the ARM binaries point to a
aarch64 linker.
Diffstat (limited to 'pkgs/os-specific/linux/firmware/raspberrypi')
-rw-r--r--pkgs/os-specific/linux/firmware/raspberrypi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/firmware/raspberrypi/default.nix b/pkgs/os-specific/linux/firmware/raspberrypi/default.nix
index 1c1b11f1ef4..03281d2ee3a 100644
--- a/pkgs/os-specific/linux/firmware/raspberrypi/default.nix
+++ b/pkgs/os-specific/linux/firmware/raspberrypi/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     description = "Firmware for the Raspberry Pi board";
     homepage = https://github.com/raspberrypi;
     license = licenses.unfree;
-    platforms = [ "armv6l-linux" "armv7l-linux" ];
+    platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
     maintainers = with maintainers; [ viric tavyc ];
   };
 }