From dde6fdf0a2af51f94da9f2781de42013b6cd778a Mon Sep 17 00:00:00 2001 From: Romain Broucquart <romain.broucquart@synchrotron-soleil.fr> Date: Thu, 9 Feb 2023 10:56:15 +0100 Subject: [PATCH] Use the DeviceTree generator from XSA BlockDesign --- recipes-core/images/zup-image-soleil-fofb.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/images/zup-image-soleil-fofb.bb b/recipes-core/images/zup-image-soleil-fofb.bb index 8ef279a..aaf748c 100644 --- a/recipes-core/images/zup-image-soleil-fofb.bb +++ b/recipes-core/images/zup-image-soleil-fofb.bb @@ -52,3 +52,5 @@ EXTRA_USERS_PARAMS = "\ useradd -s /bin/zsh -G sudo -P 'diag91' diag; \ " +# If the FPGA system has a Block Design, try to generate the Device Tree +DT_FROM_BD_ENABLE = "1" -- GitLab