blob: 624274de3711bc1820ac48fb602d1c63b051de19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#Angstrom moko gateway image
# tries to be a companion for openmoko based phones
LICENSE = "MIT"
PR = "r2"
ANGSTROM_EXTRA_INSTALL ?= ""
DEPENDS = "task-base"
RDEPENDS = " \
task-boot \
task-base-bluetooth \
bluez-utils \
blueprobe \
"
export IMAGE_BASENAME = "mokogateway-image"
export IMAGE_LINGUAS = ""
export PACKAGE_INSTALL = "${RDEPENDS}"
inherit image
|