uim-sysfs: Specify branch and protocol for git fetcher

Message ID 20220404010922.2841052-1-raj.khem@gmail.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series uim-sysfs: Specify branch and protocol for git fetcher | expand

Commit Message

Khem Raj April 4, 2022, 1:09 a.m. UTC
bitbake git fetcher warns about protocol and fall back branches
therefore be explicit about these parameters in source uri

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

Comments

Denys Dmytriyenko April 5, 2022, 3:53 a.m. UTC | #1
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 <raj.khem@gmail.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
 

> ---
>  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 Eatmon April 5, 2022, 3:52 p.m. UTC | #2
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 <raj.khem@gmail.com>
> 
> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>

Signed-off-by: Ryan Eatmon <reatmon@ti.com>

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
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> 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/6551054
>> Group Owner: meta-ti+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>

Patch

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"