diff mbox series

Doc: Update building with Yocto

Message ID 20210928182403.13386-1-colin.mcallister@garmin.com
State Changes Requested
Headers show
Series Doc: Update building with Yocto | expand

Commit Message

McAllister, Colin Sept. 28, 2021, 6:24 p.m. UTC
Updated Yocto-related documentation to add information about using the
hash of an image as the version.

Change-Id: Ib43baeeab35a1f679176c9f1ad3b876a14dbf3eb
Signed-off-by: Colin McAllister <colin.mcallister@garmin.com>
---
 doc/source/building-with-yocto.rst | 4 ++++
 1 file changed, 4 insertions(+)

Comments

McAllister, Colin Sept. 28, 2021, 6:26 p.m. UTC | #1
Whoops, sent the same patch.  Will send the updated patch shortly.

Colin

On Tuesday, September 28, 2021 at 1:24:16 PM UTC-5 Colin McAllister wrote:

> Updated Yocto-related documentation to add information about using the
> hash of an image as the version.
>
> Change-Id: Ib43baeeab35a1f679176c9f1ad3b876a14dbf3eb
> Signed-off-by: Colin McAllister <colin.mc...@garmin.com>
> ---
> doc/source/building-with-yocto.rst | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/doc/source/building-with-yocto.rst 
> b/doc/source/building-with-yocto.rst
> index 42a379c..f357a69 100644
> --- a/doc/source/building-with-yocto.rst
> +++ b/doc/source/building-with-yocto.rst
> @@ -162,6 +162,10 @@ For example, to add sha256 to the standard Yocto 
> core-image-full-cmdline:
>
> The name of the file must be the same as in deploy directory.
>
> +Additionally, the sha256 hash placeholder can be used in place of the 
> version.
> +This allows for an image to be installed only if the current image's hash 
> does
> +not match the hash of the image contained within the update.
> +
> BitBake variable expansion in sw-description
> --------------------------------------------
>
> -- 
> 2.33.0
>
>
diff mbox series

Patch

diff --git a/doc/source/building-with-yocto.rst b/doc/source/building-with-yocto.rst
index 42a379c..f357a69 100644
--- a/doc/source/building-with-yocto.rst
+++ b/doc/source/building-with-yocto.rst
@@ -162,6 +162,10 @@  For example, to add sha256 to the standard Yocto core-image-full-cmdline:
 
 The name of the file must be the same as in deploy directory.
 
+Additionally, the sha256 hash placeholder can be used in place of the version.
+This allows for an image to be installed only if the current image's hash does
+not match the hash of the image contained within the update.
+
 BitBake variable expansion in sw-description
 --------------------------------------------