On 10/26/20 9:45 PM, Denys Dmytriyenko wrote: > On Mon, Oct 26, 2020 at 09:41:12PM -0500, Suman Anna wrote: >> Add the ti-rpmsg-char dev packages to make the public headers available in >> the target fileystem so that applications can be compiled natively on the >> target. > > -sdk-target is not for the target filesystem! > It is for the target sysroot in the devkit.
Hmm, is this supposed to go into a different file or my patch description needs correcting? regards Suman > > >> Signed-off-by: Suman Anna <[email protected]> >> --- >> .../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
