Message ID | 20250930094517.2004652-1-danishanwar@ti.com |
---|---|
State | Under Review |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,scarthgap] meta-ti-bsp: Add pruprp-fw for AM64xx | expand |
meta-ti / na / 20250930094517.2004652-1-danishanwar PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- WARN - [meta-ti][scarthgap][PATCH] meta-ti-bsp: Add pruprp-fw for AM64xx WARN: Commit message does not include file/recipe name: meta-ti-bsp: Add pruprp-fw for AM64xx. (COMMIT-MESSAGE-2) patch WARN: Commit message should not include directory path to recipe: meta-ti-bsp: Add pruprp-fw for AM64xx. meta-ti-bsp: (COMMIT-MESSAGE-3) patch WARN: Missing Signed-off-by by sender in commit message. (SIGNED-OFF-BY-2) patch ========================================================= apply-yocto-patch: PASS ========================================================= scarthgap ===================== Summary: - Patch Series: [meta-ti][scarthgap][PATCH] meta-ti-bsp: Add pruprp-fw for AM64xx - Submitter: From: "MD Danish Anwar" <danishanwar@ti.com> - Date: Date: Tue, 30 Sep 2025 15:15:17 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 1ddb982c6dd180ac2cd21d93e74a8d36e1e85ff4 Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: scarthgap-wip - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202509260858 - Commit SHA: 9a30c7b97a979fa66cb22b2c2ce1d3b7d466ee24 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= scarthgap ===================== PASS
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc index 33fc6240..aa2dd1ec 100644 --- a/meta-ti-bsp/conf/machine/include/am64xx.inc +++ b/meta-ti-bsp/conf/machine/include/am64xx.inc @@ -28,6 +28,6 @@ TFA_BOARD = "lite" OPTEEMACHINE = "k3-am64x" -MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw" +MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw pruprp-fw" TI_WKS_BOOTLOADER_APPEND = "console=ttyS2,115200n8"
AM64x supports PRP. Add pruprp-fw to AM64xx so that this can be packaged for AM64xx Signed-off-by: MD Danish Anwar <danishanwar@ti.com> --- meta-ti-bsp/conf/machine/include/am64xx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base-commit: 9a30c7b97a979fa66cb22b2c2ce1d3b7d466ee24