Re: [Xen-devel] [PATCH 7/8] raisin: Rework component specification

2015-04-20 Thread Stefano Stabellini
On Mon, 20 Apr 2015, George Dunlap wrote: > On 04/17/2015 11:40 AM, Stefano Stabellini wrote: > > On Thu, 16 Apr 2015, George Dunlap wrote: > >> Allow COMPONENTS to be specified in the config (or on the command-line) > >> > >> Now you can keep all components enabled in your config but build only >

Re: [Xen-devel] [PATCH 7/8] raisin: Rework component specification

2015-04-20 Thread Stefano Stabellini
On Mon, 20 Apr 2015, George Dunlap wrote: > On 04/17/2015 11:37 AM, Stefano Stabellini wrote: > > On Thu, 16 Apr 2015, George Dunlap wrote: > >> Allow COMPONENTS to be specified in the config (or on the command-line) > >> > >> Now you can keep all components enabled in your config but build only >

Re: [Xen-devel] [PATCH 7/8] raisin: Rework component specification

2015-04-20 Thread George Dunlap
On 04/17/2015 11:40 AM, Stefano Stabellini wrote: > On Thu, 16 Apr 2015, George Dunlap wrote: >> Allow COMPONENTS to be specified in the config (or on the command-line) >> >> Now you can keep all components enabled in your config but build only >> one like so: >> >> COMPONENTS="xen" ./raise build >

Re: [Xen-devel] [PATCH 7/8] raisin: Rework component specification

2015-04-20 Thread George Dunlap
On 04/17/2015 11:37 AM, Stefano Stabellini wrote: > On Thu, 16 Apr 2015, George Dunlap wrote: >> Allow COMPONENTS to be specified in the config (or on the command-line) >> >> Now you can keep all components enabled in your config but build only >> one like so: >> >> COMPONENTS="xen" ./raise build >

Re: [Xen-devel] [PATCH 7/8] raisin: Rework component specification

2015-04-17 Thread Stefano Stabellini
On Thu, 16 Apr 2015, George Dunlap wrote: > Allow COMPONENTS to be specified in the config (or on the command-line) > > Now you can keep all components enabled in your config but build only > one like so: > > COMPONENTS="xen" ./raise build > > Signed-off-by: George Dunlap > --- > CC: Stefano St

Re: [Xen-devel] [PATCH 7/8] raisin: Rework component specification

2015-04-17 Thread Stefano Stabellini
On Thu, 16 Apr 2015, George Dunlap wrote: > Allow COMPONENTS to be specified in the config (or on the command-line) > > Now you can keep all components enabled in your config but build only > one like so: > > COMPONENTS="xen" ./raise build > > Signed-off-by: George Dunlap Good idea, I wanted t

[Xen-devel] [PATCH 7/8] raisin: Rework component specification

2015-04-16 Thread George Dunlap
Allow COMPONENTS to be specified in the config (or on the command-line) Now you can keep all components enabled in your config but build only one like so: COMPONENTS="xen" ./raise build Signed-off-by: George Dunlap --- CC: Stefano Stabellini --- defconfig | 5 + lib/common-