diff mbox series

[meta-arago,master,2/2] ti-world: Use core packagegroup to include valgrind

Message ID 20260105222205.2503660-2-afd@ti.com
State New
Headers show
Series [meta-arago,master,1/2] tisdk-default-image: Use core packagegroup to include valgrind | expand

Commit Message

Andrew Davis Jan. 5, 2026, 10:22 p.m. UTC
This packagegroup includes valgrind and handles the arch compatibility
selection for us.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-arago-distro/recipes-core/packagegroups/ti-world.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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} \
 "