aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/mokogateway-image.bb
blob: a8c59f20752d557dd8e3c2b3b4d855f6c033e57c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#Angstrom moko gateway image
# tries to be a companion for openmoko based phones

ANGSTROM_EXTRA_INSTALL ?= ""

DEPENDS = "task-base"
IMAGE_INSTALL = " \
	    task-boot \
	    task-base-bluetooth \
	    bluez-utils \
	    blueprobe \
	   "
export IMAGE_BASENAME = "mokogateway-image"
IMAGE_LINGUAS = ""

inherit image