diff --git a/meta-digi-dey/recipes-digi/swu-images/files/sw-description-files_template b/meta-digi-dey/recipes-digi/swu-images/files/sw-description-files_template index d03492e00..6a8173355 100644 --- a/meta-digi-dey/recipes-digi/swu-images/files/sw-description-files_template +++ b/meta-digi-dey/recipes-digi/swu-images/files/sw-description-files_template @@ -22,6 +22,10 @@ software = } ); uboot: ( + { + name = "upgrade_available"; + value = "@@UPGRADE_AVAILABLE@@"; + }, { name = "swap_bank"; value = "false"; @@ -48,6 +52,12 @@ software = type = "shellscript"; } ); + uboot: ( + { + name = "upgrade_available"; + value = "@@UPGRADE_AVAILABLE@@"; + } + ); } platform = { ref = "#./single"; diff --git a/meta-digi-dey/recipes-digi/swu-images/files/sw-description-images_template b/meta-digi-dey/recipes-digi/swu-images/files/sw-description-images_template index dd0559912..4f182e352 100644 --- a/meta-digi-dey/recipes-digi/swu-images/files/sw-description-images_template +++ b/meta-digi-dey/recipes-digi/swu-images/files/sw-description-images_template @@ -51,6 +51,12 @@ software = type = "shellscript"; } ); + uboot: ( + { + name = "upgrade_available"; + value = "@@UPGRADE_AVAILABLE@@"; + } + ); } platform = { ref = "#./single";