device-tree_rpi: fix platforms

This commit is contained in:
Michael Bishop 2020-04-08 12:54:58 -03:00
parent 955b44b3bd
commit 70308c5c56
No known key found for this signature in database
GPG key ID: C294FC1A485A409A

View file

@ -30,4 +30,7 @@ stdenvNoCC.mkDerivation {
# Compatible overlays that may be used
overlays = "${raspberrypifw}/share/raspberrypi/boot/overlays";
};
meta = with stdenvNoCC.lib; {
platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
};
}