Преглед на файлове

jh8100: core-image: Update recipe

Added i3c-tools to core-image.

Signed-off-by: yang.lee <yang.lee@starfivetech.com>
yang.lee преди 5 месеца
родител
ревизия
60ed9272be
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      recipes-core/images/core-image-minimal.bbappend
  2. 1 0
      recipes-core/images/core-image-starfive-extra.bb

+ 1 - 0
recipes-core/images/core-image-minimal.bbappend

@@ -10,6 +10,7 @@ IMAGE_INSTALL += " \
 	systemd-analyze \
 	e2fsprogs-resize2fs \
 	parted \
+	i3c-tools \
         "
 
 TOOLCHAIN_TARGET_TASK += "packagegroup-starfive-toolchain"

+ 1 - 0
recipes-core/images/core-image-starfive-extra.bb

@@ -21,6 +21,7 @@ IMAGE_INSTALL = "\
 	packagegroup-starfive-essentials \
 	nodejs \
 	nodejs-npm \
+	i3c-tools \
 	"
 
 TOOLCHAIN_TARGET_TASK += "packagegroup-starfive-toolchain"