aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/fso-image.bb
blob: 72cbfd71c6d5665607d7942249dd30770179ab8f (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
53
54
55
56
57
58
59
60
61
#------------------------------------------------------
# freesmartphone.org Image Recipe
#------------------------------------------------------

IMAGE_LINGUAS = ""
 
ADD_INSTALL = "\
  fontconfig-utils \
  \
  ttf-dejavu-common \
  ttf-dejavu-sans \
  ttf-dejavu-serif \
  \
"
 
MICKEY_INSTALL = "\
  htop \
  mickeyterm \
  nano \
  powertop \
  s3c24xx-gpio \
"
 
ZHONE_INSTALL = "\
  gsm0710muxd \
  python-odeviced \
  python-ophoned \
  python-ousaged \
  zhone \
"
 
IMAGE_INSTALL = "\
  ${MACHINE_TASK_PROVIDER} \
  netbase \
  sysfsutils \
  module-init-tools-depmod \
  rsync \
  screen \
  fbset \
  fbset-modes \
  \
  matchbox-wm \
  ${XSERVER} \
  xserver-kdrive-common \
  xserver-nodm-init \
  xauth \
  xhost \
  xset \
  xrandr \
  \
  python-codecs \
  \
  ${ADD_INSTALL} \
  ${MICKEY_INSTALL} \
  ${ZHONE_INSTALL} \
"
 
inherit image
 
ROOTFS_POSTPROCESS_COMMAND += 'date "+%m%d%H%M%Y" >${IMAGE_ROOTFS}/etc/timestamp'