blob: 678400f756da54360141e70ec5cefcf0072b712f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#------------------------------------------------------
# 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 += "rootfs_update_timestamp;"
|