summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-xrt/xrt
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-09-12 18:43:54 -0700
committerMark Hatle <mark.hatle@amd.com>2022-09-12 18:43:54 -0700
commit1cd865c9c93fe48f92970676d44575bf8227a172 (patch)
tree5f649bd38a75b9f8a42675895f85ffcde8384298 /meta-xilinx-core/recipes-xrt/xrt
parentb11bfd86c25d9446e5c9fb62d377c94995f795a6 (diff)
parentfb44a4e29a40c2653735358da4668c6ae2736fab (diff)
downloadmeta-xilinx-1cd865c9c93fe48f92970676d44575bf8227a172.tar.gz
Merge branch 'honister' into kirkstone-next
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt/xrt')
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt.inc7
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb8
2 files changed, 8 insertions, 7 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
index da09ec0f..ba42fd5f 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
@@ -2,6 +2,7 @@ REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https"
2BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 2BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
3SRC_URI = "${REPO};${BRANCHARG}" 3SRC_URI = "${REPO};${BRANCHARG}"
4 4
5BRANCH= "2022.1" 5BRANCH= "master"
6SRCREV= "2a6dc026480914ea1c9f02977a6ab4b57e8a3c8d" 6SRCREV= "910828b3abdbf66b10cb6efc952e75df64962340"
7PV = "202210.2.13.0" 7PV = "202220.2.14.0"
8
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
index f55b83ae..b8071a65 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
@@ -8,12 +8,11 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=da5408f748bce8a9851dac18e66f4bcf \
8 file://runtime_src/core/edge/drm/zocl/LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8 \ 8 file://runtime_src/core/edge/drm/zocl/LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8 \
9 file://runtime_src/core/pcie/driver/linux/xocl/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 9 file://runtime_src/core/pcie/driver/linux/xocl/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
10 file://runtime_src/core/pcie/linux/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ 10 file://runtime_src/core/pcie/linux/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
11 file://runtime_src/core/pcie/tools/xbutil/LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87 \ 11 file://runtime_src/core/tools/xbutil2/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 "
12 file://runtime_src/core/edge/tools/xbutil/LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87 "
13 12
14S = "${WORKDIR}/git/src" 13S = "${WORKDIR}/git/src"
15 14
16inherit cmake pkgconfig 15inherit cmake
17 16
18BBCLASSEXTEND = "native nativesdk" 17BBCLASSEXTEND = "native nativesdk"
19 18
@@ -41,7 +40,8 @@ FILES:${PN} += "\
41 ${libdir}/lib*.so \ 40 ${libdir}/lib*.so \
42 ${libdir}/lib*.so.* \ 41 ${libdir}/lib*.so.* \
43 ${libdir}/ps_kernels_lib \ 42 ${libdir}/ps_kernels_lib \
44 /lib/*.so* " 43 /lib/*.so* \
44 ${datadir}"
45INSANE_SKIP:${PN} += "dev-so" 45INSANE_SKIP:${PN} += "dev-so"
46 46
47pkg_postinst_ontarget:${PN}() { 47pkg_postinst_ontarget:${PN}() {