Message ID | 20220530211533.2158903-1-festevam@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [meta-swupdate-boards] sw-description: Switch to 'compressed' string format | expand |
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"; } );