aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-test/images/initramfs-test-full-image.bb
blob: 91b8f031761ce1a04428dfe2f4092312bf650cc2 (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
require recipes-test/images/initramfs-test-image.bb

DESCRIPTION = "Relatively larger ramdisk image for running tests (bootrr, etc)"

PACKAGE_INSTALL += " \
    bootrr \
    coreutils \
    hdparm \
    kexec \
    lsof \
    ncurses \
    ncurses-terminfo \
    ncurses-terminfo-base \
    stress-ng \
    util-linux \
    util-linux-chrt \
    util-linux-lsblk \
"

PACKAGE_INSTALL:append:libc-glibc = " \
    rt-tests \
"

# We'd like to include extra packages provided by layers which we do not depend
# on. This can be handled by .bbappends, but then image recipes including this
# one would not get all these tools. So simulate dynamic bbappend here.
PACKAGE_INSTALL_openembedded-layer += " \
    crash \
    dhrystone \
    iozone3 \
    libgpiod \
    libgpiod-tools \
    lmbench \
    makedumpfile \
    mbw \
    sysbench \
    tinymembench \
    tiobench \
    whetstone \
"