Browse Source

jh8100: core-image: Update recipe

Added i3c-tools to core-image.

Signed-off-by: yang.lee <yang.lee@starfivetech.com>
yang.lee 5 months ago
parent
commit
60ed9272be

+ 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"