diff options
-rw-r--r-- | recipes-images/images/tdx-extra.inc | 2 |
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 \ |