[meta-arago] [RFC 2/3] opencl: fix RDEPENDS

2019-12-20 Thread Jacob Stiffler
* Use opencl-runtime package to bring in necessary dependencies to use OpenCL with run-time kernel compilation. * The base opencl package will only pull dependencies necessary for running pre-built kernels. Signed-off-by: Jacob Stiffler --- meta-arago-extras/recipes-ti/ocl/opencl_git.bb |

[meta-arago] [RFC 1/3] clocl: add ti-cgt6x to RDEPENDS

2019-12-20 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- meta-arago-extras/recipes-ti/ocl/clocl_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-extras/recipes-ti/ocl/clocl_git.bb b/meta-arago-extras/recipes-ti/ocl/clocl_git.bb index c7f467f..df77d7e 100644 ---

[meta-arago] [RFC 3/3] opencl-examples: improve packaging

2019-12-20 Thread Jacob Stiffler
* Split examples into those that require runtime compilation of kernels (opencl-examples-runtime) and those that use prebuilt kernels (opencl-examples-offline). * Retain opencl-examples as the package to bring in all examples. * Adjust package dependencies accordingly. Signed-off-by: Jacob

[meta-arago] [RFC][PATCH 2/2] packagegroup-*-qte: don't install qt3d-examples in rootfs by default

2019-12-20 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb | 1 - .../recipes-core/packagegroups/packagegroup-ti-world.bb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git

[meta-arago] [RFC][PATCH 1/2] packagegroup-*-addons: don't install valgrind in rootfs by default

2019-12-20 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 1 - .../recipes-core/packagegroups/packagegroup-ti-world.bb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git