diff options
3 files changed, 18 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 33dd732c..6350fecc 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
| @@ -16,6 +16,8 @@ chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes | |||
| 16 | chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bbappend \ | 16 | chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bbappend \ |
| 17 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ | 17 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ |
| 18 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \ | 18 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \ |
| 19 | openamp-layer:${LAYERDIR}/dynamic-layers/openamp-layer/recipes-*/*/*.bb \ | ||
| 20 | openamp-layer:${LAYERDIR}/dynamic-layers/openamp-layer/recipes-*/*/*.bbappend \ | ||
| 19 | virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bb \ | 21 | virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bb \ |
| 20 | virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bbappend \ | 22 | virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bbappend \ |
| 21 | xilinx-tools:${LAYERDIR}/dynamic-layers/meta-xilinx-tools/recipes-*/*/*.bb \ | 23 | xilinx-tools:${LAYERDIR}/dynamic-layers/meta-xilinx-tools/recipes-*/*/*.bb \ |
diff --git a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2023.1.bb b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2023.1.bb new file mode 100644 index 00000000..aed8937c --- /dev/null +++ b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2023.1.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | SRCBRANCH ?= "2022.2" | ||
| 2 | SRCREV = "9cb5bd0f9b697d27da059dd868981aaf271e11ec" | ||
| 3 | BRANCH = "2022" | ||
| 4 | LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33" | ||
| 5 | PV = "${SRCBRANCH}+git${SRCPV}" | ||
| 6 | |||
| 7 | REPO = "git://github.com/Xilinx/libmetal.git;protocol=https" | ||
| 8 | |||
| 9 | require ${LAYER_PATH_openamp-layer}/recipes-openamp/libmetal/libmetal.inc | ||
diff --git a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/open-amp/open-amp-xlnx_v2023.1.bb b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/open-amp/open-amp-xlnx_v2023.1.bb new file mode 100644 index 00000000..690ea846 --- /dev/null +++ b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/open-amp/open-amp-xlnx_v2023.1.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | SRCBRANCH ?= "2022.2" | ||
| 2 | SRCREV = "e50f1a61d6bd355e54f3d0bd709c8c3b9e8014c6" | ||
| 3 | BRANCH = "2022" | ||
| 4 | LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=0e6d7bfe689fe5b0d0a89b2ccbe053fa" | ||
| 5 | PV = "${SRCBRANCH}+git${SRCPV}" | ||
| 6 | |||
| 7 | require ${LAYER_PATH_openamp-layer}/recipes-openamp/open-amp/open-amp.inc | ||
