summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-drivers
diff options
context:
space:
mode:
authorAppana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>2022-12-28 18:21:33 +0530
committerMark Hatle <mark.hatle@amd.com>2023-01-06 10:58:21 -0800
commit7702ecaf7818caaa3347dd5cfa9eab3ec251697c (patch)
tree41610167364ab6d95604d1b153f54bba049355df /meta-xilinx-standalone-experimental/recipes-drivers
parent318ab6bc335452b299e4c667da3ed9b562dc8fd3 (diff)
downloadmeta-xilinx-7702ecaf7818caaa3347dd5cfa9eab3ec251697c.tar.gz
meta-xilinx-standalone-experimental: Update recipes as per latest lopper updates
With the latest lopper changes memory.ld file is no longer getting generated update the recipes for the same. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/clockps-example_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/clockps-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/clockps-example_git.bb
index 67fb695e..38e242b0 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/clockps-example_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/clockps-example_git.bb
@@ -12,7 +12,6 @@ do_configure:prepend() {
12 ( 12 (
13 cd ${S} 13 cd ${S}
14 lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} 14 lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC}
15 install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/
16 install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ 15 install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/
17 ) 16 )
18} 17}