Add the ti-rpmsg-char dev packages to make the public headers available in the target sysroot in the devkit so that applications can cross-compile against these on the host.
Signed-off-by: Suman Anna <[email protected]> Tested-by: Lucas Weaver <[email protected]> --- v2: Update patch description, no code changes .../packagegroup-arago-tisdk-addons-sdk-target.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb index e372dd67744e..b55c79a4d4df 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to install headers and libraries related to addons into the SDK" LICENSE = "MIT" -PR = "r43" +PR = "r44" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -143,7 +143,11 @@ UTILS_append_dra7xx = " can-utils-dev \ elfutils-staticdev \ " UTILS_append_k2g = " can-utils-dev" -UTILS_append_k3 = " can-utils-dev" +UTILS_append_k3 = "\ + can-utils-dev \ + ti-rpmsg-char-dev \ + ti-rpmsg-char-staticdev \ +" EXTRA_LIBS = "" EXTRA_LIBS_append_ti43x = "\ -- 2.28.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
