* Include the dev package so that build dependencies are available in the filesystem.
Signed-off-by: Jacob Stiffler <[email protected]> --- recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend b/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend index 16e042e..782affe 100644 --- a/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend +++ b/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend @@ -1,6 +1,6 @@ PR_append = ".tisdk0" -TIDL_PKGS = "tidl-examples tidl-viewer" +TIDL_PKGS = "tidl-examples-dev tidl-viewer" EXTRA_PKGS_append_am57xx-evm = " ${TIDL_PKGS}" EXTRA_PKGS_append_am57xx-hs-evm = " ${TIDL_PKGS}" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
