浏览代码

README: Adapt to the new sha256 syntax

The new recommended syntax for passing the sha256 of the image is
to use the $swupdate_get_sha256() format.

Switch to the new syntax.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Fabio Estevam 3 年之前
父节点
当前提交
ddd5860ab2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README

+ 2 - 2
README

@@ -22,8 +22,8 @@ line `version = "@@DISTRO_VERSION@@";` in your sw-description file.
 Image hashing
 -------------
 
-During creation of the update file, occurrences of @IMAGE (where IMAGE is an
-image filename) are replaced with the sha256 hash of the image.
+During creation of the update file, to get the sha256 hash of the image,
+pass $swupdate_get_sha256(IMAGE) (where IMAGE is an image filename).
 
 BitBake auto versions
 ---------------------