diff options
| author | Himanshu Choudhary <himanshu.choudhary@xilinx.com> | 2020-02-05 18:32:03 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-02-05 23:54:51 -0800 |
| commit | 63429e5fb8b7a1f3c6d0f6c20235b665bcc6cdd0 (patch) | |
| tree | bd277dbf1adfb7385ea63ad8a24e67bba55c9873 | |
| parent | 39d3ced66918734fafa2a4bc6b90258f2d9481f0 (diff) | |
| download | meta-xilinx-63429e5fb8b7a1f3c6d0f6c20235b665bcc6cdd0.tar.gz | |
xrt_git:zocl_git: added package_class for generating rpm
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 | 4 | ||||
| -rw-r--r-- | meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb index 257d4c36..4b5ad55b 100644 --- a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb +++ b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | |||
| @@ -14,7 +14,9 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' | |||
| 14 | SRC_URI = "${REPO};${BRANCHARG}" | 14 | SRC_URI = "${REPO};${BRANCHARG}" |
| 15 | 15 | ||
| 16 | PV = "2.2.0+git${SRCPV}" | 16 | PV = "2.2.0+git${SRCPV}" |
| 17 | SRCREV = "7e3540d2707443d8c824669ef4272b33ce2f9ba4" | 17 | SRCREV ?= "7e3540d2707443d8c824669ef4272b33ce2f9ba4" |
| 18 | |||
| 19 | PACKAGE_CLASSES = "package_rpm" | ||
| 18 | 20 | ||
| 19 | S = "${WORKDIR}/git/src" | 21 | S = "${WORKDIR}/git/src" |
| 20 | 22 | ||
diff --git a/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb b/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb index edaacfbe..858b6b38 100644 --- a/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb +++ b/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb | |||
| @@ -10,7 +10,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 = "2.2.0+git${SRCPV}" |
| 13 | SRCREV = "7e3540d2707443d8c824669ef4272b33ce2f9ba4" | 13 | SRCREV ?= "7e3540d2707443d8c824669ef4272b33ce2f9ba4" |
| 14 | |||
| 15 | PACKAGE_CLASSES = "package_rpm" | ||
| 14 | 16 | ||
| 15 | S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" | 17 | S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" |
| 16 | 18 | ||
