Re: [meta-ti] [PATCH] uim-sysfs: Specify branch and protocol for git fetcher

2022-04-05 Thread Ryan Eatmon via lists.yoctoproject.org



On 4/4/2022 22:53, Denys Dmytriyenko wrote:

On Sun, Apr 03, 2022 at 06:09:22PM -0700, Khem Raj wrote:

bitbake git fetcher warns about protocol and fall back branches
therefore be explicit about these parameters in source uri

Signed-off-by: Khem Raj 


Reviewed-by: Denys Dmytriyenko 


Signed-off-by: Ryan Eatmon 

Applied patch to master.




---
  meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb 
b/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb
index 8d4f9182..e5912e81 100644
--- a/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb
+++ b/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb
@@ -8,7 +8,7 @@ INITSCRIPT_PARAMS = "defaults 03"
  inherit update-rc.d
  
  SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9"

-SRC_URI = "git://git.ti.com/ti-bt/uim.git"
+SRC_URI = "git://git.ti.com/ti-bt/uim.git;branch=master;protocol=https"
  
  S = "${WORKDIR}/git"
  
--

2.35.1






--
Ryan Eatmonreat...@ti.com
-
Texas Instruments, Inc.  -  LCPD  -  MGTS

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14592): 
https://lists.yoctoproject.org/g/meta-ti/message/14592
Mute This Topic: https://lists.yoctoproject.org/mt/90232070/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [meta-ti] [PATCH] uim-sysfs: Specify branch and protocol for git fetcher

2022-04-04 Thread Denys Dmytriyenko
On Sun, Apr 03, 2022 at 06:09:22PM -0700, Khem Raj wrote:
> bitbake git fetcher warns about protocol and fall back branches
> therefore be explicit about these parameters in source uri
> 
> Signed-off-by: Khem Raj 

Reviewed-by: Denys Dmytriyenko 
 

> ---
>  meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb 
> b/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb
> index 8d4f9182..e5912e81 100644
> --- a/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb
> +++ b/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb
> @@ -8,7 +8,7 @@ INITSCRIPT_PARAMS = "defaults 03"
>  inherit update-rc.d
>  
>  SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9"
> -SRC_URI = "git://git.ti.com/ti-bt/uim.git"
> +SRC_URI = "git://git.ti.com/ti-bt/uim.git;branch=master;protocol=https"
>  
>  S = "${WORKDIR}/git"
>  
> -- 
> 2.35.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14589): 
https://lists.yoctoproject.org/g/meta-ti/message/14589
Mute This Topic: https://lists.yoctoproject.org/mt/90232070/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[meta-ti] [PATCH] uim-sysfs: Specify branch and protocol for git fetcher

2022-04-03 Thread Khem Raj
bitbake git fetcher warns about protocol and fall back branches
therefore be explicit about these parameters in source uri

Signed-off-by: Khem Raj 
---
 meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb 
b/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb
index 8d4f9182..e5912e81 100644
--- a/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb
+++ b/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb
@@ -8,7 +8,7 @@ INITSCRIPT_PARAMS = "defaults 03"
 inherit update-rc.d
 
 SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9"
-SRC_URI = "git://git.ti.com/ti-bt/uim.git"
+SRC_URI = "git://git.ti.com/ti-bt/uim.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
 
-- 
2.35.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14587): 
https://lists.yoctoproject.org/g/meta-ti/message/14587
Mute This Topic: https://lists.yoctoproject.org/mt/90232070/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-