This packagegroup includes valgrind and handles the arch compatibility selection for us.
Signed-off-by: Andrew Davis <[email protected]> --- meta-arago-distro/recipes-core/packagegroups/ti-world.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb index 25642831..be7720e7 100644 --- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb +++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb @@ -23,6 +23,7 @@ DEVTOOLS = " \ linux-libc-headers-dev \ build-essential \ packagegroup-core-tools-debug \ + packagegroup-core-tools-profile \ git \ " @@ -40,7 +41,6 @@ RDEPENDS:${PN} = "\ ${@bb.utils.contains('DISTRO_FEATURES','opengl','','packagegroup-arago-base-tisdk-server-extra',d)} \ ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "${PYTHON2APPS}", "", d)} \ ${DEVTOOLS} \ - ${@bb.utils.contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \ packagegroup-arago-misc \ ${PREFERRED_PROVIDER_virtual/docker} \ " -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16925): https://lists.yoctoproject.org/g/meta-arago/message/16925 Mute This Topic: https://lists.yoctoproject.org/mt/117096075/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
