From: Víctor Manuel Jáquez Leal Date: Mon, 24 Jan 2011 22:39:09 +0000 (+0000) Subject: minimal.conf: inherit devshell task X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee0f1b93ec8ad37367ec79c38cdb3504aeca5085;p=openembedded.git minimal.conf: inherit devshell task Everybody loves devshell Signed-off-by: Víctor Manuel Jáquez Leal Acked-by: Michael 'Mickey' Lauer Acked-by: Frans Meulenbroeks --- diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index f495d13427..9c623dc9b5 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 #############################################################################