Skip to content

Commit

Permalink
recipes-test: Add a new initramfs-test-full-image.bbappend
Browse files Browse the repository at this point in the history
'initramfs-test-image' is used across several boards and changes
to the same are very keenly looked at for size changes to the overall
image thus produced as it may lead to some boards failing to boot with
yocto based images.

So it makes sense to introduce a new 'initramfs-test-full-image' which
can retain the character of the test image but can house more utilities
which are useful for several qcom boards.

So, we have now three types of initramfs images:
- initramfs-tiny-image,
- initramfs-test-image, and
- initramfs-test-full-image

Signed-off-by: Bhupesh Sharma <[email protected]>
  • Loading branch information
bhupesh-sharma committed Sep 6, 2021
1 parent ce723fa commit db16ed5
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
PACKAGE_INSTALL += " \
crash \
devmem2 \
iozone3 \
libgpiod \
libgpiod-tools \
makedumpfile \
"
37 changes: 37 additions & 0 deletions recipes-test/images/initramfs-test-full-image.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
require recipes-test/images/initramfs-tiny-image.bb

DESCRIPTION = "Relatively larger ramdisk image for running tests (bootrr, etc)"
export IMAGE_BASENAME = "initramfs-test-full-image"

PACKAGE_INSTALL += " \
bluez5 \
coreutils \
dhcpcd \
diag \
e2fsprogs \
e2fsprogs-e2fsck \
e2fsprogs-mke2fs \
e2fsprogs-resize2fs \
e2fsprogs-tune2fs \
ethtool \
gptfdisk \
iw \
kexec-tools \
lava-test-shell \
libdrm-tests \
lsof \
ncurses \
ncurses-terminfo \
ncurses-terminfo-base \
pciutils \
pd-mapper \
qrtr \
rmtfs \
rt-tests \
stress-ng \
tqftpserv \
usbutils \
util-linux \
util-linux-chrt \
wpa-supplicant \
"

0 comments on commit db16ed5

Please sign in to comment.