diff --git a/recipes-asterisk/asterisk/asterisk_%.bbappend b/recipes-asterisk/asterisk/asterisk_%.bbappend deleted file mode 100644 index afca922..0000000 --- a/recipes-asterisk/asterisk/asterisk_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -PACKAGECONFIG_append = " dahdi tonezone gsm" diff --git a/recipes-core/images/nmrouter-image-lora.bb b/recipes-core/images/nmrouter-image-lora.bb deleted file mode 100644 index 6cc3c5f..0000000 --- a/recipes-core/images/nmrouter-image-lora.bb +++ /dev/null @@ -1,6 +0,0 @@ -require nmrouter-image.bb - -IMAGE_INSTALL_append = " \ - lora-gateway-utils \ - lora-packet-forwarder \ - " diff --git a/recipes-core/images/nmrouter-image-prodtest-dev.bb b/recipes-core/images/nmrouter-image-prodtest-dev.bb deleted file mode 100644 index 01e3e3d..0000000 --- a/recipes-core/images/nmrouter-image-prodtest-dev.bb +++ /dev/null @@ -1,5 +0,0 @@ -require nmrouter-image-prodtest.bb - -IMAGE_INSTALL_append = " \ - packagegroup-core-ssh-openssh \ - " diff --git a/recipes-core/images/nmrouter-image-prodtest.bb b/recipes-core/images/nmrouter-image-prodtest.bb deleted file mode 100644 index 2337a6f..0000000 --- a/recipes-core/images/nmrouter-image-prodtest.bb +++ /dev/null @@ -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; \ - " diff --git a/recipes-core/images/nmrouter-image-tel.bb b/recipes-core/images/nmrouter-image-tel.bb deleted file mode 100644 index 89da341..0000000 --- a/recipes-core/images/nmrouter-image-tel.bb +++ /dev/null @@ -1,10 +0,0 @@ -require nmrouter-image.bb - -IMAGE_INSTALL_append = " \ - asterisk \ - dahdi-linux \ - dahdi-tools \ - amfeltec-usb \ - php \ - lighttpd \ - " diff --git a/recipes-core/images/nmrouter-image.bb b/recipes-core/images/nmrouter-image.bb index b214f1f..419f282 100644 --- a/recipes-core/images/nmrouter-image.bb +++ b/recipes-core/images/nmrouter-image.bb @@ -60,7 +60,6 @@ IMAGE_INSTALL_append_am335x-nbhw16 = " \ tibluetooth \ bluez5-obex \ bluez5-noinst-tools \ - python-pygattlib \ " LICENSE = "BSD" diff --git a/recipes-devtools/node-dbus/node-dbus_git.bb b/recipes-devtools/node-dbus/node-dbus_git.bb deleted file mode 100644 index 3919311..0000000 --- a/recipes-devtools/node-dbus/node-dbus_git.bb +++ /dev/null @@ -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" - diff --git a/recipes-devtools/python-pygatt/python-pygatt_git.bb b/recipes-devtools/python-pygatt/python-pygatt_git.bb deleted file mode 100644 index ab5e617..0000000 --- a/recipes-devtools/python-pygatt/python-pygatt_git.bb +++ /dev/null @@ -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 diff --git a/recipes-devtools/python-pygattlib/python-pygattlib.bb b/recipes-devtools/python-pygattlib/python-pygattlib.bb deleted file mode 100644 index 3e4e30b..0000000 --- a/recipes-devtools/python-pygattlib/python-pygattlib.bb +++ /dev/null @@ -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