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

ALLOW_EMPTY = 1
PACKAGES = "${PN}"

UNSLUNG_PACKAGES = "\
	"

BROKEN_PACKAGES = "\
	"

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