| Message ID | 20260105222205.2503660-1-afd@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master,1/2] tisdk-default-image: Use core packagegroup to include valgrind | expand |
meta-arago / na / 20260105222205.2503660-1-afd PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH 1/2] tisdk-default-image: Use core packagegroup to include valgrind - Submitter: From: Andrew Davis <afd@ti.com> - Date: Date: Mon, 5 Jan 2026 16:22:04 -0600 - Num Patches: 2 - Mailing List (public inbox) Commit SHA: 196cc6fcca1cccdac12fbed2302b1f8a28db5b94 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: libdrm: Remove upstreamed patch - Commit SHA: 8c190b1e4f6a53ea641ba9d6150ef873f561c706 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed
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 \ "
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/images/tisdk-default-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)