swu: add sha256 to SWUPDATE_SCRIPT_NAME
These fields were added to default files, but not to the special sw-description files for ccmp1 and cc6ul platforms. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
0cd1c33a7b
commit
cef235f61d
|
|
@ -12,6 +12,7 @@ software =
|
|||
scripts: (
|
||||
{
|
||||
filename = "@@SWUPDATE_SCRIPT_NAME@@";
|
||||
sha256 = "$swupdate_get_sha256(@@SWUPDATE_SCRIPT_NAME@@)";
|
||||
type = "shellscript";
|
||||
}
|
||||
##SCRIPT_UBOOT##
|
||||
|
|
@ -31,6 +32,7 @@ software =
|
|||
scripts: (
|
||||
{
|
||||
filename = "@@SWUPDATE_SCRIPT_NAME@@";
|
||||
sha256 = "$swupdate_get_sha256(@@SWUPDATE_SCRIPT_NAME@@)";
|
||||
type = "shellscript";
|
||||
}
|
||||
##SCRIPT_UBOOT##
|
||||
|
|
@ -50,6 +52,7 @@ software =
|
|||
scripts: (
|
||||
{
|
||||
filename = "@@SWUPDATE_SCRIPT_NAME@@";
|
||||
sha256 = "$swupdate_get_sha256(@@SWUPDATE_SCRIPT_NAME@@)";
|
||||
type = "shellscript";
|
||||
}
|
||||
##SCRIPT_UBOOT##
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ software =
|
|||
scripts: (
|
||||
{
|
||||
filename = "@@SWUPDATE_SCRIPT_NAME@@";
|
||||
sha256 = "$swupdate_get_sha256(@@SWUPDATE_SCRIPT_NAME@@)";
|
||||
type = "shellscript";
|
||||
}
|
||||
##SCRIPT_UBOOT##
|
||||
|
|
@ -35,6 +36,7 @@ software =
|
|||
scripts: (
|
||||
{
|
||||
filename = "@@SWUPDATE_SCRIPT_NAME@@";
|
||||
sha256 = "$swupdate_get_sha256(@@SWUPDATE_SCRIPT_NAME@@)";
|
||||
type = "shellscript";
|
||||
}
|
||||
##SCRIPT_UBOOT##
|
||||
|
|
@ -58,6 +60,7 @@ software =
|
|||
scripts: (
|
||||
{
|
||||
filename = "@@SWUPDATE_SCRIPT_NAME@@";
|
||||
sha256 = "$swupdate_get_sha256(@@SWUPDATE_SCRIPT_NAME@@)";
|
||||
type = "shellscript";
|
||||
}
|
||||
##SCRIPT_UBOOT##
|
||||
|
|
|
|||
Loading…
Reference in New Issue