[oe] [PATCH] minimal.conf: inherit devshell task

Víctor Manuel Jáquez Leal vjaquez at igalia.com
Mon Jan 24 14:39:09 UTC 2011


Everybody loves devshell

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez at 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





More information about the Openembedded-devel mailing list