summaryrefslogtreecommitdiff
path: root/packages/meta/openslug-packages.bb
blob: efc550e9fe4e40a0843850db028426236d45830e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DESCRIPTION = "Packages that are compatible with the OpenSlug firmware"
LICENSE = MIT
PR = "r2"

ALLOW_EMPTY = 1
PACKAGES = "${PN}"

OPENSLUG_PACKAGES = "\
	atftp \
	bash \
	bluez-utils-nodbus \
	coreutils \
	miau \
	microcom \
	mgetty \
	mt-daapd \
	muxsshssl \
	nail \
	openssh \
	ppp puppy \
	strace sudo \
	"

BROKEN_PACKAGES = "\
	"

DEPENDS = 'openslug-image \
	${OPENSLUG_PACKAGES}'