blob: 632963076cdfef35a3764f10e98fddd757a291c0 (
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
28
29
|
#------------------------------------------------------
# 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 \
task-openmoko-demo \
"
DEPENDS = "\
${MACHINE_TASK_PROVIDER} \
task-openmoko \
"
RDEPENDS = "${PACKAGE_INSTALL}"
inherit image
LICENSE = MIT
|