device-tree_rpi: fix platforms
This commit is contained in:
parent
955b44b3bd
commit
70308c5c56
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue