Browse Source

dubhe: qspi-nfs-image: Update image packages

Added util-linux package to qspi-nfs-essential recipe.

Signed-off-by: yang.lee <yang.lee@starfivetech.com>
yang.lee 1 year ago
parent
commit
c1363611b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      recipes-images/qspi-nfs-image/qspi-nfs-essential.inc

+ 1 - 1
recipes-images/qspi-nfs-image/qspi-nfs-essential.inc

@@ -10,4 +10,4 @@ IMAGE_ROOTFS_SIZE ?= "8192"
 IMAGE_FEATURES += "allow-empty-password empty-root-password"
 IMAGE_FEATURES:remove = "dbg-pkgs"
 
-IMAGE_INSTALL += "mtd-utils helloworld coremark dhrystone perf"
+IMAGE_INSTALL += "mtd-utils helloworld coremark dhrystone perf util-linux"