[oe-commits] Víctor Manuel Jáquez Leal : minimal.conf: inherit devshell task

git version control git at git.openembedded.org
Thu Feb 3 22:36:25 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: ab8127fcec349f68d24b32b854de478512618e25
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ab8127fcec349f68d24b32b854de478512618e25

Author: Víctor Manuel Jáquez Leal <vjaquez at igalia.com>
Date:   Mon Jan 24 22:39:09 2011 +0000

minimal.conf: inherit devshell task

Everybody loves devshell

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez at igalia.com>
Acked-by: Michael 'Mickey' Lauer <mlauer at vanille-media.de>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.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..9c623dc 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
 #############################################################################





More information about the Openembedded-commits mailing list