From 7702ecaf7818caaa3347dd5cfa9eab3ec251697c Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Wed, 28 Dec 2022 18:21:33 +0530 Subject: 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 Signed-off-by: Mark Hatle --- .../recipes-libraries/xilsecure-example_git.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-xilinx-standalone-experimental/recipes-libraries/xilsecure-example_git.bb') diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilsecure-example_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilsecure-example_git.bb index 2267571f..993794b5 100644 --- a/meta-xilinx-standalone-experimental/recipes-libraries/xilsecure-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilsecure-example_git.bb @@ -8,7 +8,6 @@ do_configure:prepend() { ( cd ${S} lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} - install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/ install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ ) } -- cgit v1.2.3-54-g00ecf