hosts/skycam: fix libcamera-rpi hangs
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m19s

Kernel patch from:
https://github.com/raspberrypi/linux/pull/6429
This commit is contained in:
2025-06-25 23:34:40 +01:00
parent c81d376f69
commit 78b0ad98e5

View File

@ -14,6 +14,15 @@
]; ];
boot = { boot = {
kernelPatches = [
{
name = "cache-ls-table-dmabuf";
patch = pkgs.fetchurl {
url = "https://github.com/raspberrypi/linux/pull/6429.patch";
sha256 = "sha256-fEd+SgnjQXjAm1UcZTkHHPafmVeK/IySdLzhKI7DbS0=";
};
}
];
kernelParams = [ kernelParams = [
"panic=0" "panic=0"
]; ];