aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/beagleboard-test-image.bb
blob: cbbd3c25139f92c5472899ea35b27a9f923d67cc (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
# this image was created for use with the BeagleBoard for diagnostics
# for creating a small ramdisk image

require minimal-image.bb

IMAGE_INSTALL += " \
  dosfstools \
  e2fsprogs \
  e2fsprogs-mke2fs \
  mtd-utils \
  alsa-utils \
  alsa-utils-aplay \
  mplayer \
  memtester \
  evtest \
  i2c-tools \
  cpufrequtils \
  angstrom-uboot-scripts \
  beagleboard-test-scripts \
  nano \
  cpuburn-neon \
  kernel-module-mt9t112 \
  u-boot-mkimage \
  sox \
  devmem2 \
"

export IMAGE_BASENAME = "beagleboard-test-image"

EXTRA_IMAGEDEPENDS += "x-load u-boot virtual/kernel"
IMAGE_FSTYPES += "ext2.gz"