aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-test/images/initramfs-test-full-image.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-test/images/initramfs-test-full-image.bb b/recipes-test/images/initramfs-test-full-image.bb
index 9b09a7c..371b1b9 100644
--- a/recipes-test/images/initramfs-test-full-image.bb
+++ b/recipes-test/images/initramfs-test-full-image.bb
@@ -26,7 +26,6 @@ PACKAGE_INSTALL += " \
pd-mapper \
qrtr \
rmtfs \
- rt-tests \
stress-ng \
tqftpserv \
usbutils \
@@ -35,6 +34,10 @@ PACKAGE_INSTALL += " \
wpa-supplicant \
"
+PACKAGE_INSTALL:append:libc-glibc += " \
+ rt-tests \
+"
+
# We'd like to include extra packages provided by layers which we do not depend
# on. This can be handled by .bbappends, but then image recipes including this
# one would not get all these tools. So simulate dynamic bbappend here.