Re: [yocto] [PATCH 2/2] ref-manual: Add missing whitespace around "=" in a few code examples

2018-12-13 Thread Scott Rifenbark
Peter,

Thank you for the patch in the ref-manual.  I applied the patch (
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/commit/?id=0d22771c64d082bf86f5efd85ac9aaeb1c7f3093
)

You can see the changes in the upcoming version of the ref-manual.  I will
back port as needed too.
http://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html.

Scott

On Thu, Dec 13, 2018 at 3:24 AM Peter Kjellerstedt <
peter.kjellerst...@axis.com> wrote:

> Signed-off-by: Peter Kjellerstedt 
> ---
>  documentation/ref-manual/ref-variables.xml | 10 +-
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/documentation/ref-manual/ref-variables.xml
> b/documentation/ref-manual/ref-variables.xml
> index 7dc3a3f79a..730737226e 100644
> --- a/documentation/ref-manual/ref-variables.xml
> +++ b/documentation/ref-manual/ref-variables.xml
> @@ -7655,9 +7655,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR =
> "${INC_PR}.3"
>  
>   KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc
> features/taskstats/taskstats.scc"
>   KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
> - KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc"
> - KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
> - KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc"
> + KERNEL_FEATURES_append_qemuall = " cfg/virtio.scc"
> + KERNEL_FEATURES_append_qemux86 = " cfg/sound.scc
> cfg/paravirt_kvm.scc"
> + KERNEL_FEATURES_append_qemux86-64 = " cfg/sound.scc"
>  
>  
>  
> @@ -10422,7 +10422,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR
> = "${INC_PR}.3"
>  PACKAGECONFIG.
>  You can either completely override the
> variable:
>  
> - PACKAGECONFIG="f4 f5"
> + PACKAGECONFIG = "f4 f5"
>  
>  Or, you can just append the variable:
>  
> @@ -10436,7 +10436,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR
> = "${INC_PR}.3"
>  As with append files previously described,
>  you can either completely override the
> variable:
>  
> - PACKAGECONFIG_pn-recipename="f4 f5"
> + PACKAGECONFIG_pn-recipename = "f4 f5"
>  
>  Or, you can just amend the variable:
>  
> --
> 2.12.0
>
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH 2/2] ref-manual: Add missing whitespace around "=" in a few code examples

2018-12-13 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt 
---
 documentation/ref-manual/ref-variables.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/documentation/ref-manual/ref-variables.xml 
b/documentation/ref-manual/ref-variables.xml
index 7dc3a3f79a..730737226e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7655,9 +7655,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = 
"${INC_PR}.3"
 
  KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc 
features/taskstats/taskstats.scc"
  KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
- KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc"
- KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
- KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc"
+ KERNEL_FEATURES_append_qemuall = " cfg/virtio.scc"
+ KERNEL_FEATURES_append_qemux86 = " cfg/sound.scc cfg/paravirt_kvm.scc"
+ KERNEL_FEATURES_append_qemux86-64 = " cfg/sound.scc"
 
 
 
@@ -10422,7 +10422,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = 
"${INC_PR}.3"
 PACKAGECONFIG.
 You can either completely override the variable:
 
- PACKAGECONFIG="f4 f5"
+ PACKAGECONFIG = "f4 f5"
 
 Or, you can just append the variable:
 
@@ -10436,7 +10436,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = 
"${INC_PR}.3"
 As with append files previously described,
 you can either completely override the variable:
 
- PACKAGECONFIG_pn-recipename="f4 f5"
+ PACKAGECONFIG_pn-recipename = "f4 f5"
 
 Or, you can just amend the variable:
 
-- 
2.12.0

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto