Re: [oe] RFC: Support for R/W git in bitbake

2012-04-19 Thread Anders Darander
On Wed, Apr 18, 2012 at 08:24, Antonio Ospite osp...@studenti.unina.it wrote: On Wed, 18 Apr 2012 03:34:27 +0200 Ulf Samuelsson openembed...@emagii.com wrote: On 2012-04-18 01:07, Paul Eggleton wrote: On Wednesday 18 April 2012 00:35:29 Ulf Samuelsson wrote: Today bitbake supports read

Re: [oe] RFC: Support for R/W git in bitbake

2012-04-18 Thread Antonio Ospite
On Wed, 18 Apr 2012 03:34:27 +0200 Ulf Samuelsson openembed...@emagii.com wrote: On 2012-04-18 01:07, Paul Eggleton wrote: On Wednesday 18 April 2012 00:35:29 Ulf Samuelsson wrote: Today bitbake supports read only git access in recipes. For various reasons, I would like to be able to do

Re: [oe] RFC: Support for R/W git in bitbake

2012-04-18 Thread Paul Eggleton
On Wednesday 18 April 2012 03:34:27 Ulf Samuelsson wrote: 1. If I am busy working on an application, then it simplifies the development process. I can modify the code in the tree and push. This is mainly for kernel development. 2. If I work on a prerelease of some S/W

Re: [oe] RFC: Support for R/W git in bitbake

2012-04-18 Thread Ulf Samuelsson
On 2012-04-18 09:28, Paul Eggleton wrote: On Wednesday 18 April 2012 03:34:27 Ulf Samuelsson wrote: 1. If I am busy working on an application, then it simplifies the development process. I can modify the code in the tree and push. This is mainly for kernel development. 2. If I work

[oe] RFC: Support for R/W git in bitbake

2012-04-17 Thread Ulf Samuelsson
Today bitbake supports read only git access in recipes. For various reasons, I would like to be able to do recipes which would check out in a read/write mode. I.E: have bitbake do git clone g...@emagii.com:myproject Did a prototype extension to bitbake that assumes the following URI

Re: [oe] RFC: Support for R/W git in bitbake

2012-04-17 Thread Paul Eggleton
On Wednesday 18 April 2012 00:35:29 Ulf Samuelsson wrote: Today bitbake supports read only git access in recipes. For various reasons, I would like to be able to do recipes which would check out in a read/write mode. Could you elaborate on various reasons? Would the new externalsrc bbclass be

Re: [oe] RFC: Support for R/W git in bitbake

2012-04-17 Thread Ulf Samuelsson
On 2012-04-18 01:07, Paul Eggleton wrote: On Wednesday 18 April 2012 00:35:29 Ulf Samuelsson wrote: Today bitbake supports read only git access in recipes. For various reasons, I would like to be able to do recipes which would check out in a read/write mode. Could you elaborate on various