All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Khem Raj <raj.khem@gmail.com>
Cc: meta-ti@lists.yoctoproject.org
Subject: Re: [meta-ti] [PATCH] uim-sysfs: Specify branch and protocol for git fetcher
Date: Mon, 4 Apr 2022 23:53:17 -0400	[thread overview]
Message-ID: <20220405035317.GG23554@denix.org> (raw)
In-Reply-To: <20220404010922.2841052-1-raj.khem@gmail.com>

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


  reply	other threads:[~2022-04-05 17:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-04  1:09 [PATCH] uim-sysfs: Specify branch and protocol for git fetcher Khem Raj
2022-04-05  3:53 ` Denys Dmytriyenko [this message]
2022-04-05 15:52   ` [meta-ti] " Ryan Eatmon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220405035317.GG23554@denix.org \
    --to=denis@denix.org \
    --cc=meta-ti@lists.yoctoproject.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.