From 8124cccdb73a2677a120fa3a2c832bcb2a69a73c Mon Sep 17 00:00:00 2001 From: Romain Broucquart <romain.broucquart@synchrotron-soleil.fr> Date: Thu, 12 Jan 2023 10:52:24 +0100 Subject: [PATCH] Overwrite pl-conf.dtsi The one included by techlab-bsp matches their FPGA BSP. I'm using MSK BSP --- recipes-bsp/device-tree/device-tree.bbappend | 6 ++++++ recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi | 0 2 files changed, 6 insertions(+) create mode 100644 recipes-bsp/device-tree/device-tree.bbappend create mode 100644 recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi diff --git a/recipes-bsp/device-tree/device-tree.bbappend b/recipes-bsp/device-tree/device-tree.bbappend new file mode 100644 index 0000000..92035ec --- /dev/null +++ b/recipes-bsp/device-tree/device-tree.bbappend @@ -0,0 +1,6 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI_append = " \ + file://pl-conf.dtsi \ +" + diff --git a/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi b/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi new file mode 100644 index 0000000..e69de29 -- GitLab