mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 03:40:11 +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:
parent
1b0ce2ce1d
commit
4b83eab28e
19
meta-oe/recipes-core/ocl-icd/ocl-icd_git.bb
Normal file
19
meta-oe/recipes-core/ocl-icd/ocl-icd_git.bb
Normal file
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user