blob: 6fa8bab1e0c6addd24a42f97f1e6b223ead33132 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
IMAGE_LINGUAS = ""
DEPENDS = "task-boot task-opie-16mb"
ANGSTROM_EXTRA_INSTALL ?= ""
IMAGE_INSTALL = "task-boot \
ipkg ipkg-collateral \
dropbear \
task-opie-16mb-base \
task-opie-16mb-applets \
task-opie-16mb-inputmethods \
task-opie-16mb-settings \
task-opie-16mb-apps \
task-opie-16mb-pim \
task-opie-irda \
${ANGSTROM_EXTRA_INSTALL} "
# create /etc/timestamp from build date
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
inherit image
|