aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-test/images/initramfs-test-image.bb (renamed from recipes-test/images/initramfs-bootrr-image.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-test/images/initramfs-bootrr-image.bb b/recipes-test/images/initramfs-test-image.bb
index 9a6c84f..83ef315 100644
--- a/recipes-test/images/initramfs-bootrr-image.bb
+++ b/recipes-test/images/initramfs-test-image.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "Small ramdisk image for running bootrr"
+DESCRIPTION = "Small ramdisk image for running tests (bootrr, etc)"
PACKAGE_INSTALL = " \
${ROOTFS_BOOTSTRAP_INSTALL} \
@@ -21,7 +21,7 @@ PACKAGE_INSTALL = " \
# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = "debug-tweaks"
-export IMAGE_BASENAME = "initramfs-bootrr-image"
+export IMAGE_BASENAME = "initramfs-test-image"
IMAGE_LINGUAS = ""
LICENSE = "MIT"