All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] README: fix 'git send-email' command
@ 2021-02-17  3:09 Ulrich ?lmann
  2021-02-17  3:09 ` [PATCH 2/3] common-tasks.rst: fix 'wic cp' command Ulrich ?lmann
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ulrich ?lmann @ 2021-02-17  3:09 UTC (permalink / raw)
  To: docs; +Cc: Ulrich Ölmann

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 6a7f3abe63f9..bab81057fd14 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ The To header can be set as default for this repository:
 
 $ git config sendemail.to docs@lists.yoctoproject.org
 
-Now you can just do 'git send-email origin/master' to send all local patches.
+Now you can just do 'git send-email origin/master..' to send all local patches.
 
 Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/
 Mailing list: docs@lists.yoctoproject.org
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] common-tasks.rst: fix 'wic cp' command
  2021-02-17  3:09 [PATCH 1/3] README: fix 'git send-email' command Ulrich ?lmann
@ 2021-02-17  3:09 ` Ulrich ?lmann
  2021-02-17  3:09 ` [PATCH 3/3] common-tasks.rst: fix typo Ulrich ?lmann
  2021-03-03 12:15 ` [PATCH 1/3] README: fix 'git send-email' command Ulrich Ölmann
  2 siblings, 0 replies; 4+ messages in thread
From: Ulrich ?lmann @ 2021-02-17  3:09 UTC (permalink / raw)
  To: docs; +Cc: Ulrich Ölmann

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 documentation/dev-manual/common-tasks.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 65db4aed3380..29956e069fe3 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -5956,8 +5956,8 @@ the existing kernel, and then inserts a new kernel:
    kernel:
    ::
 
-      cp ~/poky_sdk/tmp/work/qemux86-poky-linux/linux-yocto/4.12.12+git999-r0/linux-yocto-4.12.12+git999/arch/x86/boot/bzImage \
-         ~/poky/build/tmp/deploy/images/qemux86/core-image-minimal-qemux86.wic:1/vmlinuz
+      $ wic cp ~/poky_sdk/tmp/work/qemux86-poky-linux/linux-yocto/4.12.12+git999-r0/linux-yocto-4.12.12+git999/arch/x86/boot/bzImage \
+               ~/poky/build/tmp/deploy/images/qemux86/core-image-minimal-qemux86.wic:1/vmlinuz
 
    Once the new kernel is added back into the image, you can use the
    ``dd`` command or :ref:`bmaptool
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] common-tasks.rst: fix typo
  2021-02-17  3:09 [PATCH 1/3] README: fix 'git send-email' command Ulrich ?lmann
  2021-02-17  3:09 ` [PATCH 2/3] common-tasks.rst: fix 'wic cp' command Ulrich ?lmann
@ 2021-02-17  3:09 ` Ulrich ?lmann
  2021-03-03 12:15 ` [PATCH 1/3] README: fix 'git send-email' command Ulrich Ölmann
  2 siblings, 0 replies; 4+ messages in thread
From: Ulrich ?lmann @ 2021-02-17  3:09 UTC (permalink / raw)
  To: docs; +Cc: Ulrich Ölmann

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 documentation/dev-manual/common-tasks.rst | 2 +-
 documentation/ref-manual/variables.rst    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 29956e069fe3..b7b59c1727d0 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -5908,7 +5908,7 @@ the existing kernel, and then inserts a new kernel:
               $ wic help ls
 
 
-   The following command shows what is in Partition one:
+   The following command shows what is in partition one:
    ::
 
         $ wic ls tmp/deploy/images/qemux86/core-image-minimal-qemux86.wic:1
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 2cb37b6a2b08..2c1af81db4c7 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8787,7 +8787,7 @@ system and gives an overview of their function and contents.
       The ``WKS_FILE_DEPENDS`` variable is similar to the
       :term:`DEPENDS` variable. When you use the variable in
       your recipe that builds the Wic image, dependencies you list in the
-      ``WIC_FILE_DEPENDS`` variable are added to the ``DEPENDS`` variable.
+      ``WKS_FILE_DEPENDS`` variable are added to the ``DEPENDS`` variable.
 
       With the ``WKS_FILE_DEPENDS`` variable, you have the possibility to
       specify a list of additional dependencies (e.g. native tools,
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/3] README: fix 'git send-email' command
  2021-02-17  3:09 [PATCH 1/3] README: fix 'git send-email' command Ulrich ?lmann
  2021-02-17  3:09 ` [PATCH 2/3] common-tasks.rst: fix 'wic cp' command Ulrich ?lmann
  2021-02-17  3:09 ` [PATCH 3/3] common-tasks.rst: fix typo Ulrich ?lmann
@ 2021-03-03 12:15 ` Ulrich Ölmann
  2 siblings, 0 replies; 4+ messages in thread
From: Ulrich Ölmann @ 2021-03-03 12:15 UTC (permalink / raw)
  To: docs

Gentle ping!

On Wed, Feb 17, 2021 at 04:09 AM, Ulrich Ölmann wrote:
>
> Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
> ---
>  README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/README b/README
> index 6a7f3abe63f9..bab81057fd14 100644
> --- a/README
> +++ b/README
> @@ -17,7 +17,7 @@ The To header can be set as default for this repository:
>
>  $ git config sendemail.to docs@lists.yoctoproject.org
>
> -Now you can just do 'git send-email origin/master' to send all local patches.
> +Now you can just do 'git send-email origin/master..' to send all local
> patches.
>
>  Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/
>  Mailing list: docs@lists.yoctoproject.org
> -- 
> 2.29.2
> 
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-03 12:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17  3:09 [PATCH 1/3] README: fix 'git send-email' command Ulrich ?lmann
2021-02-17  3:09 ` [PATCH 2/3] common-tasks.rst: fix 'wic cp' command Ulrich ?lmann
2021-02-17  3:09 ` [PATCH 3/3] common-tasks.rst: fix typo Ulrich ?lmann
2021-03-03 12:15 ` [PATCH 1/3] README: fix 'git send-email' command Ulrich Ölmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.