All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master/scarthgap][PATCH] meta-arago-extras: Remove remaining GLSDK examples
@ 2025-03-11 13:53 Andrew Davis
  0 siblings, 0 replies; only message in thread
From: Andrew Davis @ 2025-03-11 13:53 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, meta-arago; +Cc: Andrew Davis

These used to be part of the Graphics SDK. These do not build anymore.
Remove these old packages.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../packagegroup-arago-tisdk-addons.bb        |  4 ---
 .../packagegroup-arago-tisdk-graphics.bb      |  6 ----
 .../util-scripts/glsdk-util-scripts.bb        | 30 -----------------
 .../glsdk-example-apps/glsdk-example-apps.bb  | 33 -------------------
 4 files changed, 73 deletions(-)
 delete mode 100644 meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb
 delete mode 100644 meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb

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 1d489937..d3bbf623 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
@@ -70,10 +70,6 @@ UTILS:append:omapl138 = " ti-ipc-rtos-fw"
 UTILS:append:dra7xx = " \
                         ${UTILS_DSP} \
 "
-# glsdk-example-apps depends on libkms, which has been removed upstream from libdrm:
-# https://gitlab.freedesktop.org/mesa/drm/-/commit/2b997bb4bb688be00620887c8646ff24ccb9396b
-#                        ${@bb.utils.contains('DISTRO_FEATURES','opengl','glsdk-example-apps','',d)} \
-#"
 
 EXTRA_PACKAGES = " \
     protobuf \
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
index a82db154..52557e5c 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
@@ -11,16 +11,10 @@ GFX_WAYLAND = "\
     weston-examples \
 "
 
-GFX_UTILS = ""
-GFX_UTILS:append:omap-a15  = "\
-    glsdk-util-scripts \
-"
-
 RDEPENDS:${PN} = "\
     libegl \
     glmark2 \
     kmscube \
     ${@bb.utils.contains('MACHINE_FEATURES', 'gc320', 'ti-gc320-tests', '', d)} \
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', "${GFX_WAYLAND}", '', d)} \
-    ${GFX_UTILS} \
 "
diff --git a/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb b/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb
deleted file mode 100644
index 1ab1cbc1..00000000
--- a/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "Utility scripts for debug"
-LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://debug/filter-dmesg-rproc.sh;md5=ce264e7cbc036fd2f37073947c2f0800"
-
-COMPATIBLE_MACHINE = "omap-a15|j7"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-RDEPENDS:${PN} += "bash"
-
-SRC_URI = "git://git.ti.com/git/glsdk/util-scripts.git;protocol=https;branch=master"
-
-SRCREV = "5a3f8eca444a5c4bf8855705a3018d482e3e19cd"
-
-S = "${WORKDIR}/git"
-
-do_compile() {
-    :
-}
-
-do_install() {
-    install -d ${D}${datadir}/ti/util-scripts
-    install -d ${D}${datadir}/ti/util-scripts/debug
-    install -d ${D}${datadir}/ti/util-scripts/perf
-    install -d ${D}${datadir}/ti/util-scripts/demo
-    install -m 755 ${S}/debug/* ${D}${datadir}/ti/util-scripts/debug/.
-    install -m 755 ${S}/perf/* ${D}${datadir}/ti/util-scripts/perf/.
-    install -m 755 ${S}/demo/* ${D}${datadir}/ti/util-scripts/demo/.
-
-}
-
-FILES:${PN} += "${datadir}/ti/util-scripts/*"
diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
deleted file mode 100644
index 7b0bc3c4..00000000
--- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-SUMMARY = "GLSDK example applications"
-HOMEPAGE = "http://git.ti.com/glsdk"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148"
-
-DEPENDS = "gstreamer1.0 libdrm libdce ti-ipc wayland weston"
-
-COMPATIBLE_MACHINE = "dra7xx"
-
-S = "${WORKDIR}/git"
-
-inherit autotools pkgconfig
-
-SRC_URI = "git://git.ti.com/git/glsdk/example-applications.git;protocol=https;branch=master \
-"
-
-SRCREV="52466430609c402a9f1c0667ccf727d096336d0d"
-
-PR = "r53"
-
-CFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DEGL_NO_X11',d)}"
-
-do_install:append () {
-    install -d ${D}${sysconfdir}/glsdkstatcoll
-    install -m 0644 ${S}/bandwidth-tool/config.ini ${D}${sysconfdir}/glsdkstatcoll/.
-    install -m 0644 ${S}/bandwidth-tool/initiators.cfg ${D}${sysconfdir}/glsdkstatcoll/.
-
-    install -d ${D}${sysconfdir}/visualization_scripts
-    install -m 0644 ${S}/cpuload-plugins/scripts/*.sh  ${D}${sysconfdir}/visualization_scripts/.
-    install -m 0644 ${S}/cpuload-plugins/scripts/*.cfg ${D}${sysconfdir}/visualization_scripts/.
-}
-
-FILES:${PN} += "${sysconfdir}/glsdkstatcoll/* ${sysconfdir}/visualization_scripts/*"
-- 
2.39.2



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-03-11 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11 13:53 [meta-arago][master/scarthgap][PATCH] meta-arago-extras: Remove remaining GLSDK examples Andrew Davis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.