aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/moko-underground-image.bb
blob: 590aaf941f11e7898325ac624674c3dca3e1c5f9 (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
#------------------------------------------------------
# Moko Underground OS Image Recipe
#------------------------------------------------------

IMAGE_LINGUAS = ""

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

TOOLS_INSTALL = "\
  nano \
  powertop \
  htop \
"

IMAGE_INSTALL = "\
  ${MACHINE_TASK_PROVIDER} \
  netbase \
  sysfsutils \
  module-init-tools-depmod \
  rsync \
  screen \
  fbset \
  fbset-modes \
  \
  task-pyneo \
  \
  ${ADD_INSTALL} \
  ${TOOLS_INSTALL} \
"

inherit image

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