device-tree_rpi: fix platforms
This commit is contained in:
parent
955b44b3bd
commit
70308c5c56
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user