diff mbox series

building-with-yocto.rst: Fix sha256 attribute syntax

Message ID 74635e8a-269a-4333-868d-1e18431fff37@googlegroups.com
State Accepted
Headers show
Series building-with-yocto.rst: Fix sha256 attribute syntax | expand

Commit Message

piotr.piwko@gmail.com April 19, 2018, 1:25 p.m. UTC
From 5f3d2ca63f3021bdbbc8c61b0a49bdd3473a61cf Mon Sep 17 00:00:00 2001
From: Piotr Piwko <piotr.piwko@gmail.com>
Date: Thu, 19 Apr 2018 15:18:01 +0200
Subject: [PATCH] building-with-yocto.rst: Fix sha256 attribute syntax

Signed-off-by: Piotr Piwko <piotr.piwko@gmail.com>
---
 doc/source/building-with-yocto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic April 19, 2018, 1:27 p.m. UTC | #1
On 19/04/2018 15:25, piotr.piwko@gmail.com wrote:
> From 5f3d2ca63f3021bdbbc8c61b0a49bdd3473a61cf Mon Sep 17 00:00:00 2001
> From: Piotr Piwko <piotr.piwko@gmail.com>
> Date: Thu, 19 Apr 2018 15:18:01 +0200
> Subject: [PATCH] building-with-yocto.rst: Fix sha256 attribute syntax
> 
> Signed-off-by: Piotr Piwko <piotr.piwko@gmail.com>
> ---
>  doc/source/building-with-yocto.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/source/building-with-yocto.rst b/doc/source/building-with-yocto.rst
> index 80c1301..c5c5711 100644
> --- a/doc/source/building-with-yocto.rst
> +++ b/doc/source/building-with-yocto.rst
> @@ -81,7 +81,7 @@ is signed. Each artifact must have the attribute:
>  
>  ::
>  
> -        sha256 = "@artifact-file-name@"
> +        sha256 = "@artifact-file-name"
>  
>  For example, to add sha256 to the standard Yocto core-image-full-cmdline:
>  
> 


Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/doc/source/building-with-yocto.rst b/doc/source/building-with-yocto.rst
index 80c1301..c5c5711 100644
--- a/doc/source/building-with-yocto.rst
+++ b/doc/source/building-with-yocto.rst
@@ -81,7 +81,7 @@  is signed. Each artifact must have the attribute:
 
 ::
 
-        sha256 = "@artifact-file-name@"
+        sha256 = "@artifact-file-name"
 
 For example, to add sha256 to the standard Yocto core-image-full-cmdline: