diff mbox series

[meta-swupdate-boards,3/3] sama5d27-som1-ek-sd: sw-description: Add script support

Message ID 20220221205619.3085947-3-festevam@gmail.com
State Accepted
Headers show
Series [meta-swupdate-boards,1/3] README.md: Include more boards | expand

Commit Message

Fabio Estevam Feb. 21, 2022, 8:56 p.m. UTC
The emmcsetup.lua script file is present but it is not referenced in
the sw-description.

Add "scripts" entries for consistency with the other boards.

Cc: Pierre-Jean Texier <texier.pj2@gmail.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 .../update-image/sama5d27-som1-ek-sd/sw-description       | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Pierre-Jean Texier Feb. 21, 2022, 9:55 p.m. UTC | #1
Hi Fabio,

Le 21/02/2022 à 21:56, Fabio Estevam a écrit :
> The emmcsetup.lua script file is present but it is not referenced in
> the sw-description.
> 
> Add "scripts" entries for consistency with the other boards.

Indeed, thanks for the fix.

> 
> Cc: Pierre-Jean Texier <texier.pj2@gmail.com>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Reviewed-by: Pierre-Jean Texier <texier.pj2@gmail.com>


Thanks,
diff mbox series

Patch

diff --git a/recipes-extended/images/update-image/sama5d27-som1-ek-sd/sw-description b/recipes-extended/images/update-image/sama5d27-som1-ek-sd/sw-description
index 2366449515a5..f2f77544146a 100644
--- a/recipes-extended/images/update-image/sama5d27-som1-ek-sd/sw-description
+++ b/recipes-extended/images/update-image/sama5d27-som1-ek-sd/sw-description
@@ -13,6 +13,10 @@  software =
                         compressed = "zlib";
                         device = "/dev/mmcblk0p2";
                 });
+		scripts: ({
+			filename = "emmcsetup.lua";
+			type = "lua";
+		});
                 uboot: ({
                         name = "rootpart";
                         value = "2";
@@ -26,6 +30,10 @@  software =
                         compressed = "zlib";
                         device = "/dev/mmcblk0p3";
                 });
+		scripts: ({
+			filename = "emmcsetup.lua";
+			type = "lua";
+		});
                 uboot: ({
                         name = "rootpart";
                         value = "3";