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.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes-test/images/initramfs-bootrr-image.bb b/recipes-test/images/initramfs-bootrr-image.bb
deleted file mode 100644
index d813865..0000000
--- a/recipes-test/images/initramfs-bootrr-image.bb
+++ /dev/null
@@ -1,34 +0,0 @@
-DESCRIPTION = "Small ramdisk image for running bootrr"
-
-PACKAGE_INSTALL = " \
- ${ROOTFS_BOOTSTRAP_INSTALL} \
- busybox \
- base-passwd \
- devmem2 \
- diag \
- ethtool \
- gptfdisk \
- iperf2 \
- iperf3 \
- qrtr-apps \
- lava-test-shell \
- rmtfs \
- tcpdump \
- udev \
-"
-
-# Do not pollute the initrd image with rootfs features
-IMAGE_FEATURES = ""
-
-export IMAGE_BASENAME = "initramfs-bootrr-image"
-IMAGE_LINGUAS = ""
-
-LICENSE = "MIT"
-
-IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
-inherit core-image
-
-IMAGE_ROOTFS_SIZE = "8192"
-IMAGE_ROOTFS_EXTRA_SPACE = "0"
-
-BAD_RECOMMENDATIONS += "busybox-syslog"