aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-linaro/images/linaro-image-minimal-initramfs.bb
blob: 2a2b7626ed88218f640b9734f14fec619a112c76 (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
SUMMARY = "Initramfs image for kernel boot testing"
DESCRIPTION = "Small image capable of booting a device."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

BAD_RECOMMENDATIONS += "busybox-syslog"

export IMAGE_BASENAME = "linaro-image-minimal-initramfs"

IMAGE_FSTYPES = "${INITRAMFS_FSTYPES} ${INITRAMFS_FSTYPES}.u-boot"

# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""

# List of packages to install
IMAGE_INSTALL = "\
  base-passwd \
  bash \
  busybox \
  bzip2 \
  dhcp-client \
  dosfstools \
  e2fsprogs \
  e2fsprogs-mke2fs \
  gptfdisk \
  gzip \
  initramfs-boot-linaro \
  net-tools \
  parted \
  tar \
  u-boot-mkimage \
  wget \
  "

# Keep extra language files from being installed
IMAGE_LINGUAS = ""

IMAGE_ROOTFS_SIZE = "8192"

inherit core-image