summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-04-02 15:53:44 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-04-02 15:53:49 -0700
commit210193dceba4990778e3d53d2a127d2849c19d1f (patch)
treeff2ee5feb54b2e9c78229ac977bf0805e7ffa3ff
parentcf655f7d2693112a8a07b3ddaf2399df28e58bc4 (diff)
downloadmeta-xilinx-210193dceba4990778e3d53d2a127d2849c19d1f.tar.gz
xrt: Remove references to PACKAGE_CLASSES from xrt recipes
Remove PACKAGE_CLASSES variable being set with the xrt and zocl recipes. By default in meta-xilinx the PACKAGE_CLASSES = packages_rpm which is being set in local.sample.conf file Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb2
-rw-r--r--meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
index 4b5ad55b..5a433a6b 100644
--- a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
@@ -16,8 +16,6 @@ SRC_URI = "${REPO};${BRANCHARG}"
16PV = "2.2.0+git${SRCPV}" 16PV = "2.2.0+git${SRCPV}"
17SRCREV ?= "7e3540d2707443d8c824669ef4272b33ce2f9ba4" 17SRCREV ?= "7e3540d2707443d8c824669ef4272b33ce2f9ba4"
18 18
19PACKAGE_CLASSES = "package_rpm"
20
21S = "${WORKDIR}/git/src" 19S = "${WORKDIR}/git/src"
22 20
23inherit cmake 21inherit cmake
diff --git a/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb b/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb
index 7a0132fe..94aa09cd 100644
--- a/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb
+++ b/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb
@@ -12,8 +12,6 @@ SRC_URI = "${REPO};${BRANCHARG}"
12PV = "2.2.0+git${SRCPV}" 12PV = "2.2.0+git${SRCPV}"
13SRCREV ?= "7e3540d2707443d8c824669ef4272b33ce2f9ba4" 13SRCREV ?= "7e3540d2707443d8c824669ef4272b33ce2f9ba4"
14 14
15PACKAGE_CLASSES = "package_rpm"
16
17S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" 15S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl"
18 16
19inherit module 17inherit module