All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] minimal.conf: inherit devshell task
@ 2011-01-24 14:39 Víctor Manuel Jáquez Leal
  2011-01-25 14:58 ` Dr. Michael Lauer
  0 siblings, 1 reply; 3+ messages in thread
From: Víctor Manuel Jáquez Leal @ 2011-01-24 14:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Michael 'Mickey' Lauer

Everybody loves devshell

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
---
 conf/distro/minimal.conf |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index f495d13..11525b9 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -104,6 +104,9 @@ QA_LOG = "1"
 #run QA tests on recipes
 INHERIT += "recipe_sanity"
 
+#make devshell available as task
+INHERIT += "devshell" 
+
 #############################################################################
 # PREFERRED VERSIONS
 #############################################################################
-- 
1.7.0.2




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] minimal.conf: inherit devshell task
  2011-01-24 14:39 [PATCH] minimal.conf: inherit devshell task Víctor Manuel Jáquez Leal
@ 2011-01-25 14:58 ` Dr. Michael Lauer
  2011-01-25 19:55   ` Frans Meulenbroeks
  0 siblings, 1 reply; 3+ messages in thread
From: Dr. Michael Lauer @ 2011-01-25 14:58 UTC (permalink / raw)
  To: Víctor Manuel Jáquez Leal; +Cc: openembedded-devel

Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>

Am 24.01.2011 um 15:39 schrieb Víctor Manuel Jáquez Leal:

> Everybody loves devshell
> 
> Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
> ---
> conf/distro/minimal.conf |    3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
> index f495d13..11525b9 100644
> --- a/conf/distro/minimal.conf
> +++ b/conf/distro/minimal.conf
> @@ -104,6 +104,9 @@ QA_LOG = "1"
> #run QA tests on recipes
> INHERIT += "recipe_sanity"
> 
> +#make devshell available as task
> +INHERIT += "devshell" 
> +
> #############################################################################
> # PREFERRED VERSIONS
> #############################################################################
> -- 
> 1.7.0.2
> 




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] minimal.conf: inherit devshell task
  2011-01-25 14:58 ` Dr. Michael Lauer
@ 2011-01-25 19:55   ` Frans Meulenbroeks
  0 siblings, 0 replies; 3+ messages in thread
From: Frans Meulenbroeks @ 2011-01-25 19:55 UTC (permalink / raw)
  To: Dr. Michael Lauer, openembedded-devel

2011/1/25 Dr. Michael Lauer <mickey@vanille-media.de>:
> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>

Acked, pushed & updated patchwork.

Victor, thanks for the contribution.
>
> Am 24.01.2011 um 15:39 schrieb Víctor Manuel Jáquez Leal:
>
>> Everybody loves devshell
>>
>> Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
>> ---
>> conf/distro/minimal.conf |    3 +++
>> 1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
>> index f495d13..11525b9 100644
>> --- a/conf/distro/minimal.conf
>> +++ b/conf/distro/minimal.conf
>> @@ -104,6 +104,9 @@ QA_LOG = "1"
>> #run QA tests on recipes
>> INHERIT += "recipe_sanity"
>>
>> +#make devshell available as task
>> +INHERIT += "devshell"
>> +
>> #############################################################################
>> # PREFERRED VERSIONS
>> #############################################################################
>> --
>> 1.7.0.2
>>
>
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-25 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-24 14:39 [PATCH] minimal.conf: inherit devshell task Víctor Manuel Jáquez Leal
2011-01-25 14:58 ` Dr. Michael Lauer
2011-01-25 19:55   ` Frans Meulenbroeks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.