aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-test/images/initramfs-bootrr-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-test/images/initramfs-bootrr-image.bb')
-rw-r--r--recipes-test/images/initramfs-bootrr-image.bb12
1 files changed, 11 insertions, 1 deletions
diff --git a/recipes-test/images/initramfs-bootrr-image.bb b/recipes-test/images/initramfs-bootrr-image.bb
index c9abfa6..e1ec3fb 100644
--- a/recipes-test/images/initramfs-bootrr-image.bb
+++ b/recipes-test/images/initramfs-bootrr-image.bb
@@ -1,6 +1,16 @@
DESCRIPTION = "Small ramdisk image for running bootrr"
-PACKAGE_INSTALL = "busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL} qrtr-apps udev rmtfs gptfdisk lava-test-shell diag"
+PACKAGE_INSTALL = " \
+ ${ROOTFS_BOOTSTRAP_INSTALL} \
+ busybox \
+ base-passwd \
+ diag \
+ gptfdisk \
+ qrtr-apps \
+ lava-test-shell \
+ rmtfs \
+ udev \
+"
# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""