All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main
@ 2021-03-15  1:14 praneeth
  2021-03-15 15:45 ` praneeth
  2021-03-16 15:41 ` [oe] " akuster
  0 siblings, 2 replies; 7+ messages in thread
From: praneeth @ 2021-03-15  1:14 UTC (permalink / raw)
  To: Praneeth Bajjuri; +Cc: Changqing Li, Khem Raj, openembedded-devel

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

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
[cherry pick commit 260809cffdaad4fcd42b0977090f2c467a5474ef to dunfell]
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 .../thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
index 9f89bac22..3f82734ac 100644
--- a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
+++ b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
@@ -7,7 +7,7 @@ SECTION = "devel"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 S = "${WORKDIR}/git"
 
-SRC_URI = "git://github.com/jthornber/thin-provisioning-tools \
+SRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main \
            file://0001-do-not-strip-pdata_tools-at-do_install.patch \
            file://use-sh-on-path.patch \
 "
-- 
2.17.1


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

* Re: [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main
  2021-03-15  1:14 [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main praneeth
@ 2021-03-15 15:45 ` praneeth
  2021-03-15 15:48   ` Khem Raj
  2021-03-16 15:41 ` [oe] " akuster
  1 sibling, 1 reply; 7+ messages in thread
From: praneeth @ 2021-03-15 15:45 UTC (permalink / raw)
  To: raj.khem; +Cc: Changqing Li, Khem Raj, openembedded-devel, Denys Dmytriyenko



On 3/14/2021 8:14 PM, praneeth@ti.com wrote:
> From: Changqing Li <changqing.li@windriver.com>

Have observed build errors like the below

DEBUG: Mirror fetch failure for url 
git://github.com/jthornber/thin-provisioning-tools;protocol=https 
(original url: git://github.com/jthornber/thin-provisioning-tools)
DEBUG: Fetcher failure: Unable to find revision 
5e5409f48b5403d2c6dffd9919b35ad77d6fb7b4 in branch master even from upstream
ERROR: Fetcher failure: Unable to find revision 
5e5409f48b5403d2c6dffd9919b35ad77d6fb7b4 in branch master even from upstream
ERROR: Fetcher failure for URL: 
'git://github.com/jthornber/thin-provisioning-tools'. Unable to fetch 
URL from any source.

and looked like the switching branch to main was missing on dunfell branch.

Please advise if this is the right fix.


> 
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> [cherry pick commit 260809cffdaad4fcd42b0977090f2c467a5474ef to dunfell]
> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> ---
>   .../thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb    | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> index 9f89bac22..3f82734ac 100644
> --- a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> +++ b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> @@ -7,7 +7,7 @@ SECTION = "devel"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>   S = "${WORKDIR}/git"
>   
> -SRC_URI = "git://github.com/jthornber/thin-provisioning-tools \
> +SRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main \
>              file://0001-do-not-strip-pdata_tools-at-do_install.patch \
>              file://use-sh-on-path.patch \
>   "
> 

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

* Re: [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main
  2021-03-15 15:45 ` praneeth
@ 2021-03-15 15:48   ` Khem Raj
  2021-03-15 16:16     ` Denys Dmytriyenko
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2021-03-15 15:48 UTC (permalink / raw)
  To: Bajjuri, Praneeth; +Cc: Changqing Li, openembedded-devel, Denys Dmytriyenko

I think yes, this should help dunfell if backported.

On 3/15/21 8:45 AM, Bajjuri, Praneeth wrote:
> 
> 
> On 3/14/2021 8:14 PM, praneeth@ti.com wrote:
>> From: Changqing Li <changqing.li@windriver.com>
> 
> Have observed build errors like the below
> 
> DEBUG: Mirror fetch failure for url 
> git://github.com/jthornber/thin-provisioning-tools;protocol=https 
> (original url: git://github.com/jthornber/thin-provisioning-tools)
> DEBUG: Fetcher failure: Unable to find revision 
> 5e5409f48b5403d2c6dffd9919b35ad77d6fb7b4 in branch master even from 
> upstream
> ERROR: Fetcher failure: Unable to find revision 
> 5e5409f48b5403d2c6dffd9919b35ad77d6fb7b4 in branch master even from 
> upstream
> ERROR: Fetcher failure for URL: 
> 'git://github.com/jthornber/thin-provisioning-tools'. Unable to fetch 
> URL from any source.
> 
> and looked like the switching branch to main was missing on dunfell branch.
> 
> Please advise if this is the right fix.
> 
> 
>>
>> Signed-off-by: Changqing Li <changqing.li@windriver.com>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> [cherry pick commit 260809cffdaad4fcd42b0977090f2c467a5474ef to dunfell]
>> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
>> ---
>>   .../thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb    | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git 
>> a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb 
>> b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb 
>>
>> index 9f89bac22..3f82734ac 100644
>> --- 
>> a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb 
>>
>> +++ 
>> b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb 
>>
>> @@ -7,7 +7,7 @@ SECTION = "devel"
>>   LIC_FILES_CHKSUM = 
>> "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>>   S = "${WORKDIR}/git"
>> -SRC_URI = "git://github.com/jthornber/thin-provisioning-tools \
>> +SRC_URI = 
>> "git://github.com/jthornber/thin-provisioning-tools;branch=main \
>>              file://0001-do-not-strip-pdata_tools-at-do_install.patch \
>>              file://use-sh-on-path.patch \
>>   "
>>

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

* Re: [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main
  2021-03-15 15:48   ` Khem Raj
@ 2021-03-15 16:16     ` Denys Dmytriyenko
  0 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2021-03-15 16:16 UTC (permalink / raw)
  To: Armin Kuster
  Cc: Khem Raj, Bajjuri, Praneeth, Changqing Li, openembedded-devel

Armin,

Could you please merge this backport to dunfell ASAP, as GitHub branch 
renaming broke dunfell builds. Thanks a lot!

-- 
Denys


On Mon, Mar 15, 2021 at 08:48:04AM -0700, Khem Raj wrote:
> I think yes, this should help dunfell if backported.
> 
> On 3/15/21 8:45 AM, Bajjuri, Praneeth wrote:
> >
> >
> >On 3/14/2021 8:14 PM, praneeth@ti.com wrote:
> >>From: Changqing Li <changqing.li@windriver.com>
> >
> >Have observed build errors like the below
> >
> >DEBUG: Mirror fetch failure for url
> >git://github.com/jthornber/thin-provisioning-tools;protocol=https
> >(original url: git://github.com/jthornber/thin-provisioning-tools)
> >DEBUG: Fetcher failure: Unable to find revision
> >5e5409f48b5403d2c6dffd9919b35ad77d6fb7b4 in branch master even
> >from upstream
> >ERROR: Fetcher failure: Unable to find revision
> >5e5409f48b5403d2c6dffd9919b35ad77d6fb7b4 in branch master even
> >from upstream
> >ERROR: Fetcher failure for URL:
> >'git://github.com/jthornber/thin-provisioning-tools'. Unable to
> >fetch URL from any source.
> >
> >and looked like the switching branch to main was missing on dunfell branch.
> >
> >Please advise if this is the right fix.
> >
> >
> >>
> >>Signed-off-by: Changqing Li <changqing.li@windriver.com>
> >>Signed-off-by: Khem Raj <raj.khem@gmail.com>
> >>[cherry pick commit 260809cffdaad4fcd42b0977090f2c467a5474ef to dunfell]
> >>Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> >>---
> >>  .../thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb    | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >>diff --git a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> >>
> >>index 9f89bac22..3f82734ac 100644
> >>--- a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> >>
> >>+++ b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> >>
> >>@@ -7,7 +7,7 @@ SECTION = "devel"
> >>  LIC_FILES_CHKSUM =
> >>"file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> >>  S = "${WORKDIR}/git"
> >>-SRC_URI = "git://github.com/jthornber/thin-provisioning-tools \
> >>+SRC_URI =
> >>"git://github.com/jthornber/thin-provisioning-tools;branch=main
> >>\
> >>             file://0001-do-not-strip-pdata_tools-at-do_install.patch \
> >>             file://use-sh-on-path.patch \
> >>  "
> >>
> 

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

* Re: [oe] [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main
  2021-03-15  1:14 [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main praneeth
  2021-03-15 15:45 ` praneeth
@ 2021-03-16 15:41 ` akuster
  2021-03-16 16:37   ` Khem Raj
  1 sibling, 1 reply; 7+ messages in thread
From: akuster @ 2021-03-16 15:41 UTC (permalink / raw)
  To: praneeth; +Cc: Changqing Li, Khem Raj, openembedded-devel



On 3/14/21 6:14 PM, praneeth via lists.openembedded.org wrote:

ah, the subject messed with my filters. I need to fix that

Khem,

I am going to fast track this to dunfell.

-armin
> From: Changqing Li <changqing.li@windriver.com>
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> [cherry pick commit 260809cffdaad4fcd42b0977090f2c467a5474ef to dunfell]
> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> ---
>  .../thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> index 9f89bac22..3f82734ac 100644
> --- a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> +++ b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> @@ -7,7 +7,7 @@ SECTION = "devel"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>  S = "${WORKDIR}/git"
>  
> -SRC_URI = "git://github.com/jthornber/thin-provisioning-tools \
> +SRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main \
>             file://0001-do-not-strip-pdata_tools-at-do_install.patch \
>             file://use-sh-on-path.patch \
>  "
>
> 
>


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

* Re: [oe] [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main
  2021-03-16 15:41 ` [oe] " akuster
@ 2021-03-16 16:37   ` Khem Raj
  2021-03-16 17:12     ` Denys Dmytriyenko
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2021-03-16 16:37 UTC (permalink / raw)
  To: akuster808; +Cc: Bajjuri, Praneeth, Changqing Li, openembeded-devel

seems fine.

On Tue, Mar 16, 2021 at 8:41 AM akuster808 <akuster808@gmail.com> wrote:
>
>
>
> On 3/14/21 6:14 PM, praneeth via lists.openembedded.org wrote:
>
> ah, the subject messed with my filters. I need to fix that
>
> Khem,
>
> I am going to fast track this to dunfell.
>
> -armin
> > From: Changqing Li <changqing.li@windriver.com>
> >
> > Signed-off-by: Changqing Li <changqing.li@windriver.com>
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > [cherry pick commit 260809cffdaad4fcd42b0977090f2c467a5474ef to dunfell]
> > Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> > ---
> >  .../thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb    | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> > index 9f89bac22..3f82734ac 100644
> > --- a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> > +++ b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> > @@ -7,7 +7,7 @@ SECTION = "devel"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> >  S = "${WORKDIR}/git"
> >
> > -SRC_URI = "git://github.com/jthornber/thin-provisioning-tools \
> > +SRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main \
> >             file://0001-do-not-strip-pdata_tools-at-do_install.patch \
> >             file://use-sh-on-path.patch \
> >  "
> >
> > 
> >
>

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

* Re: [oe] [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main
  2021-03-16 16:37   ` Khem Raj
@ 2021-03-16 17:12     ` Denys Dmytriyenko
  0 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2021-03-16 17:12 UTC (permalink / raw)
  To: Khem Raj; +Cc: akuster808, Bajjuri, Praneeth, Changqing Li, openembeded-devel

Thanks!

On Tue, Mar 16, 2021 at 09:37:55AM -0700, Khem Raj wrote:
> seems fine.
> 
> On Tue, Mar 16, 2021 at 8:41 AM akuster808 <akuster808@gmail.com> wrote:
> >
> >
> >
> > On 3/14/21 6:14 PM, praneeth via lists.openembedded.org wrote:
> >
> > ah, the subject messed with my filters. I need to fix that
> >
> > Khem,
> >
> > I am going to fast track this to dunfell.
> >
> > -armin
> > > From: Changqing Li <changqing.li@windriver.com>
> > >
> > > Signed-off-by: Changqing Li <changqing.li@windriver.com>
> > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > [cherry pick commit 260809cffdaad4fcd42b0977090f2c467a5474ef to dunfell]
> > > Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> > > ---
> > >  .../thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb    | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> > > index 9f89bac22..3f82734ac 100644
> > > --- a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> > > +++ b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb
> > > @@ -7,7 +7,7 @@ SECTION = "devel"
> > >  LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> > >  S = "${WORKDIR}/git"
> > >
> > > -SRC_URI = "git://github.com/jthornber/thin-provisioning-tools \
> > > +SRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main \
> > >             file://0001-do-not-strip-pdata_tools-at-do_install.patch \
> > >             file://use-sh-on-path.patch \
> > >  "
> > >
> > > 
> > >
> >

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

end of thread, other threads:[~2021-03-16 17:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15  1:14 [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main praneeth
2021-03-15 15:45 ` praneeth
2021-03-15 15:48   ` Khem Raj
2021-03-15 16:16     ` Denys Dmytriyenko
2021-03-16 15:41 ` [oe] " akuster
2021-03-16 16:37   ` Khem Raj
2021-03-16 17:12     ` Denys Dmytriyenko

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.