diff options
| author | Ben Levinsky <ben.levinsky@amd.com> | 2024-02-05 08:08:31 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-02-07 08:51:58 -0600 |
| commit | 307ecf0dfe46682895047a00bc5c53de780ce109 (patch) | |
| tree | 0e6b4d55859effbd9c3869f8a30ce5e3ecac142b | |
| parent | 72713cbff38f02967d2cbaa64500ecefcadc0fc6 (diff) | |
| download | meta-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.bb | 1 |
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}" | |||
| 7 | REPO = "git://github.com/Xilinx/libmetal.git;protocol=https" | 7 | REPO = "git://github.com/Xilinx/libmetal.git;protocol=https" |
| 8 | 8 | ||
| 9 | include ${LAYER_PATH_openamp-layer}/recipes-openamp/libmetal/libmetal.inc | 9 | include ${LAYER_PATH_openamp-layer}/recipes-openamp/libmetal/libmetal.inc |
| 10 | include ${LAYER_PATH_openamp-layer}/vendor/xilinx/recipes-openamp/libmetal/libmetal-xlnx.inc | ||
| 10 | 11 | ||
| 11 | RPROVIDES:${PN}-dbg += "libmetal-dbg" | 12 | RPROVIDES:${PN}-dbg += "libmetal-dbg" |
| 12 | RPROVIDES:${PN}-dev += "libmetal-dev" | 13 | RPROVIDES:${PN}-dev += "libmetal-dev" |
