Message ID | 20250805152633.200342-1-afd@ti.com |
---|---|
State | Under Review |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,scarthgap/master] recipes-graphics: weston: Remove hyphen from package revision | expand |
meta-ti / na / 20250805152633.200342-1-afd PRC Results: PASS -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- check-yocto-patches: PASS -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Patches ---------------------------------------- All patches passed -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- apply-yocto-patch: PASS -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- scarthgap ===================== Summary: - Patch Series: [meta-ti][scarthgap/master][PATCH] recipes-graphics: weston: Remove hyphen from package revision - Submitter: From: Andrew Davis <afd@ti.com> - Date: Date: Tue, 5 Aug 2025 10:26:33 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 21171506c0535a32d96ffb5c2f2d5472d469fd49 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.202507311300 - Commit SHA: 0353868b3f625ee43a671a211245cc14cddbda7d Patches ---------------------------------------- All patches applied master ===================== Summary: - Patch Series: [meta-ti][scarthgap/master][PATCH] recipes-graphics: weston: Remove hyphen from package revision - Submitter: From: Andrew Davis <afd@ti.com> - Date: Date: Tue, 5 Aug 2025 10:26:33 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 21171506c0535a32d96ffb5c2f2d5472d469fd49 Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master-wip - Commit Author: Beleswar Padhi <b-padhi@ti.com> - Commit Subject: ti-pka-fw: Add a recipe to package prebuilt PKA firmware - Commit SHA: 974567583b8516ae68b924b60d6cc4ec91129d12 Patches ---------------------------------------- All patches applied -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- check-yocto-repo: PASS -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- scarthgap ===================== PASS master ===================== PASS
diff --git a/meta-ti-bsp/recipes-graphics/wayland/weston-ti-version.inc b/meta-ti-bsp/recipes-graphics/wayland/weston-ti-version.inc index fafef724..42e6b6ac 100644 --- a/meta-ti-bsp/recipes-graphics/wayland/weston-ti-version.inc +++ b/meta-ti-bsp/recipes-graphics/wayland/weston-ti-version.inc @@ -1,6 +1,6 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/weston:" -PR:append = ".ti-soc1" +PR:append = ".tisoc1" SRC_URI += " \ file://0001-Revert-require-GL_EXT_unpack_subimage-commit.patch \
Seems having hyphens in the revision tag causes issues with RPM packaging. Remove this hyphen. Reported-by: Daniel Schultz <D.Schultz@phytec.de> Signed-off-by: Andrew Davis <afd@ti.com> --- meta-ti-bsp/recipes-graphics/wayland/weston-ti-version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)