increase dvbapp PR.
[vuplus_openembedded] / recipes / images / mokogateway-image.bb
1 #Angstrom moko gateway image
2 # tries to be a companion for openmoko based phones
3
4 ANGSTROM_EXTRA_INSTALL ?= ""
5
6 DEPENDS = "task-base"
7 IMAGE_INSTALL = " \
8             task-boot \
9             task-base-bluetooth \
10             bluez-utils \
11             blueprobe \
12            "
13 export IMAGE_BASENAME = "mokogateway-image"
14 IMAGE_LINGUAS = ""
15
16 inherit image
17