summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Levinsky <ben.levinsky@amd.com>2024-02-05 08:08:31 -0800
committerMark Hatle <mark.hatle@amd.com>2024-02-07 08:51:58 -0600
commit307ecf0dfe46682895047a00bc5c53de780ce109 (patch)
tree0e6b4d55859effbd9c3869f8a30ce5e3ecac142b
parent72713cbff38f02967d2cbaa64500ecefcadc0fc6 (diff)
downloadmeta-xilinx-307ecf0dfe46682895047a00bc5c53de780ce109.tar.gz
libmetal-xlnx: 2024.1: Include libmetal-xlnx.inc to pick up machine
Pass CFLAG to Libmetal Repo for Xilinx-AMD build of Libmetal AMP Demo from meta-openamp file libmetal-xlnx.inc Signed-off-by: Ben Levinsky <ben.levinsky@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2024.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2024.1.bb b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2024.1.bb
index 4ef5f4ee..ef762c71 100644
--- a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2024.1.bb
+++ b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2024.1.bb
@@ -7,6 +7,7 @@ PV = "${SRCBRANCH}+git${SRCPV}"
7REPO = "git://github.com/Xilinx/libmetal.git;protocol=https" 7REPO = "git://github.com/Xilinx/libmetal.git;protocol=https"
8 8
9include ${LAYER_PATH_openamp-layer}/recipes-openamp/libmetal/libmetal.inc 9include ${LAYER_PATH_openamp-layer}/recipes-openamp/libmetal/libmetal.inc
10include ${LAYER_PATH_openamp-layer}/vendor/xilinx/recipes-openamp/libmetal/libmetal-xlnx.inc
10 11
11RPROVIDES:${PN}-dbg += "libmetal-dbg" 12RPROVIDES:${PN}-dbg += "libmetal-dbg"
12RPROVIDES:${PN}-dev += "libmetal-dev" 13RPROVIDES:${PN}-dev += "libmetal-dev"