aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meta/unslung-binary-kernel-packages.bb
blob: eb95b847fd3c016f0c36294e4ddf42ed28d9cb28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Packages that are compatible with the Unslung binary kernel firmware"
LICENSE = "MIT"
PR = "r2"
COMPATIBLE_MACHINE = "nslu2"

ALLOW_EMPTY = "1"
PACKAGES = "${PN}"

inherit meta

UNSLUNG_PACKAGES = "\
	"

BROKEN_PACKAGES = "\
	"

DEPENDS = 'unslung-image \
	${UNSLUNG_PACKAGES} \
	package-index'