Re: [OE-core] [PATCH] devtool-source.bbclass: Support kernel fragments not in SRC_URI

2018-08-09 Thread Anuj Mittal
On 08/03/2018 04:55 AM, Alejandro Enedino Hernandez Samaniego wrote: > We can give it a try but do you have a specific example of how it fails > for you? > Because I know theres lots of nested sccs on the yocto kernel cache, but > in that case > it wouldn't be a problem since this bug is

Re: [OE-core] [PATCH] devtool-source.bbclass: Support kernel fragments not in SRC_URI

2018-08-02 Thread Alejandro Enedino Hernandez Samaniego
On 08/02/2018 01:53 AM, Richard Purdie wrote: On Thu, 2018-08-02 at 10:55 +0800, Anuj Mittal wrote: On 08/02/2018 07:30 AM, Alejandro Enedino Hernandez Samaniego wrote: Hey Anuj, On 08/01/2018 04:25 AM, Anuj Mittal wrote: On 07/31/2018 05:21 AM, Jaewon Lee wrote: When using a recipe

Re: [OE-core] [PATCH] devtool-source.bbclass: Support kernel fragments not in SRC_URI

2018-08-02 Thread Richard Purdie
On Thu, 2018-08-02 at 10:55 +0800, Anuj Mittal wrote: > On 08/02/2018 07:30 AM, Alejandro Enedino Hernandez Samaniego wrote: > > Hey Anuj, > > > > > > On 08/01/2018 04:25 AM, Anuj Mittal wrote: > > > On 07/31/2018 05:21 AM, Jaewon Lee wrote: > > > > When using a recipe space kernel-meta, scc

Re: [OE-core] [PATCH] devtool-source.bbclass: Support kernel fragments not in SRC_URI

2018-08-01 Thread Anuj Mittal
On 08/02/2018 07:30 AM, Alejandro Enedino Hernandez Samaniego wrote: > Hey Anuj, > > > On 08/01/2018 04:25 AM, Anuj Mittal wrote: >> On 07/31/2018 05:21 AM, Jaewon Lee wrote: >>> When using a recipe space kernel-meta, scc files are added through >>> SRC_URI, but they may include corresponding

Re: [OE-core] [PATCH] devtool-source.bbclass: Support kernel fragments not in SRC_URI

2018-08-01 Thread Alejandro Enedino Hernandez Samaniego
Hey Anuj, On 08/01/2018 04:25 AM, Anuj Mittal wrote: On 07/31/2018 05:21 AM, Jaewon Lee wrote: When using a recipe space kernel-meta, scc files are added through SRC_URI, but they may include corresponding kernel fragments that are not necessarily in SRC_URI. For bitbake, this is not a

Re: [OE-core] [PATCH] devtool-source.bbclass: Support kernel fragments not in SRC_URI

2018-08-01 Thread Anuj Mittal
On 08/02/2018 08:27 AM, Jaewon Lee wrote: > Hi Anuj, > > Thanks for the reply > That is a good point, will send a v2 that also deals with patches. > Regarding other scc files, according to the kernel dev manual, > "It is only necessary to specify the .scc files on the SRC_URI." > > So from my

Re: [OE-core] [PATCH] devtool-source.bbclass: Support kernel fragments not in SRC_URI

2018-08-01 Thread Anuj Mittal
On 07/31/2018 05:21 AM, Jaewon Lee wrote: > When using a recipe space kernel-meta, scc files are added through > SRC_URI, but they may include corresponding kernel fragments that are > not necessarily in SRC_URI. > > For bitbake, this is not a problem because the kernel-yocto class adds > the

[OE-core] [PATCH] devtool-source.bbclass: Support kernel fragments not in SRC_URI

2018-07-30 Thread Jaewon Lee
When using a recipe space kernel-meta, scc files are added through SRC_URI, but they may include corresponding kernel fragments that are not necessarily in SRC_URI. For bitbake, this is not a problem because the kernel-yocto class adds the path where the .scc file was found to includes which