diff mbox series

[meta-arago,scarthgap/master] kms++: Remove this recipe

Message ID 20250501144519.355364-1-afd@ti.com
State New
Headers show
Series [meta-arago,scarthgap/master] kms++: Remove this recipe | expand

Commit Message

Andrew Davis May 1, 2025, 2:45 p.m. UTC
This now exists in meta-oe as "kmsxx". Remove this version and rename
it where it is included as the old name.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../packagegroups/packagegroup-arago-base.bb  |  4 +--
 .../recipes-core/packagegroups/ti-test.bb     |  4 +--
 .../recipes-graphics/kms++/kms++_git.bb       | 30 -------------------
 3 files changed, 4 insertions(+), 34 deletions(-)
 delete mode 100644 meta-arago-test/recipes-graphics/kms++/kms++_git.bb
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
index fc2eafec..95e4250b 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
@@ -32,8 +32,8 @@  ARAGO_EXTRA = "\
     parted \
     dropbear \
     openssh-sftp-server \
-    kms++ \
-    kms++-python \
+    kmsxx \
+    kmsxx-python \
     can-utils \
     docker \
     expat \
diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
index a73e2869..fcb20df0 100644
--- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
@@ -27,8 +27,8 @@  TI_TEST_BASE = "\
     iperf3 \
     kernel-modules \
     kernel-selftest \
-    kms++ \
-    kms++-python \
+    kmsxx \
+    kmsxx-python \
     libdrm-tests \
     linuxptp \
     lmbench \
diff --git a/meta-arago-test/recipes-graphics/kms++/kms++_git.bb b/meta-arago-test/recipes-graphics/kms++/kms++_git.bb
deleted file mode 100644
index 56b83c7a..00000000
--- a/meta-arago-test/recipes-graphics/kms++/kms++_git.bb
+++ /dev/null
@@ -1,30 +0,0 @@ 
-SUMMARY = "C++ library for kernel mode setting"
-HOMEPAGE = "https://github.com/tomba/kmsxx"
-LICENSE = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
-
-PV = "2.1"
-PR = "r1"
-
-BRANCH = "master"
-SRC_URI = "git://github.com/tomba/kmsxx.git;protocol=https;branch=${BRANCH}"
-SRCREV = "5afc8d918f2c084acd65027604868dfde43395cf"
-
-DEPENDS = "drm fmt"
-
-DEPENDS += "python3-pybind11"
-EXTRA_OEMESON = "-Dsystem-pybind11=enabled"
-
-PACKAGES =+ "${PN}-python"
-
-RDEPENDS:${PN}-python += "python3-core"
-
-FILES:${PN}-python += "${libdir}/python*/site-packages"
-
-S = "${WORKDIR}/git"
-
-inherit python3native meson pkgconfig update-alternatives
-
-ALTERNATIVE_PRIORITY = "100"
-ALTERNATIVE:${PN} = "kmstest"
-ALTERNATIVE_LINK_NAME[kmstest] = "${bindir}/kmstest"