diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-11-12 15:02:02 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-18 10:38:16 -0600 |
| commit | 10531c26195f97f9565e9770c21977805e53c46b (patch) | |
| tree | 53da4f2f218e44a9d22ba75b272fff8d9f3dff48 /meta-xilinx-standalone-sdt/conf/layer.conf | |
| parent | 3cb902f7e65c1c581d369b61bd0a82bf2fbab161 (diff) | |
| download | meta-xilinx-10531c26195f97f9565e9770c21977805e53c46b.tar.gz | |
meta-xilinx-standalone-sdt: Make libmetal/open-amp optional
Currently this requires a meta-openamp fork to function properly as the
necessary changes have not yet been sent upstream.
The fork and branch are:
https://github.com/Xilinx/meta-openamp
branch: 2024.2
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-sdt/conf/layer.conf')
| -rw-r--r-- | meta-xilinx-standalone-sdt/conf/layer.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-sdt/conf/layer.conf b/meta-xilinx-standalone-sdt/conf/layer.conf index 5685f4e4..81e75110 100644 --- a/meta-xilinx-standalone-sdt/conf/layer.conf +++ b/meta-xilinx-standalone-sdt/conf/layer.conf | |||
| @@ -12,6 +12,11 @@ BBFILE_COLLECTIONS += "xilinx-standalone-sdt" | |||
| 12 | BBFILE_PATTERN_xilinx-standalone-sdt = "^${LAYERDIR}/" | 12 | BBFILE_PATTERN_xilinx-standalone-sdt = "^${LAYERDIR}/" |
| 13 | BBFILE_PRIORITY_xilinx-standalone-sdt = "7" | 13 | BBFILE_PRIORITY_xilinx-standalone-sdt = "7" |
| 14 | 14 | ||
| 15 | BBFILES_DYNAMIC += " \ | ||
| 16 | openamp-layer:${LAYERDIR}/dynamic-layers/openamp-layer/recipes-*/*/*.bb \ | ||
| 17 | openamp-layer:${LAYERDIR}/dynamic-layers/openamp-layer/recipes-*/*/*.bbappend \ | ||
| 18 | " | ||
| 19 | |||
| 15 | # Allow other layers to find the root of this layer if necessary | 20 | # Allow other layers to find the root of this layer if necessary |
| 16 | META_XILINX_STANDALONE_EXP_PATH = "${LAYERDIR}" | 21 | META_XILINX_STANDALONE_EXP_PATH = "${LAYERDIR}" |
| 17 | 22 | ||
| @@ -20,6 +25,9 @@ LAYERDEPENDS_xilinx-standalone-sdt = "core \ | |||
| 20 | xilinx-standalone \ | 25 | xilinx-standalone \ |
| 21 | xilinx-microblaze \ | 26 | xilinx-microblaze \ |
| 22 | virtualization-layer \ | 27 | virtualization-layer \ |
| 28 | " | ||
| 29 | |||
| 30 | LAYERRECOMMENDS_xilinx-statalone-sdt = " \ | ||
| 23 | openamp-layer \ | 31 | openamp-layer \ |
| 24 | " | 32 | " |
| 25 | 33 | ||
