This packagegroup includes valgrind and handles the arch compatibility selection for us.
Signed-off-by: Andrew Davis <[email protected]> --- meta-arago-distro/recipes-core/images/tisdk-default-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb index bc067857..a35e8321 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb @@ -34,12 +34,12 @@ DEVTOOLS = " \ linux-libc-headers-dev \ build-essential \ packagegroup-core-tools-debug \ + packagegroup-core-tools-profile \ git \ dtc \ " IMAGE_INSTALL += "\ ${DEVTOOLS} \ - ${@bb.utils.contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \ docker \ " -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16924): https://lists.yoctoproject.org/g/meta-arago/message/16924 Mute This Topic: https://lists.yoctoproject.org/mt/117096074/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
