summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHimanshu Choudhary <himanshu.choudhary@xilinx.com>2020-05-19 17:04:03 +0530
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-05-19 12:35:33 -0700
commite099b5423592b9a3c6b7fdbe96e50efdd9984e47 (patch)
treec6484063e3bab7059be998cc23b2fe7e68508339
parent9367eccfde586f9f8defe55c56e906ad28e1a781 (diff)
downloadmeta-xilinx-e099b5423592b9a3c6b7fdbe96e50efdd9984e47.tar.gz
xrt_git:zocl_git: license and PV update from meta-xilinx-internal
Signed-off-by: Himanshu Choudhary <hchoudha@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb9
-rw-r--r--meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb4
2 files changed, 7 insertions, 6 deletions
diff --git a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
index 4b6b9fc1..265c8686 100644
--- a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
@@ -2,18 +2,19 @@ SUMMARY = "Xilinx Runtime(XRT) libraries"
2DESCRIPTION = "Xilinx Runtime User Space Libraries and headers" 2DESCRIPTION = "Xilinx Runtime User Space Libraries and headers"
3 3
4LICENSE = "GPLv2 & Apache-2.0" 4LICENSE = "GPLv2 & Apache-2.0"
5LIC_FILES_CHKSUM = "file://../LICENSE;md5=fa343562af4b9b922b8d7fe7b0b6d000 \ 5LIC_FILES_CHKSUM = "file://../LICENSE;md5=da5408f748bce8a9851dac18e66f4bcf \
6 file://runtime_src/core/edge/drm/zocl/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 6 file://runtime_src/core/edge/drm/zocl/LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8 \
7 file://runtime_src/core/pcie/driver/linux/xocl/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 7 file://runtime_src/core/pcie/driver/linux/xocl/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
8 file://runtime_src/core/pcie/linux/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ 8 file://runtime_src/core/pcie/linux/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
9 file://runtime_src/core/pcie/tools/xbutil/LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87 " 9 file://runtime_src/core/pcie/tools/xbutil/LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87 \
10 file://runtime_src/core/edge/tools/xbutil/LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87 "
10 11
11BRANCH ?= "2020.1" 12BRANCH ?= "2020.1"
12REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" 13REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https"
13BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 14BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
14SRC_URI = "${REPO};${BRANCHARG}" 15SRC_URI = "${REPO};${BRANCHARG}"
15 16
16PV = "2.2.0+git${SRCPV}" 17PV = "202010.2.6.0"
17SRCREV ?= "a48f247fffc78109707d53e9e2b8966233caec51" 18SRCREV ?= "a48f247fffc78109707d53e9e2b8966233caec51"
18 19
19S = "${WORKDIR}/git/src" 20S = "${WORKDIR}/git/src"
diff --git a/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb b/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb
index a4ce6575..8c9d8ce0 100644
--- a/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb
+++ b/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Xilinx Runtime(XRT) driver module" 1SUMMARY = "Xilinx Runtime(XRT) driver module"
2DESCRIPTION = "Xilinx Runtime driver module provides memory management and compute unit schedule" 2DESCRIPTION = "Xilinx Runtime driver module provides memory management and compute unit schedule"
3 3
4LICENSE = "GPLv2" 4LICENSE = "GPLv2 & Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8"
6 6
7BRANCH ?= "2020.1" 7BRANCH ?= "2020.1"
@@ -9,7 +9,7 @@ REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https"
9BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 9BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
10SRC_URI = "${REPO};${BRANCHARG}" 10SRC_URI = "${REPO};${BRANCHARG}"
11 11
12PV = "2.2.0+git${SRCPV}" 12PV = "202010.2.6.0"
13SRCREV ?= "a48f247fffc78109707d53e9e2b8966233caec51" 13SRCREV ?= "a48f247fffc78109707d53e9e2b8966233caec51"
14 14
15S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" 15S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl"