Message ID | 20221130221721.8936-1-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master] tisdk-addons: Remove libdrm-kms from the dependencies | expand |
meta-arago / na / 20221130221721.8936-1-reatmon PRC Results: FAIL ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: FAIL ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH] tisdk-addons: Remove libdrm-kms from the dependencies - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Wed, 30 Nov 2022 16:17:21 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: ae1217c9dd3b8723f7c28d75a30e35b70c42bb2a Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master.202508010100 - Commit SHA: 644f8b47f0eef26bda636717f5838871ec67d138 Patches ---------------------------------------- FAIL - [meta-arago][master][PATCH] tisdk-addons: Remove libdrm-kms from the dependencies Applying: tisdk-addons: Remove libdrm-kms from the dependencies Patch failed at 0001 tisdk-addons: Remove libdrm-kms from the dependencies error: patch failed: meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb:16 error: meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb: patch does not apply
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index 07ae8b07..e6368267 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -16,7 +16,6 @@ UTILS = " \ oprofile \ netkit-ftp \ ptpd \ - libdrm-kms \ strongswan \ kexec \ kdump \
KMS support was removed from DRM upstream [1]. If it does not exist, then we should not depend on it. [1] https://gitlab.freedesktop.org/mesa/drm/-/commit/2b997bb4bb688be00620887c8646ff24ccb9396b Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 1 - 1 file changed, 1 deletion(-)