summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorVaralaxmi Bingi <varalaxmi.bingi@amd.com>2023-09-08 17:53:04 +0530
committerMark Hatle <mark.hatle@amd.com>2023-09-11 18:24:18 -0500
commit52b6fdee4dfa5e0f4c593a5b457fbd3a7084471f (patch)
treefcf7fa90e1ed96323fcfd13c8f16a91d0eb582c9 /meta-xilinx-core
parent9215dae304584d11f921eb495d84288ae4b410dd (diff)
downloadmeta-xilinx-52b6fdee4dfa5e0f4c593a5b457fbd3a7084471f.tar.gz
xrt.inc: adding SRCREV_FORMAT variable
when there are multiple srcuri then we need to mention the SRC_URI names in SRCREV_FORMAT variable. otherwise it will throw warning Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com> Set the format to only pay attention to XRT Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
index fcb9574e..cbdee970 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
@@ -11,3 +11,4 @@ SRCREV_dma_ip_drivers = "9f02769a2eddde008158c96efa39d7edb6512578"
11 11
12SRC_URI += "git://github.com/serge1/ELFIO.git;branch=main;name=ELFIO;destsuffix=git/src/runtime_src/core/common/elf;protocol=https" 12SRC_URI += "git://github.com/serge1/ELFIO.git;branch=main;name=ELFIO;destsuffix=git/src/runtime_src/core/common/elf;protocol=https"
13SRCREV_ELFIO = "a04810f12625207cce72665d783babb80f0175a8" 13SRCREV_ELFIO = "a04810f12625207cce72665d783babb80f0175a8"
14SRCREV_FORMAT = "xrt"