From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D7688E01304 for ; Tue, 22 Jan 2013 15:05:46 -0800 (PST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 22 Jan 2013 15:05:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,517,1355126400"; d="scan'208";a="247216089" Received: from unknown (HELO envy.home) ([10.255.15.29]) by azsmga001.ch.intel.com with ESMTP; 22 Jan 2013 15:05:45 -0800 Message-ID: <50FF1B49.5020205@linux.intel.com> Date: Tue, 22 Jan 2013 15:05:45 -0800 From: Darren Hart User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Richard Purdie References: <1358868589-2359-1-git-send-email-radu.moisan@intel.com> <1358874090.6356.10.camel@ted> In-Reply-To: <1358874090.6356.10.camel@ted> X-Enigmail-Version: 1.5 Cc: poky@yoctoproject.org Subject: Re: [PATCH] local.conf.sample: Add DISTRO_FEATURES_INITMAN X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 23:05:47 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 01/22/2013 09:01 AM, Richard Purdie wrote: > On Tue, 2013-01-22 at 17:29 +0200, Radu Moisan wrote: >> Default option is sysvinit >> >> Signed-off-by: Radu Moisan >> --- >> meta-yocto/conf/local.conf.sample | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample >> index 200b4af..273e0eb 100644 >> --- a/meta-yocto/conf/local.conf.sample >> +++ b/meta-yocto/conf/local.conf.sample >> @@ -243,3 +243,6 @@ BB_DISKMON_DIRS = "\ >> # track the version of this file when it was generated. This can safely be ignored if >> # this doesn't mean anything to you. >> CONF_VERSION = "1" >> + >> +# set default init manager: sysvinit or systemd >> +DISTRO_FEATURES_INITMAN ?= "sysvinit" Is tiny-init also an appropriate value here? How does this differ from VIRTUAL_RUNTIME_init_manager? -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel