From dca0a4fc61cc055a063f71cff0771e60c6d14d28 Mon Sep 17 00:00:00 2001
From: Romain BROUCQUART <romain.broucquart@synchrotron-soleil.fr>
Date: Wed, 22 Feb 2023 17:07:02 +0100
Subject: [PATCH] fix(opcua):Change PL UIO to /dev/uio0

* Turns ou I fail to make a /dev/axiapp pop in the FS... For now let's
  keep it as /dev/uio0
---
 recipes-app/fofb-opcua-server/files/devices.dmap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-app/fofb-opcua-server/files/devices.dmap b/recipes-app/fofb-opcua-server/files/devices.dmap
index acc4126..0dda99f 100644
--- a/recipes-app/fofb-opcua-server/files/devices.dmap
+++ b/recipes-app/fofb-opcua-server/files/devices.dmap
@@ -1 +1 @@
-APPUIO (uio:axiapp?map=/opt/fofb-opcua-server/app.mapt)
+APPUIO (uio:uio0?map=/opt/fofb-opcua-server/app.mapt)
-- 
GitLab