Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-08 Thread Richard Purdie
On Wed, 2021-12-08 at 09:10 +0100, Alexander Kanavin wrote: > On Wed, 8 Dec 2021 at 08:45, Stefan Herbrechtsmeier > wrote: > > I will update my patch series but need some time to test it locally. The > > devtool test build a lot of recipe on every run because it use a private > > sstate cache.

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-08 Thread Richard Purdie
On Wed, 2021-12-08 at 08:45 +0100, Stefan Herbrechtsmeier wrote: > Hi Richard, > > Am 07.12.2021 um 16:45 schrieb Richard Purdie: > > On Mon, 2021-12-06 at 09:04 +0100, Stefan Herbrechtsmeier wrote: > > > From: Stefan Herbrechtsmeier > > > > > > The commit 'meta/scripts: Manual git url branch

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-08 Thread Stefan Herbrechtsmeier
Am 08.12.2021 um 09:32 schrieb Alexander Kanavin via lists.openembedded.org: I haven't looked at this, but probably the test could be adjusted to first build the needed parts with only the original cache? This needs a rework of the tests because the private sstate cache is set in the test

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-08 Thread Alexander Kanavin
I haven't looked at this, but probably the test could be adjusted to first build the needed parts with only the original cache? Alex On Wed, 8 Dec 2021 at 09:27, Stefan Herbrechtsmeier < stefan.herbrechtsmeier-...@weidmueller.com> wrote: > Am 08.12.2021 um 09:10 schrieb Alexander Kanavin: > >

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-08 Thread Stefan Herbrechtsmeier
Am 08.12.2021 um 09:10 schrieb Alexander Kanavin: On Wed, 8 Dec 2021 at 08:45, Stefan Herbrechtsmeier > wrote: I will update my patch series but need some time to test it locally. The devtool test build a lot of recipe on every run

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-08 Thread Alexander Kanavin
On Wed, 8 Dec 2021 at 08:45, Stefan Herbrechtsmeier < stefan.herbrechtsmeier-...@weidmueller.com> wrote: > I will update my patch series but need some time to test it locally. The > devtool test build a lot of recipe on every run because it use a private > sstate cache. How does the autobuilder

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-07 Thread Stefan Herbrechtsmeier
Hi Richard, Am 07.12.2021 um 16:45 schrieb Richard Purdie: On Mon, 2021-12-06 at 09:04 +0100, Stefan Herbrechtsmeier wrote: From: Stefan Herbrechtsmeier The commit 'meta/scripts: Manual git url branch additions (dc53fe75cc)' sets the branch= parameter too early to master and thereby breaks

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-07 Thread Richard Purdie
On Mon, 2021-12-06 at 09:04 +0100, Stefan Herbrechtsmeier wrote: > From: Stefan Herbrechtsmeier > > The commit 'meta/scripts: Manual git url branch additions (dc53fe75cc)' > sets the branch= parameter too early to master and thereby breaks the > -B/--srcbranch option. > > ERROR: branch=

[OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-06 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier The commit 'meta/scripts: Manual git url branch additions (dc53fe75cc)' sets the branch= parameter too early to master and thereby breaks the -B/--srcbranch option. ERROR: branch= parameter and -B/--srcbranch option cannot both be specified - use one or the other