From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C6E63E00524 for ; Sun, 9 Feb 2014 05:27:58 -0800 (PST) Received: by mail-pa0-f44.google.com with SMTP id kq14so5101899pab.3 for ; Sun, 09 Feb 2014 05:27:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=84ZtriUKBCLiSa2bgQ23KM5VCaXv/OQ/z6ffH9VKPWI=; b=DZ6PJGec0fXNNkkJ9A1EGBu+didcZPu4ygfd7dpwmEJMuhn67FJkh1Vdz3VyB0JJyE dqEVuuI0hhW5USSEYKw/2f14pYJ/cMNRTG0sciawL9kYpXf1PG309j9S4vQ+542MfKrj xXsPdRSUsGhD1SvoRB0Us7jRkwf+H09aTIAdcABtqP7Fi/Zn+MZh+JPiQaPqq2mQU24A Qi+FIU4fRw4mh0fJbPKqA3IxlBPHbtkrxfku4aov8UE2jHigMUNQ3XRN6Dpc6Pqj79yF R/yC2vb23nZytn8pjrn8I95ggboviWoHj1nY+Tofdlg+WkjECdqVssymRuNDA5T5MZcl g4bg== X-Gm-Message-State: ALoCoQn2NCKP28FYxC9mbixq9jqZkztJoYClZPCftNPFun8MRR6oIURuzzA0eKBJiq4wKwQp6YDj X-Received: by 10.68.112.164 with SMTP id ir4mr2712287pbb.153.1391952477037; Sun, 09 Feb 2014 05:27:57 -0800 (PST) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id dr1sm32519831pbc.18.2014.02.09.05.27.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 09 Feb 2014 05:27:55 -0800 (PST) Message-ID: <52F78259.50108@boundarydevices.com> Date: Sun, 09 Feb 2014 06:27:53 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: "Patrick K." , meta-freescale@yoctoproject.org References: <52F613C3.7010208@gno.de> In-Reply-To: <52F613C3.7010208@gno.de> Subject: Re: Enabling SystemD X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 13:28:01 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Patrick, On 02/08/2014 04:23 AM, Patrick K. wrote: > Hi there, > > I just wanted to ask if it is normal, that when using a example-image > like "fsl-image-test" with "SystemD" enabled, that I always have > manually modify the kernel to make it booting properly? > > Does anybody has some experience with using "SystemD" as > startup-manager? I disabled sysvinit completely as stated in the > yocto-manual. > > What I need to add in my kernel configuration to make it work is: > > CONFIG_CGROUPS > + > CONFIG_FHANDLE > > Any thoughts about this. Could someone add this as patch, so that I > don't have to add it manually everytime I rebuild an image? > Thanks for the ping on this. If a patch is added, perhaps the remainder of the suggested kernel configuration items should be added though: http://cgit.freedesktop.org/systemd/systemd/tree/README We're testing a set of patches on our kernel to this end, and there don't appear to be any regressions: https://github.com/boundarydevices/linux-imx6/commit/d6cdf387e5ea0af8181e3f74d6a5d4a69da466b6 Regards, Eric