@@ -11,7 +11,6 @@ PACKAGES =+ "${PN}-extra"
# dt
UTILS = " \
- am-sysinfo \
gdbserver \
oprofile \
netkit-ftp \
@@ -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 \
"
deleted file mode 100644
@@ -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"
@@ -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}/*"
@@ -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}"
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