diff options
| author | Himanshu Choudhary <himanshu.choudhary@xilinx.com> | 2020-05-19 17:04:03 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-05-19 12:35:33 -0700 |
| commit | e099b5423592b9a3c6b7fdbe96e50efdd9984e47 (patch) | |
| tree | c6484063e3bab7059be998cc23b2fe7e68508339 | |
| parent | 9367eccfde586f9f8defe55c56e906ad28e1a781 (diff) | |
| download | meta-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.bb | 9 | ||||
| -rw-r--r-- | meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb | 4 |
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" | |||
| 2 | DESCRIPTION = "Xilinx Runtime User Space Libraries and headers" | 2 | DESCRIPTION = "Xilinx Runtime User Space Libraries and headers" |
| 3 | 3 | ||
| 4 | LICENSE = "GPLv2 & Apache-2.0" | 4 | LICENSE = "GPLv2 & Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=fa343562af4b9b922b8d7fe7b0b6d000 \ | 5 | LIC_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 | ||
| 11 | BRANCH ?= "2020.1" | 12 | BRANCH ?= "2020.1" |
| 12 | REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" | 13 | REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" |
| 13 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 14 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 14 | SRC_URI = "${REPO};${BRANCHARG}" | 15 | SRC_URI = "${REPO};${BRANCHARG}" |
| 15 | 16 | ||
| 16 | PV = "2.2.0+git${SRCPV}" | 17 | PV = "202010.2.6.0" |
| 17 | SRCREV ?= "a48f247fffc78109707d53e9e2b8966233caec51" | 18 | SRCREV ?= "a48f247fffc78109707d53e9e2b8966233caec51" |
| 18 | 19 | ||
| 19 | S = "${WORKDIR}/git/src" | 20 | S = "${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 @@ | |||
| 1 | SUMMARY = "Xilinx Runtime(XRT) driver module" | 1 | SUMMARY = "Xilinx Runtime(XRT) driver module" |
| 2 | DESCRIPTION = "Xilinx Runtime driver module provides memory management and compute unit schedule" | 2 | DESCRIPTION = "Xilinx Runtime driver module provides memory management and compute unit schedule" |
| 3 | 3 | ||
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2 & Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8" |
| 6 | 6 | ||
| 7 | BRANCH ?= "2020.1" | 7 | BRANCH ?= "2020.1" |
| @@ -9,7 +9,7 @@ REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" | |||
| 9 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 9 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 10 | SRC_URI = "${REPO};${BRANCHARG}" | 10 | SRC_URI = "${REPO};${BRANCHARG}" |
| 11 | 11 | ||
| 12 | PV = "2.2.0+git${SRCPV}" | 12 | PV = "202010.2.6.0" |
| 13 | SRCREV ?= "a48f247fffc78109707d53e9e2b8966233caec51" | 13 | SRCREV ?= "a48f247fffc78109707d53e9e2b8966233caec51" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" | 15 | S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" |
