aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/openmoko-image.bb
blob: 6600d8436c85856f2cadb7c3747a2724871ace23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#------------------------------------------------------
# OpenMoko Image Recipe
#------------------------------------------------------

require openmoko-minimal-image.bb

IMAGE_INSTALL += "\
  task-openmoko-net \
  task-openmoko-ui \
  task-openmoko-base \
  task-openmoko-phone \
  task-openmoko-games \
  task-openmoko-pim \
  "

DEPENDS += "\
  task-openmoko \
  "

inherit image