* [PATCH] migration guides: 3.4: remove spurious space in example
@ 2022-09-29 11:53 Johan Korsnes
2022-09-29 12:03 ` quentin.schulz
0 siblings, 1 reply; 3+ messages in thread
From: Johan Korsnes @ 2022-09-29 11:53 UTC (permalink / raw)
To: docs; +Cc: Johan Korsnes, Richard Purdie, Quentin Schulz, Ross Burton
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Cc: Ross Burton <ross.burton@arm.com>
Signed-off-by: Johan Korsnes <johan.korsnes@remarkable.no>
---
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst
index bc2c75d42..8e0eb3b63 100644
--- a/documentation/migration-guides/migration-3.4.rst
+++ b/documentation/migration-guides/migration-3.4.rst
@@ -22,7 +22,7 @@ syntax, so the following::
SRC_URI_append = " file://somefile"
SRC_URI_append_qemux86 = " file://somefile2"
- SRC_URI_remove_qemux86-64 = " file://somefile3"
+ SRC_URI_remove_qemux86-64 = "file://somefile3"
SRC_URI_prepend_qemuarm = "file://somefile4 "
FILES_${PN}-ptest = "${bindir}/xyz"
IMAGE_CMD_tar = "tar"
@@ -34,7 +34,7 @@ would now become::
SRC_URI:append = " file://somefile"
SRC_URI:append:qemux86 = " file://somefile2"
- SRC_URI:remove:qemux86-64 = " file://somefile3"
+ SRC_URI:remove:qemux86-64 = "file://somefile3"
SRC_URI:prepend:qemuarm = "file://somefile4 "
FILES:${PN}-ptest = "${bindir}/xyz"
IMAGE_CMD:tar = "tar"
--
2.37.3
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] migration guides: 3.4: remove spurious space in example
2022-09-29 11:53 [PATCH] migration guides: 3.4: remove spurious space in example Johan Korsnes
@ 2022-09-29 12:03 ` quentin.schulz
2022-10-03 17:37 ` [docs] " Michael Opdenacker
0 siblings, 1 reply; 3+ messages in thread
From: quentin.schulz @ 2022-09-29 12:03 UTC (permalink / raw)
To: Johan Korsnes, docs, Johan Korsnes, Richard Purdie, Ross Burton
Hi Johan,
On 9/29/22 1:53 PM, Johan Korsnes <johan.korsnes@remarkable.no> wrote:
> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
> Cc: Quentin Schulz <quentin.schulz@theobroma-systems.com>
> Cc: Ross Burton <ross.burton@arm.com>
> Signed-off-by: Johan Korsnes <johan.korsnes@remarkable.no>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Thanks!
Quentin
> ---
> documentation/migration-guides/migration-3.4.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst
> index bc2c75d42..8e0eb3b63 100644
> --- a/documentation/migration-guides/migration-3.4.rst
> +++ b/documentation/migration-guides/migration-3.4.rst
> @@ -22,7 +22,7 @@ syntax, so the following::
>
> SRC_URI_append = " file://somefile"
> SRC_URI_append_qemux86 = " file://somefile2"
> - SRC_URI_remove_qemux86-64 = " file://somefile3"
> + SRC_URI_remove_qemux86-64 = "file://somefile3"
> SRC_URI_prepend_qemuarm = "file://somefile4 "
> FILES_${PN}-ptest = "${bindir}/xyz"
> IMAGE_CMD_tar = "tar"
> @@ -34,7 +34,7 @@ would now become::
>
> SRC_URI:append = " file://somefile"
> SRC_URI:append:qemux86 = " file://somefile2"
> - SRC_URI:remove:qemux86-64 = " file://somefile3"
> + SRC_URI:remove:qemux86-64 = "file://somefile3"
> SRC_URI:prepend:qemuarm = "file://somefile4 "
> FILES:${PN}-ptest = "${bindir}/xyz"
> IMAGE_CMD:tar = "tar"
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [docs] [PATCH] migration guides: 3.4: remove spurious space in example
2022-09-29 12:03 ` quentin.schulz
@ 2022-10-03 17:37 ` Michael Opdenacker
0 siblings, 0 replies; 3+ messages in thread
From: Michael Opdenacker @ 2022-10-03 17:37 UTC (permalink / raw)
To: quentin.schulz, Johan Korsnes, Richard Purdie, Ross Burton; +Cc: docs
Johan, Quentin,
On 29.09.22 14:03, Quentin Schulz via lists.yoctoproject.org wrote:
> Hi Johan,
>
> On 9/29/22 1:53 PM, Johan Korsnes <johan.korsnes@remarkable.no> wrote:
>> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
>> Cc: Quentin Schulz <quentin.schulz@theobroma-systems.com>
>> Cc: Ross Burton <ross.burton@arm.com>
>> Signed-off-by: Johan Korsnes <johan.korsnes@remarkable.no>
>
> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Many thanks for the patch (good catch!) and review.
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into master next.
--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-03 17:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-29 11:53 [PATCH] migration guides: 3.4: remove spurious space in example Johan Korsnes
2022-09-29 12:03 ` quentin.schulz
2022-10-03 17:37 ` [docs] " Michael Opdenacker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox