blob: 84ee5c60bea87f5a7352773b06c1102a470ce0d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
|