Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
46 lines (41 sloc)
887 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DESCRIPTION = "Package group list for open A8 image" | |
LICENSE = "GPLv2" | |
inherit packagegroup | |
# gateway-code-standalone | |
RDEPENDS_${PN} += " \ | |
base-packagegroup \ | |
gateway-code \ | |
sshd-keys-linux-node \ | |
ftdi-utils-list \ | |
initrdscripts-mountnode \ | |
initrdscripts-ipv6 \ | |
initrdscripts-flashidle \ | |
initrdscripts-serial \ | |
" | |
# OpenWSN python package dependencies | |
RDEPENDS_${PN} += " \ | |
python3-scons \ | |
python3-bottle \ | |
python3-pydispatcher \ | |
python3-yappi \ | |
python3-pyzmq \ | |
python3-netifaces \ | |
python3-cbor \ | |
python3-hkdf \ | |
python3-pycryptodome \ | |
python3-numpy \ | |
" | |
# nghttp2 package dependencies | |
RDEPENDS_${PN} += " \ | |
python3-cython \ | |
" | |
RDEPENDS_${PN} += " \ | |
mosquitto \ | |
mosquitto-rsmb \ | |
paho-mqtt-c \ | |
openjdk-8 \ | |
openjre-8 \ | |
openvpn \ | |
python3-paho-mqtt \ | |
wpantund \ | |
" |