aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images/core-image-testmaster.bb
blob: 78295c5f0a30372c29426d05673753182de16e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "A master image to be deployed on a target useful for testing other images"

IMAGE_FEATURES += "ssh-server-openssh package-management"

inherit core-image

# the deploy code requires bash and
# normal linux utilities not busybox ones
IMAGE_INSTALL += "\
    bash coreutils util-linux tar gzip bzip2 kmod \
    python-modules python-misc \
    e2fsprogs e2fsprogs-mke2fs parted \
    "
# we need a particular initramfs for live images
# that pulls custom install scripts which take
# care of partitioning for us
INITRD_IMAGE = "core-image-testmaster-initramfs"