summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/dynamic-layers
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-05-09 18:36:50 -0500
committerMark Hatle <mark.hatle@amd.com>2023-05-13 10:20:48 -0500
commitee7d79fd888995c229d932d3d54fc20d3ed60b81 (patch)
tree7a0ca86962ac4aab7ff8aa83029be6b8470b2377 /meta-xilinx-core/dynamic-layers
parenta6996cfd91c868b6570d6c8d11fe805ed3a63cdd (diff)
downloadmeta-xilinx-ee7d79fd888995c229d932d3d54fc20d3ed60b81.tar.gz
meta-xilinx-core: openamp: device-tree: Fix SRC_URI
The SRC_URI setting is automatic with usage of EXTRA_OVERLAYS, plus the SRC_URI should have been an append. This could have brokenprevious SRC_URI settings so remove it and revert to default behavior. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/dynamic-layers')
-rw-r--r--meta-xilinx-core/dynamic-layers/openamp-layer/recipes-bsp/device-tree/device-tree.bbappend7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-bsp/device-tree/device-tree.bbappend
index 4fd8b971..27887e88 100644
--- a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-bsp/device-tree/device-tree.bbappend
+++ b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-bsp/device-tree/device-tree.bbappend
@@ -1,12 +1,5 @@
1FILESEXTRAPATHS:prepend := "${THISDIR}/files:" 1FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
2 2
3SRC_URI = " \
4 file://zynq-openamp.dtsi \
5 file://zynqmp-openamp.dtsi \
6 file://versal-openamp.dtsi \
7 file://versal-net-openamp.dtsi \
8"
9
10# openamp.dtsi is in the WORKDIR 3# openamp.dtsi is in the WORKDIR
11DT_INCLUDE:append = " ${WORKDIR}" 4DT_INCLUDE:append = " ${WORKDIR}"
12 5