From b28b8702e7f2abcf448d30d3f2e73d380d2fd3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Portero=20Hermida?= Date: Thu, 5 Dec 2024 12:23:53 +0000 Subject: [PATCH] Bump Pantavisor to latest - Fix Pantavisor freeze when receiving object partially stored - Fix various compiler warnings - Fix Pantacor Hub client pushing logs not working with tmpfs stored logs - Fix Pantacor Hub client wrongly setting current revision as stale - Pantacor Hub credentials can now be stored in crypt disk - Prevent OEM to sign BSP and OEM config --- .../pantavisor/files/pantavisor-default-skel/device.json | 6 +++++- recipes-pv/pantavisor/pantavisor_019.bb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes-pv/pantavisor/files/pantavisor-default-skel/device.json b/recipes-pv/pantavisor/files/pantavisor-default-skel/device.json index cd4b426..a16e4a1 100644 --- a/recipes-pv/pantavisor/files/pantavisor-default-skel/device.json +++ b/recipes-pv/pantavisor/files/pantavisor-default-skel/device.json @@ -44,6 +44,10 @@ "pv--usrmeta": { "disk": "dm-internal-secrets", "persistence": "permanent" - } + }, + "pv--phconfig": { + "disk": "dm-internal-secrets", + "persistence": "permanent" + } } } diff --git a/recipes-pv/pantavisor/pantavisor_019.bb b/recipes-pv/pantavisor/pantavisor_019.bb index ebada9c..8de1e7a 100644 --- a/recipes-pv/pantavisor/pantavisor_019.bb +++ b/recipes-pv/pantavisor/pantavisor_019.bb @@ -27,7 +27,7 @@ SRC_URI = "git://github.com/pantavisor/pantavisor.git;protocol=https;branch=${PA SRC_URI += " file://pantavisor-run" SRC_URI += " file://rev0json" -SRCREV = "88c3e58e75ce8117994148f52d1790addfcda8f1" +SRCREV = "76f921cd80854a478b5f827a850f82904ee9325d" FILES:${PN} += " /usr/bin/pantavisor-run" FILES:${PN} += " /usr/lib"