From 59d4f6fee3beb4ba4e28a62ef5db0ff0bc0bc291 Mon Sep 17 00:00:00 2001 From: Romain BROUCQUART <romain.broucquart@synchrotron-soleil.fr> Date: Mon, 27 Feb 2023 15:54:23 +0100 Subject: [PATCH] fix:Init recipe name --- recipes-core/images/zup-image-soleil-fofb.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/zup-image-soleil-fofb.bb b/recipes-core/images/zup-image-soleil-fofb.bb index c8d71bc..1d9fd5a 100644 --- a/recipes-core/images/zup-image-soleil-fofb.bb +++ b/recipes-core/images/zup-image-soleil-fofb.bb @@ -27,7 +27,7 @@ IMAGE_INSTALL_append = " python3-asyncua" IMAGE_INSTALL_append = " deviceaccess" IMAGE_INSTALL_append = " deviceaccess-python-bindings" IMAGE_INSTALL_append = " fofb-opcua-server" -IMAGE_INSTALL_append = " fofb-fpgainit" +IMAGE_INSTALL_append = " fofb-init" IMAGE_INSTALL_append = " xilinx-xvc-server" IMAGE_FEATURES_append = " fpga-manager" -- GitLab