diff options
Diffstat (limited to 'packages/images/openmoko-image.bb')
-rw-r--r-- | packages/images/openmoko-image.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/images/openmoko-image.bb b/packages/images/openmoko-image.bb new file mode 100644 index 0000000000..84ee5c60be --- /dev/null +++ b/packages/images/openmoko-image.bb @@ -0,0 +1,27 @@ +#------------------------------------------------------ +# OpenMoko Image Recipe +#------------------------------------------------------ + +export IMAGE_BASENAME = "${PN}" +export IMAGE_LINGUAS = "" + +export PACKAGE_INSTALL = "\ + ${MACHINE_TASK_PROVIDER} \ + task-openmoko-linux \ + task-openmoko-net \ + task-openmoko-ui \ + task-openmoko-base \ + task-openmoko-phone \ + task-openmoko-finger \ + task-openmoko-pim \ +" +DEPENDS = "\ + ${MACHINE_TASK_PROVIDER} \ + task-openmoko \ +" + +RDEPENDS = "${PACKAGE_INSTALL}" + +inherit image_ipk + +LICENSE = MIT |