summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-07-10 16:51:25 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-07-10 16:51:25 +0200
commitab80caef8740fc39591d736b14ef9d58d0f46bae (patch)
tree5593893130809833604c3ac0637bfdaa1b52875a
parent20bbb78b436a2ede43c3cf82a92feb5d60155461 (diff)
tdx-extra.inc: deploy util-linux for all machines
This installs the full featured util-linux applications and preferes them over the busybox variants at the price of a bigger rootfs. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-images/images/tdx-extra.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-images/images/tdx-extra.inc b/recipes-images/images/tdx-extra.inc
index 82e7aed..b5c8fe6 100644
--- a/recipes-images/images/tdx-extra.inc
+++ b/recipes-images/images/tdx-extra.inc
@@ -128,7 +128,6 @@ IMAGE_INSTALL_append_mx8 = " \
pciutils \
perf \
ptpd \
- util-linux \
"
IMAGE_INSTALL_append_apalis-imx8 = " \
u-boot-toradex-fw-utils \
@@ -161,6 +160,7 @@ IMAGE_INSTALL += " \
lsof \
mtd-utils \
dosfstools \
+ util-linux \
util-linux-fstrim \
\
devmem2 \