summaryrefslogtreecommitdiffstats
path: root/recipes-systemdev/images/systemdev-image.bb
blob: a90249984d3fade4cce5f2bd1a56551fcbec28d7 (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
62
63
64
65
66
DESCRIPTION = "System development image"
LICENSE = "MIT"

inherit core-image distro_features_check releaseinfo

IMAGE_FEATURES += "package-management \
                   debug-tweaks \
                   tools-testapps \
                   tools-debug \
                   tools-profile \
                   ssh-server-openssh \
                  "

# dpdk recipe specifies list of compatible machines so we can only include
# it in images built for supported machine
IMAGE_INSTALL_append_intel-corei7-64 = " dpdk"

IMAGE_INSTALL += "pciutils usbutils dmidecode \
                  acpica acpitests \
                  alsa-utils \
                  kernel-modules \
                  ethtool \
                  powertop \
                  suspendresume \
                  rt-tests \
                  i2c-tools \
                  fb-test \
                  evtest \
                  screen minicom \
                  hdperf \
                  iperf \
                  vim \
                  python-pyserial \
                  tmux \
                  lmbench \
                  bonnie++ \
                  ltp \
                  bootchart \
                  netperf \
                  git \
                  python-sqlalchemy \
                  mysql-python \
                  python-twisted \
                  connman \
                  mesa \
                  libdrm \
                  cpuid \
                  phoronix-test-suite \
                  turbostat \
                  iotools \
                  watts-up \
                  mesa-megadriver \
                  weston \
                  nfs-utils-client \
                  procps \
                  time \
                  cifs-utils \
                  thermald \
                  sysstat \
                  numactl \
                  btrfs-tools \
                  xfsprogs \
                  xfsdump \
                  f2fs-tools \
                  mdadm \
                 "