Skip to content

Commit

Permalink
Merge pull request qualcomm-linux#302 from bhupesh-sharma/github-add-…
Browse files Browse the repository at this point in the history
…new-utils-to-qcom-machine

recipes-test: Add new utilities to 'initramfs-test-image.bb'
  • Loading branch information
ndechesne authored Sep 7, 2021
2 parents ce723fa + db16ed5 commit c774369
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 c774369

Please sign in to comment.