device-tree_rpi: update meta data
This commit is contained in:
parent
b3251e04ee
commit
68ec5811d1
@ -31,6 +31,7 @@ stdenvNoCC.mkDerivation {
|
|||||||
overlays = "${raspberrypifw}/share/raspberrypi/boot/overlays";
|
overlays = "${raspberrypifw}/share/raspberrypi/boot/overlays";
|
||||||
};
|
};
|
||||||
meta = with stdenvNoCC.lib; {
|
meta = with stdenvNoCC.lib; {
|
||||||
platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
|
inherit (raspberrypifw.meta) platforms homepage license;
|
||||||
|
description = "DTBs for the Raspberry Pi";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user