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