diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-03-20 07:58:48 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-03-20 07:58:48 +0000 |
commit | 393fd0ff7b74d92b1754dffcdf8769936365d183 (patch) | |
tree | 6711129800a940bee11ae8bb693c2a36242d4734 /packages/images/openmoko-minimal-image.bb | |
parent | e27e757bf1062e8be6691a622893f97695772707 (diff) |
merge
Diffstat (limited to 'packages/images/openmoko-minimal-image.bb')
-rw-r--r-- | packages/images/openmoko-minimal-image.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/images/openmoko-minimal-image.bb b/packages/images/openmoko-minimal-image.bb deleted file mode 100644 index 15506c42e3..0000000000 --- a/packages/images/openmoko-minimal-image.bb +++ /dev/null @@ -1,21 +0,0 @@ -#------------------------------------------------------ -# OpenMoko Minimal Image Recipe -# other openmoko images should include this. -# ----------------------------------------------------- - -IMAGE_LINGUAS = "" - -IMAGE_INSTALL = "\ - ${MACHINE_TASK_PROVIDER} \ - task-openmoko-linux \ - " - -DEPENDS = "\ - ${MACHINE_TASK_PROVIDER} \ - task-openmoko-linux \ - " - - -inherit image - -ROOTFS_POSTPROCESS_COMMAND += 'date "+%m%d%H%M%Y" >${IMAGE_ROOTFS}/etc/timestamp' |