mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 02:42:34 +00:00
recipes: remove outdated recipes, some deps are no longer satisfied
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
DESCRIPTION = "Extended task to get System Test specific apps"
|
||||
LICENSE = "MIT"
|
||||
PR = "r1"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
TEST = "\
|
||||
bonnie++ \
|
||||
hdparm \
|
||||
iozone3 \
|
||||
iperf \
|
||||
lmbench \
|
||||
rt-tests \
|
||||
evtest \
|
||||
bc \
|
||||
memtester \
|
||||
"
|
||||
|
||||
TI_TEST = "\
|
||||
ltp-ddt \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${TEST} \
|
||||
${TI_TEST} \
|
||||
"
|
||||
@@ -1,56 +0,0 @@
|
||||
DESCRIPTION = "BeagleBone tester scripts"
|
||||
HOMEPAGE = "http://beagleboard.org/support"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM="file://gpl.txt;md5=5b122a36d0f6dc55279a0ebc69f3c60b"
|
||||
|
||||
# only scripts and data
|
||||
inherit allarch
|
||||
|
||||
PR = "r20"
|
||||
|
||||
SRC_URI = "git://github.com/koenkooi/validation-scripts.git;protocol=git \
|
||||
"
|
||||
SRCREV = "487a13e2e4faaafa40ba5430600e6aeecf9581a8"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${localstatedir}/lib/bone-tester/component/data/
|
||||
install -d ${D}${localstatedir}/lib/bone-tester/init-scripts/
|
||||
install -d ${D}${localstatedir}/lib/bone-tester/lib
|
||||
install -d ${D}${base_libdir}/systemd/system/multi-user.target.wants/
|
||||
install -d ${D}/boot/
|
||||
install -m 0755 ${S}/bone-tester/init-scripts/uEnv.txt ${D}/boot/uEnv.txt
|
||||
|
||||
# systemd configuration
|
||||
ln -s ../bone-tester.service ${D}${base_libdir}/systemd/system/multi-user.target.wants/bone-tester.service
|
||||
install -m 0755 ${S}/bone-tester/init-scripts/bone-tester.service ${D}${base_libdir}/systemd/system/bone-tester.service
|
||||
install -m 0755 ${S}/bone-tester/init-scripts/init.sh ${D}${localstatedir}/lib/bone-tester/init-scripts/init.sh
|
||||
|
||||
for i in $(find ${S}/bone-tester/component/ -maxdepth 1 -type f) ; do
|
||||
install -m 0755 ${i} ${D}${localstatedir}/lib/bone-tester/component/
|
||||
done
|
||||
for i in ${S}/bone-tester/component/data/* ; do
|
||||
install -m 0755 ${i} ${D}${localstatedir}/lib/bone-tester/component/data/
|
||||
done
|
||||
for i in ${S}/bone-tester/lib/* ; do
|
||||
install -m 0755 ${i} ${D}${localstatedir}/lib/bone-tester/lib/
|
||||
done
|
||||
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${S}/testaudio ${D}${bindir}
|
||||
|
||||
}
|
||||
|
||||
|
||||
FILES_${PN} += "${base_libdir}/systemd \
|
||||
/boot \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "alsa-utils-aplay sox iputils memtester"
|
||||
RRECOMMENDS_${PN} = "kernel-module-g-zero \
|
||||
kernel-module-g-mass-storage \
|
||||
kernel-module-g-file-storage \
|
||||
kernel-module-smsc95xx"
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone"
|
||||
|
||||
PR = "r15"
|
||||
|
||||
inherit systemd
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=659ee0c98db2664403c769d6b9ab50eb"
|
||||
|
||||
SRC_URI = "http://dominion.thruhere.net/koen/angstrom/beaglebone/bonescript-6af82b41178c37644399b19039ea7e80c1dbf8ee.tar.bz2 \
|
||||
file://bonescript-git \
|
||||
file://bone101.service \
|
||||
"
|
||||
SRC_URI[md5sum] = "e5e214857afbd2e59b52171e60810be2"
|
||||
SRC_URI[sha256sum] = "e703416a63406c8b6c89fb1079406833ce6a9eb0ae1ba0a55fe3802b83186c50"
|
||||
|
||||
S = "${WORKDIR}/bonescript"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${localstatedir}/lib/cloud9/
|
||||
cp -a ${S}/* ${D}${localstatedir}/lib/cloud9/
|
||||
cp -a ${S}/.git ${D}${localstatedir}/lib/cloud9/
|
||||
|
||||
install -d ${D}${base_libdir}/systemd/system
|
||||
install -m 0644 ${WORKDIR}/bone101.service ${D}${base_libdir}/systemd/system
|
||||
|
||||
rm -f ${D}${localstatedir}/lib/cloud9/node_modules/binary/node_modules/put/test/c/itof
|
||||
rm -f ${D}${localstatedir}/lib/cloud9/node_modules/binary/node_modules/put/test/c/ftoi
|
||||
}
|
||||
|
||||
NATIVE_SYSTEMD_SUPPORT = "1"
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
SYSTEMD_SERVICE_${PN} = "bone101.service"
|
||||
|
||||
FILES_${PN} += "${localstatedir} ${base_libdir}/systemd/system"
|
||||
CONFFILES_${PN} += "${localstatedir}/lib/cloud9/.git/config"
|
||||
RDEPENDS_${PN} = "nodejs cloud9"
|
||||
RRECOMMENDS_${PN} = "git"
|
||||
@@ -1,11 +0,0 @@
|
||||
[Unit]
|
||||
Description=Beaglebone 101 presentation
|
||||
ConditionPathExists=|/var/lib/cloud9
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/var/lib/cloud9
|
||||
ExecStart=/usr/bin/node bone101.js
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
[remote "origin"]
|
||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||
url = git://github.com/jadonk/bonescript.git
|
||||
[branch "master"]
|
||||
remote = origin
|
||||
merge = refs/heads/master
|
||||
@@ -1,55 +0,0 @@
|
||||
DESCRIPTION = "eZ430 Chronos Tools - MSP430 Development Kit/Watch"
|
||||
HOMEPAGE = "http://processors.wiki.ti.com/index.php/EZ430-Chronos"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
# We can't use the actualy source file, since it has space in its name :(
|
||||
LIC_FILES_CHKSUM = "file://eZ430-Chronos_CC_1_1.tcl;md5=59ba6ee0a26650ec660a4e65a9462806"
|
||||
|
||||
SECTION = "multimedia"
|
||||
|
||||
inherit allarch
|
||||
|
||||
PV = "1_05_00_00"
|
||||
|
||||
SRC_URI = "http://focus.ti.com/lit/sw/slac388/slac388.zip;name=slac388zip"
|
||||
|
||||
SRC_URI[slac388zip.md5sum] = "22d4104a07af584222828fb377793796"
|
||||
SRC_URI[slac388zip.sha256sum] = "1c9cd1e36015e8db3b36c98be41907628144b76002b3f76b27fd310f4bd35ad7"
|
||||
|
||||
require ../includes/ti-paths.inc
|
||||
require ../includes/ti-staging.inc
|
||||
require ../includes/ti-eula-unpack.inc
|
||||
|
||||
S = "${WORKDIR}/ti/eZ430-Chronos"
|
||||
|
||||
BINFILE="Chronos-Setup"
|
||||
TI_BIN_UNPK_CMDS="Y:workdir:"
|
||||
|
||||
do_unpack_append() {
|
||||
os.system('mv "Texas Instruments" ti')
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
cp Control\ Center/Chronos\ Control\ Center/eZ430-Chronos_CC_1_1.tcl ${S}
|
||||
}
|
||||
|
||||
do_compile() {
|
||||
echo "Do Nothing for Now"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
||||
install -d ${D}/${installdir}/ti-msp430-chronos-apps
|
||||
cp -pPrf "${S}"/"Control Center"/* ${D}/${installdir}/ti-msp430-chronos-apps
|
||||
|
||||
# Remove dos formatting
|
||||
dos2unix "${D}/${installdir}/ti-msp430-chronos-apps/Chronos Data Logger"/*
|
||||
dos2unix "${D}/${installdir}/ti-msp430-chronos-apps/Chronos Control Center"/*
|
||||
|
||||
# Should probably also remove hardcoded script reference to tcl8.5
|
||||
}
|
||||
|
||||
PACKAGES += "ti-msp430-chronos-apps"
|
||||
FILES_ti-msp430-chronos-apps = "${installdir}/ti-msp430-chronos-apps/*"
|
||||
|
||||
RDEPENDS_ti-msp430-chronos-apps += " tcl tk xdotool"
|
||||
RRECOMMENDS_ti-msp430-chronos-apps = "kernel-module-cdc-acm"
|
||||
Reference in New Issue
Block a user