nbhw16: remove internal only recipes

This commit is contained in:
Stefan Eichenberger 2017-07-11 10:55:37 +02:00
parent e1f41ffb4d
commit 1e2bfb281d
9 changed files with 0 additions and 93 deletions

View File

@ -1 +0,0 @@
PACKAGECONFIG_append = " dahdi tonezone gsm"

View File

@ -1,6 +0,0 @@
require nmrouter-image.bb
IMAGE_INSTALL_append = " \
lora-gateway-utils \
lora-packet-forwarder \
"

View File

@ -1,5 +0,0 @@
require nmrouter-image-prodtest.bb
IMAGE_INSTALL_append = " \
packagegroup-core-ssh-openssh \
"

View File

@ -1,19 +0,0 @@
require nmrouter-image-minimal.bb
IMAGE_INSTALL_append = " \
iperf \
python3 \
tibluetooth \
ti-wl18xx-calibrator \
linux-firmware-wl18xx \
fct \
nfs-utils \
hydra \
hydra-util \
u-boot-fw-utils \
"
inherit extrausers
EXTRA_USERS_PARAMS = "\
useradd -o -u 0 -g 0 -p '' -s /usr/bin/fct.sh fct; \
"

View File

@ -1,10 +0,0 @@
require nmrouter-image.bb
IMAGE_INSTALL_append = " \
asterisk \
dahdi-linux \
dahdi-tools \
amfeltec-usb \
php \
lighttpd \
"

View File

@ -60,7 +60,6 @@ IMAGE_INSTALL_append_am335x-nbhw16 = " \
tibluetooth \
bluez5-obex \
bluez5-noinst-tools \
python-pygattlib \
"
LICENSE = "BSD"

View File

@ -1,16 +0,0 @@
SUMMARY = "node-dbus is a D-Bus binding for Node.js"
SECTION = "nodejs/module"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://README.md;beginline=46;endline=69;md5=d1a9d9b4039fb88c4b6cecd1de356fcc"
inherit npm-install-global
RDEPENDS_${PN} = "nodejs dbus"
PV = "0.2.20+gitr${SRCPV}"
SRC_URI = " \
git://github.com/Shouqun/node-dbus.git;branch=master;protocol=git \
"
SRCREV = "34d69ed11c3a1d3147b35d258701fdfeb033624c"
S = "${WORKDIR}/git"

View File

@ -1,17 +0,0 @@
SUMMARY = "Python module binding for gatttool"
DESCRIPTION = "A Python module as a binding above the bluez5 gatttool"
LICENSE = "Apachev2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=29ff8f199c0ea20816e61937dcb62677"
SRCREV = "da51d8ecc40cad9d2760399ea1fa36fc48c03d34"
SRC_URI = "git://github.com/peplin/pygatt.git;protocol=https \
"
PV = "1.0"
S = "${WORKDIR}/git"
DEPENDS = "python bluez5"
# opnessh-misc gets ssh-agent which is needed to execute ssh commands on the target
RDEPENDS_${PN} = "python bluez5 python-pyserial python-enum34"
inherit setuptools

View File

@ -1,18 +0,0 @@
SUMMARY = "Python module binding for gatttool"
DESCRIPTION = "A Python module as a binding above the bluez5 gatttool"
LICENSE = "Apachev2"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=04b8c127c48df6de657545a898a82401"
PV = "0.20150805"
SRC_URI = "https://pypi.python.org/packages/be/2f/5b1aecec551b42b59d8b399ad444b5672972efb590ca83d784dbe616a3e1/gattlib-${PV}.tar.gz"
SRC_URI[md5sum] = "f620eca190bb7acd67c7aafecaedb6c2"
SRC_URI[sha256sum] = "7f5fbc1613a0225f2af79683ca907fed40b765369c61cf90d023cbf4a92bdb0c"
S = "${WORKDIR}/gattlib-${PV}"
DEPENDS = "python bluez5 boost"
# opnessh-misc gets ssh-agent which is needed to execute ssh commands on the target
RDEPENDS_${PN} = "python bluez5 boost"
inherit setuptools