diff mbox series

[meta-arago,kirkstone/master] meta-arago: Remove unmaintained am-sysinfo tool

Message ID 20230208234000.20263-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,kirkstone/master] meta-arago: Remove unmaintained am-sysinfo tool | expand

Commit Message

Andrew Davis Feb. 8, 2023, 11:40 p.m. UTC
This tool is no longer maintained and is usefulness has been questionable
at best. Remove it.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../packagegroup-arago-tisdk-addons.bb        |  1 -
 meta-arago-extras/conf/layer.conf             |  1 -
 .../recipes-core/am-sysinfo/am-sysinfo_git.bb | 29 -------------------
 .../matrix/matrix-gui-oprofile-demos_2.0.bb   |  2 --
 .../matrix/matrix-gui-settings-demos_2.0.bb   |  1 -
 5 files changed, 34 deletions(-)
 delete mode 100644 meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb
diff mbox series

Patch

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 a24adf06..8f42c464 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
@@ -11,7 +11,6 @@  PACKAGES =+ "${PN}-extra"
 #    dt
 
 UTILS = " \
-    am-sysinfo \
     gdbserver \
     oprofile \
     netkit-ftp \
diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
index e2c8119f..6df62162 100644
--- a/meta-arago-extras/conf/layer.conf
+++ b/meta-arago-extras/conf/layer.conf
@@ -34,7 +34,6 @@  SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
     matrix-gui-armbenchmarks-demos->arm-benchmarks \
     matrix-gui-armbenchmarks-demos->lmbench \
     matrix-gui-armbenchmarks-demos->nbench-byte \
-    matrix-gui-settings-demos->am-sysinfo \
     matrix-gui-machinevision-demos->point-cloud-viewer \
     matrix-lighttpd-config->lighttpd \
 "
diff --git a/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb b/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb
deleted file mode 100644
index 7a437fe8..00000000
--- a/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb
+++ /dev/null
@@ -1,29 +0,0 @@ 
-SUMMARY = "AM SysInfo"
-HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://mem_util/mem_util.c;beginline=1;endline=37;md5=8aa8e714ab729cfe8177298af8a5a25d"
-
-SECTION = "system"
-
-PR = "r10"
-
-BRANCH ?= "master"
-SRCREV = "5df7da69a50d27b7f594db0918c5e6793c3a6237"
-
-SRC_URI = "git://git.ti.com/git/apps/am_sysinfo.git;protocol=https;branch=${BRANCH}"
-
-S = "${WORKDIR}/git"
-
-do_compile() {
-	export CROSS_COMPILE=${TARGET_PREFIX}
-	export CFLAGS='${TARGET_CC_ARCH}'
-	# build the release version
-	oe_runmake release CC="${CC}"
-}
-
-do_install() {
-	install -d ${D}/${bindir}
-	install -m 0755 ${S}/mem_util/Release/mem_util ${D}/${bindir}
-}
-
-INSANE_SKIP:${PN} = "ldflags"
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-oprofile-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-oprofile-demos_2.0.bb
index 2235b49f..b9dfda75 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-oprofile-demos_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-oprofile-demos_2.0.bb
@@ -9,8 +9,6 @@  inherit allarch
 S = "${WORKDIR}/git/oprofile_apps"
 
 # Make sure profiling submenu and app images  has been installed
-# Include am-sysinfo because that package has the sample
-# executables for profiling.
 RDEPENDS:${PN} += "matrix-gui-apps-images matrix-gui-submenus-oprofile oprofile oprofile-example"
 
 FILES:${PN} += "${MATRIX_BASE_DIR}/*"
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-settings-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-settings-demos_2.0.bb
index 5a26ae24..e59596a6 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-settings-demos_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-settings-demos_2.0.bb
@@ -14,7 +14,6 @@  PACKAGES =+ "matrix-gui-weston-terminal-demo"
 SETTINGS_DEMOS_RDEPENDS = " \
     matrix-gui-apps-images \
     matrix-gui-submenus-settings \
-    am-sysinfo \
 "
 
 RDEPENDS:${PN} += "${SETTINGS_DEMOS_RDEPENDS}"