aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meta/nylon-image-extra.bb
blob: b196a4276f8ba6138243975591eae41006dc46b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include nylon-image-standard.bb

export IMAGE_BASENAME = "nylon-extra"
 
NYLON_EXTRA = "\
	kismet \
	netperf \
	nylon-statistics \
	openvpn \
	"

DEPENDS += "${NYLON_EXTRA}"

RDEPENDS += "${NYLON_EXTRA}"
LICENSE = MIT