opencl-headers: add native and nativesdk

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Naveen Saini 2022-11-16 17:48:53 +08:00 committed by Khem Raj
parent 74f131ffe8
commit 1bf977a512

View File

@ -17,3 +17,4 @@ do_install () {
install -d ${D}${includedir}/CL/
install -m 0644 ${S}/CL/*.h ${D}${includedir}/CL
}
BBCLASSEXTEND = "native nativesdk"