diff mbox series

[meta-swupdate-boards] sw-description: Switch to 'compressed' string format

Message ID 20220530211533.2158903-1-festevam@gmail.com
State Accepted
Headers show
Series [meta-swupdate-boards] sw-description: Switch to 'compressed' string format | expand

Commit Message

Fabio Estevam May 30, 2022, 9:15 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

Describing 'compressed' as boolean type is considered
deprecated.

Switch to the string representation.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 .../images/update-image/beaglebone-yocto/sw-description       | 4 ++--
 .../images/update-image/raspberrypi3/sw-description           | 4 ++--
 .../images/update-image/raspberrypi3/sw-description.embscript | 4 ++--
 recipes-extended/images/update-image/wandboard/sw-description | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)
diff mbox series

Patch

diff --git a/recipes-extended/images/update-image/beaglebone-yocto/sw-description b/recipes-extended/images/update-image/beaglebone-yocto/sw-description
index 51477f134d62..4ffcd409c099 100644
--- a/recipes-extended/images/update-image/beaglebone-yocto/sw-description
+++ b/recipes-extended/images/update-image/beaglebone-yocto/sw-description
@@ -11,7 +11,7 @@  software =
 						filename = "core-image-full-cmdline-beaglebone.ext4.gz";
 						device = "/dev/mmcblk1p2";
 						type = "raw";
-						compressed = true;
+						compressed = "zlib";
 					}
 				);
 				scripts: (
@@ -38,7 +38,7 @@  software =
 						filename = "core-image-full-cmdline-beaglebone.ext4.gz";
 						device = "/dev/mmcblk1p3";
 						type = "raw";
-						compressed = true;
+						compressed = "zlib";
 					}
 				);
 				scripts: (
diff --git a/recipes-extended/images/update-image/raspberrypi3/sw-description b/recipes-extended/images/update-image/raspberrypi3/sw-description
index cc0823ea9690..f279d1afa345 100644
--- a/recipes-extended/images/update-image/raspberrypi3/sw-description
+++ b/recipes-extended/images/update-image/raspberrypi3/sw-description
@@ -10,7 +10,7 @@  software =
 					{
 						filename = "core-image-full-cmdline-raspberrypi3.ext4.gz";
 						type = "raw";
-						compressed = true;
+						compressed = "zlib";
 						device = "/dev/mmcblk0p2";
 					}
 				);
@@ -33,7 +33,7 @@  software =
 					{
 						filename = "core-image-full-cmdline-raspberrypi3.ext4.gz";
 						type = "raw";
-						compressed = true;
+						compressed = "zlib";
 						device = "/dev/mmcblk0p3";
 					}
 				);
diff --git a/recipes-extended/images/update-image/raspberrypi3/sw-description.embscript b/recipes-extended/images/update-image/raspberrypi3/sw-description.embscript
index 09b40ffe487c..7cf781f3b5f2 100644
--- a/recipes-extended/images/update-image/raspberrypi3/sw-description.embscript
+++ b/recipes-extended/images/update-image/raspberrypi3/sw-description.embscript
@@ -98,7 +98,7 @@  end ";
 					{
 						filename = "core-image-full-cmdline-raspberrypi3.ext4.gz";
 						type = "raw";
-						compressed = true;
+						compressed = "zlib";
 						device = "/dev/mmcblk0p2";
 						hook = "allowInstall";
 					}
@@ -122,7 +122,7 @@  end ";
 					{
 						filename = "core-image-full-cmdline-raspberrypi3.ext4.gz";
 						type = "raw";
-						compressed = true;
+						compressed = "zlib";
 						device = "/dev/mmcblk0p3";
 						hook = "allowInstall";
 					}
diff --git a/recipes-extended/images/update-image/wandboard/sw-description b/recipes-extended/images/update-image/wandboard/sw-description
index 659363667bc0..09bc0f5f4e00 100644
--- a/recipes-extended/images/update-image/wandboard/sw-description
+++ b/recipes-extended/images/update-image/wandboard/sw-description
@@ -10,7 +10,7 @@  software =
 					{
 						filename = "core-image-full-cmdline-wandboard.ext4.gz";
 						type = "raw";
-						compressed = true;
+						compressed = "zlib";
 						device = "/dev/mmcblk2p1";
 					}
 				);
@@ -41,7 +41,7 @@  software =
 					{
 						filename = "core-image-full-cmdline-wandboard.ext4.gz";
 						type = "raw";
-						compressed = true;
+						compressed = "zlib";
 						device = "/dev/mmcblk2p2";
 					}
 				);