All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Davis <afd@ti.com>
To: Denys Dmytriyenko <denys@konsulko.com>,
	Ryan Eatmon <reatmon@ti.com>, <meta-arago@lists.yoctoproject.org>
Cc: Andrew Davis <afd@ti.com>
Subject: [meta-arago][master/scarthgap][PATCH] meta-arago-extras: Remove remaining GLSDK examples
Date: Tue, 11 Mar 2025 08:53:03 -0500	[thread overview]
Message-ID: <20250311135303.90562-1-afd@ti.com> (raw)

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



                 reply	other threads:[~2025-03-11 13:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250311135303.90562-1-afd@ti.com \
    --to=afd@ti.com \
    --cc=denys@konsulko.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=reatmon@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.