Message ID | 20221130221348.6803-1-reatmon@ti.com |
---|---|
State | Superseded |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master,1/2] tisdk-addons: Remove libdrm-kms from the dependencies | expand |
meta-arago / na / 20221130221348.6803-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 1/2] tisdk-addons: Remove libdrm-kms from the dependencies - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Wed, 30 Nov 2022 16:13:48 -0600 - Num Patches: 2 - Mailing List (public inbox) Commit SHA: e4ff340b9b47870bc1b579671a0b7fe17a17795b 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 1/2] 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 Applying: tisdk-addons: Remove libdrm-kms from the dependencies Patch failed at 0001 tisdk-addons: Remove libdrm-kms from the dependencies
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(-)