Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Andrei Gherzan
On Thu, Jun 1, 2017 at 12:23 PM, Paul Barker wrote: > On Thu, Jun 1, 2017 at 8:10 AM, Martin Jansa > wrote: > > And it's not clear from the diff you send, but like linux-yocto-dev.bb > > example above, the recipe needs to be renamed from > linux-raspberrypi_dev.bb > > to linux-raspberrypi-dev.bb

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Paul Barker
On Thu, Jun 1, 2017 at 8:10 AM, Martin Jansa wrote: > And it's not clear from the diff you send, but like linux-yocto-dev.bb > example above, the recipe needs to be renamed from linux-raspberrypi_dev.bb > to linux-raspberrypi-dev.bb to make it different provider. > > On Thu, Jun 1, 2017 at 9:08 AM

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Martin Jansa
And it's not clear from the diff you send, but like linux-yocto-dev.bb example above, the recipe needs to be renamed from linux-raspberrypi_dev.bb to linux-raspberrypi-dev.bb to make it different provider. On Thu, Jun 1, 2017 at 9:08 AM, Martin Jansa wrote: > Yes, Paul approach looks good to me,

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Martin Jansa
Yes, Paul approach looks good to me, I think it was what was suggested in first replies to my SRCREV change and I agree with that, I just haven't had time to send updated patch. Paul if you have the patch ready please send it, thanks!. On Thu, Jun 1, 2017 at 8:10 AM, Paul Barker wrote: > On Thu

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-31 Thread Paul Barker
On Thu, Jun 1, 2017 at 1:17 AM, Khem Raj wrote: > On Wed, May 31, 2017 at 5:00 PM, Andrei Gherzan wrote: >> >> On Tue, May 30, 2017 at 6:29 PM, Khem Raj wrote: >>> >>> On Tue, May 30, 2017 at 10:25 AM, Andre McCurdy >>> wrote: >>> > On Tue, May 30, 2017 at 10:15 AM, Paul Barker >>> > wrote: >>

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-31 Thread Khem Raj
On Wed, May 31, 2017 at 5:00 PM, Andrei Gherzan wrote: > > On Tue, May 30, 2017 at 6:29 PM, Khem Raj wrote: >> >> On Tue, May 30, 2017 at 10:25 AM, Andre McCurdy >> wrote: >> > On Tue, May 30, 2017 at 10:15 AM, Paul Barker >> > wrote: >> >> On 30 May 2017 5:08 p.m., "Khem Raj" wrote: >> >> >>

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-31 Thread Andrei Gherzan
On Tue, May 30, 2017 at 6:29 PM, Khem Raj wrote: > On Tue, May 30, 2017 at 10:25 AM, Andre McCurdy > wrote: > > On Tue, May 30, 2017 at 10:15 AM, Paul Barker > wrote: > >> On 30 May 2017 5:08 p.m., "Khem Raj" wrote: > >> > >> On Tue, May 30, 2017 at 12:57 AM, Martin Jansa > >> wrote: > >>> *

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Khem Raj
On Tue, May 30, 2017 at 10:25 AM, Andre McCurdy wrote: > On Tue, May 30, 2017 at 10:15 AM, Paul Barker wrote: >> On 30 May 2017 5:08 p.m., "Khem Raj" wrote: >> >> On Tue, May 30, 2017 at 12:57 AM, Martin Jansa >> wrote: >>> * use latest revision in rpi-4.11.y branch >>> * using AUTOREV causes b

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Andre McCurdy
On Tue, May 30, 2017 at 10:15 AM, Paul Barker wrote: > On 30 May 2017 5:08 p.m., "Khem Raj" wrote: > > On Tue, May 30, 2017 at 12:57 AM, Martin Jansa > wrote: >> * use latest revision in rpi-4.11.y branch >> * using AUTOREV causes bitbake to run git ls-remote on the github.com >> repository in o

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Paul Barker
On 30 May 2017 5:08 p.m., "Khem Raj" wrote: On Tue, May 30, 2017 at 12:57 AM, Martin Jansa wrote: > * use latest revision in rpi-4.11.y branch > * using AUTOREV causes bitbake to run git ls-remote on the github.com repository in order > to convert AUTOREV to currently latest SRCREV even when y

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Khem Raj
On Tue, May 30, 2017 at 12:57 AM, Martin Jansa wrote: > * use latest revision in rpi-4.11.y branch > * using AUTOREV causes bitbake to run git ls-remote on the github.com > repository in order > to convert AUTOREV to currently latest SRCREV even when you don't use > linux-raspberrypi_dev > a

[yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Martin Jansa
* use latest revision in rpi-4.11.y branch * using AUTOREV causes bitbake to run git ls-remote on the github.com repository in order to convert AUTOREV to currently latest SRCREV even when you don't use linux-raspberrypi_dev at all, just happen to have meta-raspberrypi layer in your bblayers.