浏览代码

Add base-passwd to swupdate image

This removes some warnings at start up because
/etc/passwd cannot be parsed:

chown: unknown user/group root:root

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 11 年之前
父节点
当前提交
a5d2a8bb17
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      recipes-extended/images/swupdate-image.bb

+ 1 - 0
recipes-extended/images/swupdate-image.bb

@@ -9,6 +9,7 @@ DESCRIPTION = "Root FS includes the following functionality: 				\
 		"
 
 IMAGE_INSTALL = "base-files \
+		base-passwd \
 		busybox \
 		mtd-utils \
 		mtd-utils-ubifs \