Message ID | 20251010143231.370-1-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master] pm-qa: Add PATCHTOOL = "git" | expand |
meta-arago / na / 20251010143231.370-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- WARN - [meta-arago][master][PATCH] pm-qa: Add PATCHTOOL = "git" WARN: Commit message does not include file/recipe name: pm-qa: Add PATCHTOOL = "git". (COMMIT-MESSAGE-2) patch ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH] pm-qa: Add PATCHTOOL = "git" - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Fri, 10 Oct 2025 09:32:31 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 7eca86dd0b5bfd55a1c7f09897c58d4fb6d7863b Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master.202510100100 - Commit SHA: 7b9e9923326f558d0c7a329e2c83f3fc16f4cc49 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS
diff --git a/meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc b/meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc index 079772ad..1119162f 100644 --- a/meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc +++ b/meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc @@ -8,4 +8,6 @@ SRC_URI += " \ file://0002-cpuidle-Avoid-relative-paths.patch \ " +PATCHTOOL = "git" + PR:append = ".arago0"
A recent commit in meta-openembedded removed the PATCHTOOL setting, choosing to fallback to quilt. But the setting seems to be required for the patches to actually be applied correctly. While we wait on meta-openembedded to either revert their commit, or figure out why this is required, we can carry the setting here. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc | 2 ++ 1 file changed, 2 insertions(+)