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.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-test/images/initramfs-bootrr-image.bb b/recipes-test/images/initramfs-bootrr-image.bb
index d813865..18e923f 100644
--- a/recipes-test/images/initramfs-bootrr-image.bb
+++ b/recipes-test/images/initramfs-bootrr-image.bb
@@ -10,15 +10,16 @@ PACKAGE_INSTALL = " \
gptfdisk \
iperf2 \
iperf3 \
- qrtr-apps \
lava-test-shell \
+ packagegroup-core-boot \
+ qrtr-apps \
rmtfs \
tcpdump \
udev \
"
# Do not pollute the initrd image with rootfs features
-IMAGE_FEATURES = ""
+IMAGE_FEATURES = "debug-tweaks"
export IMAGE_BASENAME = "initramfs-bootrr-image"
IMAGE_LINGUAS = ""
@@ -31,4 +32,5 @@ inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
IMAGE_ROOTFS_EXTRA_SPACE = "0"
-BAD_RECOMMENDATIONS += "busybox-syslog"
+# Disable installation of kernel and modules via packagegroup-core-boot
+NO_RECOMMENDATIONS = "1"