mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
Add NXP i.MX8 SOC family support.
Currently there are two devices supported: * imx8qm-mek * imx8qxp-mek Signed-off-by: Ivan Nikolaenko <ivan.nikolaenko@unikie.com>
This commit is contained in:
3
nxp/common/overlay.nix
Normal file
3
nxp/common/overlay.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
final: prev: {
|
||||
linux_imx8 = final.callPackage ./bsp/linux-imx8.nix { pkgs = final; };
|
||||
}
|
||||
Reference in New Issue
Block a user