Browse Source

dubhe: qspi-image: Added package support

Added new packages for qspi-image.

Signed-off-by: yang.lee <yang.lee@starfivetech.com>
yang.lee 1 year ago
parent
commit
759557e428
1 changed files with 4 additions and 2 deletions
  1. 4 2
      recipes-images/images/dubhe-image-initramfs.bb

+ 4 - 2
recipes-images/images/dubhe-image-initramfs.bb

@@ -6,7 +6,7 @@ first 'init' program more efficiently."
 INITRAMFS_SCRIPTS ?= "\
                       initramfs-boot packagegroup-core-boot \
                      "
-PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} base-passwd ${ROOTFS_BOOTSTRAP_INSTALL} helloworld coremark dhrystone perf gdb gdbserver "
+PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} base-passwd ${ROOTFS_BOOTSTRAP_INSTALL} helloworld coremark dhrystone gdb gdbserver util-linux ethtool atftp iperf3 openssh dhcpcd kvmtool tmux"
 
 
 # Do not pollute the initrd image with rootfs features
@@ -14,7 +14,9 @@ IMAGE_FEATURES = ""
 
 export IMAGE_BASENAME = "dubhe-image-initramfs"
 IMAGE_NAME_SUFFIX ?= ""
-IMAGE_LINGUAS = ""
+#IMAGE_LINGUAS = ""
+IMAGE_LINGUAS = "en-us"
+GLIBC_GENERATE_LOCALES = "en_US.UTF-8"
 
 LICENSE = "MIT"