aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-test/images/initramfs-test-full-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-test/images/initramfs-test-full-image.bb')
-rw-r--r--recipes-test/images/initramfs-test-full-image.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-test/images/initramfs-test-full-image.bb b/recipes-test/images/initramfs-test-full-image.bb
index 91b8f03..d3a5e97 100644
--- a/recipes-test/images/initramfs-test-full-image.bb
+++ b/recipes-test/images/initramfs-test-full-image.bb
@@ -24,15 +24,21 @@ PACKAGE_INSTALL:append:libc-glibc = " \
# 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.
+
+# ncurses-terminfo is provided by oe-core layer, but it's only needed for gps (cgps), so include it here
PACKAGE_INSTALL_openembedded-layer += " \
crash \
dhrystone \
+ gpsd \
+ gpsd-machine-conf \
+ gps-utils \
iozone3 \
libgpiod \
libgpiod-tools \
lmbench \
makedumpfile \
mbw \
+ ncurses-terminfo-base \
sysbench \
tinymembench \
tiobench \