diff options
Diffstat (limited to 'recipes/images/mokogateway-image.bb')
-rw-r--r-- | recipes/images/mokogateway-image.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/images/mokogateway-image.bb b/recipes/images/mokogateway-image.bb new file mode 100644 index 0000000000..a8c59f2075 --- /dev/null +++ b/recipes/images/mokogateway-image.bb @@ -0,0 +1,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 + |