Re: [OE-core] [PATCH v2 0/2] Make source code browsable locally - devtool srctree

2017-12-13 Thread Tobias Hagelborn
On 09/05/2017 02:10 PM, Randy MacLeod wrote: On 2017-09-01 08:00 AM, Peter Kjellerstedt wrote: Well, the most common request we've gotten from the developers is that they want to be able to search through all the sources, e.g., to find out where a particular function is used. The tmp directory

Re: [OE-core] [PATCH v2 0/2] Make source code browsable locally - devtool srctree

2017-09-05 Thread Randy MacLeod
On 2017-09-01 08:00 AM, Peter Kjellerstedt wrote: Well, the most common request we've gotten from the developers is that they want to be able to search through all the sources, e.g., to find out where a particular function is used. The tmp directory does not lend itself very well to this, given

Re: [OE-core] [PATCH v2 0/2] Make source code browsable locally - devtool srctree

2017-09-01 Thread Peter Kjellerstedt
lists.openembedded.org> > Subject: Re: [OE-core] [PATCH v2 0/2] Make source code browsable > locally - devtool srctree > > On Wed, Aug 30, 2017 at 11:32 PM, Peter Kjellerstedt > <peter.kjellerst...@axis.com> wrote: > >> > >> Just for reference, I think

Re: [OE-core] [PATCH v2 0/2] Make source code browsable locally - devtool srctree

2017-08-31 Thread Andre McCurdy
On Wed, Aug 30, 2017 at 11:32 PM, Peter Kjellerstedt wrote: >> >> Just for reference, I think you could achieve something quite similar >> with: >> >> bitbake --runall clean ( or rm -rf tmp ) >> bitbake --runall patch > > Yes, but the drawback with this is that

Re: [OE-core] [PATCH v2 0/2] Make source code browsable locally - devtool srctree

2017-08-31 Thread Peter Kjellerstedt
as Hagelborn <tobias.hagelb...@axis.com>; OE Core mailing list > <openembedded-core@lists.openembedded.org> > Subject: Re: [OE-core] [PATCH v2 0/2] Make source code browsable > locally - devtool srctree > > On Wed, Aug 30, 2017 at 2:03 AM, Tobias Hagelborn > <

Re: [OE-core] [PATCH v2 0/2] Make source code browsable locally - devtool srctree

2017-08-30 Thread Andre McCurdy
On Wed, Aug 30, 2017 at 2:03 AM, Tobias Hagelborn wrote: > On 07/07/2017 07:32 AM, Tobias Hagelborn wrote: >> >> UPDATE v2: >> - Rebased on latest Poky >> - Fixed issue with bad paths >> - Dirname based on $PN >> >> In our organization, there is a demand to be able

Re: [OE-core] [PATCH v2 0/2] Make source code browsable locally - devtool srctree

2017-08-30 Thread Tobias Hagelborn
On 07/07/2017 07:32 AM, Tobias Hagelborn wrote: UPDATE v2: - Rebased on latest Poky - Fixed issue with bad paths - Dirname based on $PN In our organization, there is a demand to be able download source code for searching. With the use of sstate-cache this has been challenge. Also, the source

[OE-core] [PATCH v2 0/2] Make source code browsable locally - devtool srctree

2017-07-06 Thread Tobias Hagelborn
UPDATE v2: - Rebased on latest Poky - Fixed issue with bad paths - Dirname based on $PN In our organization, there is a demand to be able download source code for searching. With the use of sstate-cache this has been challenge. Also, the source is not gathered but rather spread in a larger