diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-03-20 07:32:00 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-03-20 07:32:00 +0000 |
commit | ad2d152114a6b2f831ca52d18d20263de624016d (patch) | |
tree | f37e38d6396c3caafe9bb78352763821ea132a49 /packages/images/openmoko-image.bb | |
parent | 3fc6802a4545035460e527a8b25f5d9c5e42c008 (diff) |
openmoko-minimal-image.bb : add minimal image and make neccessary changes to
openmoko-image from OM mtn
Diffstat (limited to 'packages/images/openmoko-image.bb')
-rw-r--r-- | packages/images/openmoko-image.bb | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/packages/images/openmoko-image.bb b/packages/images/openmoko-image.bb index 1e8b36318c..6600d8436c 100644 --- a/packages/images/openmoko-image.bb +++ b/packages/images/openmoko-image.bb @@ -2,11 +2,9 @@ # OpenMoko Image Recipe #------------------------------------------------------ -IMAGE_LINGUAS = "" +require openmoko-minimal-image.bb -IMAGE_INSTALL = "\ - ${MACHINE_TASK_PROVIDER} \ - task-openmoko-linux \ +IMAGE_INSTALL += "\ task-openmoko-net \ task-openmoko-ui \ task-openmoko-base \ @@ -15,12 +13,9 @@ IMAGE_INSTALL = "\ task-openmoko-pim \ " -DEPENDS = "\ - ${MACHINE_TASK_PROVIDER} \ +DEPENDS += "\ task-openmoko \ -" - + " inherit image -ROOTFS_POSTPROCESS_COMMAND += 'date "+%m%d%H%M%Y" >${IMAGE_ROOTFS}/etc/timestamp' |