yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-tensorflow][PATCH] Update SRC_URI git default protocol
@ 2022-01-21  8:51 changqing.li
  2022-01-24  2:12 ` [yocto] " Jia, Hongxu
  0 siblings, 1 reply; 2+ messages in thread
From: changqing.li @ 2022-01-21  8:51 UTC (permalink / raw)
  To: yocto

From: Changqing Li <changqing.li@windriver.com>

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 recipes-framework/tensorflow/keras_2.6.0.bb              | 2 +-
 recipes-framework/tensorflow/tensorflow-estimator_2.6.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-framework/tensorflow/keras_2.6.0.bb b/recipes-framework/tensorflow/keras_2.6.0.bb
index dc1a98d..ebb668d 100644
--- a/recipes-framework/tensorflow/keras_2.6.0.bb
+++ b/recipes-framework/tensorflow/keras_2.6.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "TensorFlow Keras is an implementation of the Keras API that\
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c573baaa40a28002a2d03d3e7e9bc583"
 
-SRC_URI = "git://github.com/keras-team/keras.git;branch=r2.6 \
+SRC_URI = "git://github.com/keras-team/keras.git;branch=r2.6;protocol=https \
            file://0001-customize-for-yocto.patch \
           "
 
diff --git a/recipes-framework/tensorflow/tensorflow-estimator_2.6.bb b/recipes-framework/tensorflow/tensorflow-estimator_2.6.bb
index 910ca4d..83804af 100644
--- a/recipes-framework/tensorflow/tensorflow-estimator_2.6.bb
+++ b/recipes-framework/tensorflow/tensorflow-estimator_2.6.bb
@@ -3,7 +3,7 @@ learning programming."
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=01e86893010a1b87e69a213faa753ebd"
 
-SRC_URI = "git://github.com/tensorflow/estimator.git;branch=r2.6 \
+SRC_URI = "git://github.com/tensorflow/estimator.git;branch=r2.6;protocol=https \
            file://0001-customize-for-yocto.patch \
           "
 SRCREV = "9a6c1260bbb468a013e39cf7d6f5af369cf2db2b"
-- 
2.17.1



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

* Re: [yocto] [meta-tensorflow][PATCH] Update SRC_URI git default protocol
  2022-01-21  8:51 [meta-tensorflow][PATCH] Update SRC_URI git default protocol changqing.li
@ 2022-01-24  2:12 ` Jia, Hongxu
  0 siblings, 0 replies; 2+ messages in thread
From: Jia, Hongxu @ 2022-01-24  2:12 UTC (permalink / raw)
  To: Li, Changqing, yocto

Merged

//Hongxu

On 1/21/22 16:51, Changqing Li wrote:
> From: Changqing Li <changqing.li@windriver.com>
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>   recipes-framework/tensorflow/keras_2.6.0.bb              | 2 +-
>   recipes-framework/tensorflow/tensorflow-estimator_2.6.bb | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-framework/tensorflow/keras_2.6.0.bb b/recipes-framework/tensorflow/keras_2.6.0.bb
> index dc1a98d..ebb668d 100644
> --- a/recipes-framework/tensorflow/keras_2.6.0.bb
> +++ b/recipes-framework/tensorflow/keras_2.6.0.bb
> @@ -3,7 +3,7 @@ DESCRIPTION = "TensorFlow Keras is an implementation of the Keras API that\
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=c573baaa40a28002a2d03d3e7e9bc583"
>   
> -SRC_URI = "git://github.com/keras-team/keras.git;branch=r2.6 \
> +SRC_URI = "git://github.com/keras-team/keras.git;branch=r2.6;protocol=https \
>              file://0001-customize-for-yocto.patch \
>             "
>   
> diff --git a/recipes-framework/tensorflow/tensorflow-estimator_2.6.bb b/recipes-framework/tensorflow/tensorflow-estimator_2.6.bb
> index 910ca4d..83804af 100644
> --- a/recipes-framework/tensorflow/tensorflow-estimator_2.6.bb
> +++ b/recipes-framework/tensorflow/tensorflow-estimator_2.6.bb
> @@ -3,7 +3,7 @@ learning programming."
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=01e86893010a1b87e69a213faa753ebd"
>   
> -SRC_URI = "git://github.com/tensorflow/estimator.git;branch=r2.6 \
> +SRC_URI = "git://github.com/tensorflow/estimator.git;branch=r2.6;protocol=https \
>              file://0001-customize-for-yocto.patch \
>             "
>   SRCREV = "9a6c1260bbb468a013e39cf7d6f5af369cf2db2b"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#55938): https://lists.yoctoproject.org/g/yocto/message/55938
> Mute This Topic: https://lists.yoctoproject.org/mt/88579541/3617049
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [hongxu.jia@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>



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

end of thread, other threads:[~2022-01-24  2:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21  8:51 [meta-tensorflow][PATCH] Update SRC_URI git default protocol changqing.li
2022-01-24  2:12 ` [yocto] " Jia, Hongxu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).