public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [PATCH] kernel-dev: Use protocol=https in a SRC_URI example
@ 2023-05-23  1:32 Peter Kjellerstedt
  2023-05-23  8:39 ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Kjellerstedt @ 2023-05-23  1:32 UTC (permalink / raw)
  To: docs

This matches the change in commit 139102a73d (recipes: Default to https
git protocol where possible) in openembedded-core.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 documentation/kernel-dev/advanced.rst | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/documentation/kernel-dev/advanced.rst b/documentation/kernel-dev/advanced.rst
index 35195135c4..355326de6e 100644
--- a/documentation/kernel-dev/advanced.rst
+++ b/documentation/kernel-dev/advanced.rst
@@ -730,11 +730,10 @@ reside in a separate repository. The OpenEmbedded build system adds the
 Metadata to the build as a "type=kmeta" repository through the
 :term:`SRC_URI` variable. As an
 example, consider the following :term:`SRC_URI` statement from the
-``linux-yocto_4.12.bb`` kernel recipe::
-
-   SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \
-              git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
+``linux-yocto_5.15.bb`` kernel recipe::
 
+   SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH};protocol=https \
+              git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA};protocol=https"
 
 ``${KMETA}``, in this context, is simply used to name the directory into
 which the Git fetcher places the Metadata. This behavior is no different


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

* Re: [docs] [PATCH] kernel-dev: Use protocol=https in a SRC_URI example
  2023-05-23  1:32 [PATCH] kernel-dev: Use protocol=https in a SRC_URI example Peter Kjellerstedt
@ 2023-05-23  8:39 ` Michael Opdenacker
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Opdenacker @ 2023-05-23  8:39 UTC (permalink / raw)
  To: Peter Kjellerstedt; +Cc: docs

Hi Peter,

On 23.05.23 at 03:32, Peter Kjellerstedt wrote:
> This matches the change in commit 139102a73d (recipes: Default to https
> git protocol where possible) in openembedded-core.
>
> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
> ---
>   documentation/kernel-dev/advanced.rst | 7 +++----
>   1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/documentation/kernel-dev/advanced.rst b/documentation/kernel-dev/advanced.rst
> index 35195135c4..355326de6e 100644
> --- a/documentation/kernel-dev/advanced.rst
> +++ b/documentation/kernel-dev/advanced.rst
> @@ -730,11 +730,10 @@ reside in a separate repository. The OpenEmbedded build system adds the
>   Metadata to the build as a "type=kmeta" repository through the
>   :term:`SRC_URI` variable. As an
>   example, consider the following :term:`SRC_URI` statement from the
> -``linux-yocto_4.12.bb`` kernel recipe::
> -
> -   SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \
> -              git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
> +``linux-yocto_5.15.bb`` kernel recipe::
>   
> +   SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH};protocol=https \
> +              git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA};protocol=https"
>   
>   ``${KMETA}``, in this context, is simply used to name the directory into
>   which the Git fetcher places the Metadata. This behavior is no different


Many thanks for the patch!
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into "master-next".

Thanks again!
Cheers
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



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

end of thread, other threads:[~2023-05-23  8:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-23  1:32 [PATCH] kernel-dev: Use protocol=https in a SRC_URI example Peter Kjellerstedt
2023-05-23  8:39 ` [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