mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
ocl-icd_git.bb: Add recipe for OpenCL ICD loaders
This recipe creates package which aims at creating an Open Source alternative to vendor specific OpenCL ICD loaders. Signed-off-by: Min Ma <min.ma@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "OpenCL ICD library"
|
||||
DESCRIPTION = "Open Source alternative to vendor specific OpenCL ICD loaders."
|
||||
|
||||
# The LICENSE is BSD 2-Clause "Simplified" License
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=232257bbf7320320725ca9529d3782ab"
|
||||
|
||||
SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https"
|
||||
|
||||
PV = "2.2.12+git${SRCPV}"
|
||||
SRCREV = "af79aebe4649f30dbd711c1bf6fc661eac6e5f01"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools
|
||||
|
||||
DEPENDS = "ruby-native"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user