From 49026a499f80fe1641c93547bfe10a40bded2ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Bron=C3=A8s?= <romain.brones@synchrotron-soleil.fr> Date: Tue, 30 Jul 2024 08:50:28 +0200 Subject: [PATCH] Remove XVC server * This is used for debug via xilinx tool. Not used and delaying boot when ILA not implemented --- recipes-core/images/zup-image-soleil-fofb.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-core/images/zup-image-soleil-fofb.bb b/recipes-core/images/zup-image-soleil-fofb.bb index 01a6a60..5692de2 100644 --- a/recipes-core/images/zup-image-soleil-fofb.bb +++ b/recipes-core/images/zup-image-soleil-fofb.bb @@ -28,7 +28,6 @@ IMAGE_INSTALL_append = " deviceaccess" IMAGE_INSTALL_append = " deviceaccess-python-bindings" IMAGE_INSTALL_append = " fofb-opcua-server" IMAGE_INSTALL_append = " fofb-init" -IMAGE_INSTALL_append = " xilinx-xvc-server" IMAGE_INSTALL_append = " nfs-utils" # We do not need that -- GitLab