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/xilstandalone_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-xilinx-standalone-experimental/recipes-libraries/xilstandalone_git.bb') diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilstandalone_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilstandalone_git.bb index a34ad964..facbfbaa 100644 --- a/meta-xilinx-standalone-experimental/recipes-libraries/xilstandalone_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilstandalone_git.bb @@ -12,5 +12,7 @@ do_configure:prepend() { lopper ${DTS_FILE} -- baremetal_bspconfig_xlnx ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} install -m 0755 MemConfig.cmake ${S}/${ESW_COMPONENT_SRC}/ install -m 0755 *.c ${S}/${ESW_COMPONENT_SRC} + lopper ${DTS_FILE} -- bmcmake_metadata_xlnx ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} hwcmake_metadata ${S} + install -m 0755 StandaloneExample.cmake ${S}/${ESW_COMPONENT_SRC}/common/ ) } -- cgit v1.2.3-54-g00ecf