Re: [OE-core] [PATCH v2] kernel/yocto: fix search for defconfig from src_uri

2020-07-05 Thread Bruce Ashfield
On Sun, Jul 5, 2020 at 10:08 AM Richard Purdie wrote: > > On Fri, 2020-07-03 at 22:51 -0400, Bruce Ashfield wrote: > > On Wed, Jul 1, 2020 at 11:22 AM Bruce Ashfield via > > lists.openembedded.org > > wrote: > > > On Wed, Jul 1, 2020 at 10:58 AM Andrey Zhizhikin < > > > andre...@gmail.com> wrote:

Re: [OE-core] [PATCH v2] kernel/yocto: fix search for defconfig from src_uri

2020-07-05 Thread Richard Purdie
On Fri, 2020-07-03 at 22:51 -0400, Bruce Ashfield wrote: > On Wed, Jul 1, 2020 at 11:22 AM Bruce Ashfield via > lists.openembedded.org > wrote: > > On Wed, Jul 1, 2020 at 10:58 AM Andrey Zhizhikin < > > andre...@gmail.com> wrote: > > > Fetcher provides full paths to defconfig and scc files, which

Re: [OE-core] [PATCH v2] kernel/yocto: fix search for defconfig from src_uri

2020-07-03 Thread Bruce Ashfield
On Wed, Jul 1, 2020 at 11:22 AM Bruce Ashfield via lists.openembedded.org wrote: > > On Wed, Jul 1, 2020 at 10:58 AM Andrey Zhizhikin wrote: > > > > Fetcher provides full paths to defconfig and scc files, which awk > > comparison operator does not catch during construction of > > src_uri_defconfi

Re: [OE-core] [PATCH v2] kernel/yocto: fix search for defconfig from src_uri

2020-07-01 Thread Bruce Ashfield
On Wed, Jul 1, 2020 at 10:58 AM Andrey Zhizhikin wrote: > > Fetcher provides full paths to defconfig and scc files, which awk > comparison operator does not catch during construction of > src_uri_defconfig and sccs_from_src_uri lists. This causes the > src_uri_defconfig variable to come out empty,

[OE-core] [PATCH v2] kernel/yocto: fix search for defconfig from src_uri

2020-07-01 Thread Andrey Zhizhikin
Fetcher provides full paths to defconfig and scc files, which awk comparison operator does not catch during construction of src_uri_defconfig and sccs_from_src_uri lists. This causes the src_uri_defconfig variable to come out empty, and fails further validation if defconfig is only supplied via SRC