aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/moko-underground-image.bb
blob: a7dc463faf01e8f01472702b2b0fad50339a948f (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#------------------------------------------------------
# Moko Underground OS Image Recipe
#------------------------------------------------------

IMAGE_LINGUAS = ""

ADD_INSTALL = "\
  fontconfig \
  \
  ttf-dejavu-common \
  ttf-dejavu-sans \
  ttf-dejavu-serif \
  \
"  

IMAGE_INSTALL = "\
  ${MACHINE_TASK_PROVIDER} \
  task-base \
  netbase \
  sysfsutils \
  modutils-initscripts \
  module-init-tools-depmod \
  rsync \
  screen \
  fbset \
  fbset-modes \
  \
  matchbox-wm \
  ${XSERVER} \
  xserver-kdrive-common \
  xserver-nodm-init \
  xauth \
  xhost \
  xset \
  xrandr \
  \
  gsm0710muxd \
  pyneod \
  pyneog \
  \
  ${ADD_INSTALL} \
"

DEPENDS = "\
  ${MACHINE_TASK_PROVIDER} \
  task-pyneo \
"


inherit image

ROOTFS_POSTPROCESS_COMMAND += 'date "+%m%d%H%M%Y" >${IMAGE_ROOTFS}/etc/timestamp'