Merge pull request #310848 from mweinelt/ipu6-stack-maintainership

ipu6*/ivsc*: drop maintenance
This commit is contained in:
Martin Weinelt 2024-05-12 02:29:29 +02:00 committed by GitHub
commit 38235703ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 10 deletions

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation {
description = "GStreamer Plugin for MIPI camera support through the IPU6/IPU6EP/IPU6SE on Intel Tigerlake/Alderlake/Jasperlake platforms";
homepage = "https://github.com/intel/icamerasrc/tree/icamerasrc_slim_api";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ hexa ];
maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -82,7 +82,7 @@ stdenv.mkDerivation {
description = "HAL for processing of images in userspace";
homepage = "https://github.com/intel/ipu6-camera-hal";
license = licenses.asl20;
maintainers = with maintainers; [ hexa ];
maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -52,9 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
sourceProvenance = with sourceTypes; [
binaryFirmware
];
maintainers = with maintainers; [
hexa
];
maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ];
};
})

View File

@ -40,9 +40,7 @@ stdenv.mkDerivation {
sourceProvenance = with sourceTypes; [
binaryFirmware
];
maintainers = with maintainers; [
hexa
];
maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/intel/ipu6-drivers";
description = "IPU6 kernel driver";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ hexa ];
maintainers = with lib.maintainers; [ ];
platforms = [ "x86_64-linux" ];
# requires 6.1.7 https://github.com/intel/ipu6-drivers/pull/84
broken = kernel.kernelOlder "6.1.7";

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/intel/ivsc-driver";
description = "Intel Vision Sensing Controller kernel driver";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ hexa ];
maintainers = with lib.maintainers; [ ];
platforms = [ "x86_64-linux" ];
broken = kernel.kernelOlder "5.15";
};