@@ -32,8 +32,8 @@ ARAGO_EXTRA = "\
parted \
dropbear \
openssh-sftp-server \
- kms++ \
- kms++-python \
+ kmsxx \
+ kmsxx-python \
can-utils \
docker \
expat \
@@ -27,8 +27,8 @@ TI_TEST_BASE = "\
iperf3 \
kernel-modules \
kernel-selftest \
- kms++ \
- kms++-python \
+ kmsxx \
+ kmsxx-python \
libdrm-tests \
linuxptp \
lmbench \
deleted file mode 100644
@@ -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"
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