libCLC would be required all the time, not just for development. The CL kernels are always distributed as source as part of the software runtime.
On 2013-07-17, at 7:37 PM, Otavio Salvador <[email protected]> wrote: > The libclc-mx6 is required when doing C development so we add it as > runtime dependency of libopencl-mx6-dev to easy it's deployment and > avoid it to being included in all rootfs. > > Change-Id: Ic0fc199ee2b65e97841d680b8fc1599a299e4bfe > Signed-off-by: Otavio Salvador <[email protected]> > --- > recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc > b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc > index 8c64822..cab2676 100644 > --- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc > +++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc > @@ -174,6 +174,7 @@ FILES_libglslc-mx6-dbg = > "${libdir}/.debug/libGLSLC${SOLIBS}" > FILES_libopencl-mx6 = "${libdir}/libOpenCL${SOLIBS}" > FILES_libopencl-mx6-dev = "${includedir}/CL ${libdir}/libOpenCL${SOLIBSDEV}" > FILES_libopencl-mx6-dbg = "${libdir}/.debug/libOpenCL${SOLIBS}" > +RDEPENDS_libopencl-mx6-dev = "libclc-mx6" > > FILES_libopenvg-mx6 = "${libdir}/libOpenVG*${SOLIBS}" > FILES_libopenvg-mx6-dev = "${includedir}/VG ${libdir}/libOpenVG*${SOLIBSDEV}" > -- > 1.8.3.2 > _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
