From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F359AE00712 for ; Sat, 8 Feb 2014 03:23:50 -0800 (PST) Received: from mail-in-05-z2.arcor-online.net (mail-in-05-z2.arcor-online.net [151.189.8.17]) by mx.arcor.de (Postfix) with ESMTP id 461BC19883E for ; Sat, 8 Feb 2014 12:23:47 +0100 (CET) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mail-in-05-z2.arcor-online.net (Postfix) with ESMTP id DECA76F3EB4 for ; Sat, 8 Feb 2014 12:23:47 +0100 (CET) X-Greylist: Passed host: 94.219.211.180 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-04.arcor-online.net C91EDAAC78 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gno.de; s=mail-in; t=1391858627; bh=eSbMvuLnhwAWAyRrSE96KxQdoAj9UZdhnBUXNdTXKRo=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=AcYd9IKfe5F2Wnzi2MZGHvAbVI4h5wert3k2fGY4EObcNqibCA6V1Op8oYiFbSBTW BMbTJNkoxcrjCOTBKUGLrN9hpV/wujxnNoWnswmzLOWOSFZtyrWmKHN/YoG8lmNnHA AdIeXRc5zHwRht1bsn58t2mwv8CPeij00cPwtt8A= Received: from [192.168.178.81] (dslb-094-219-211-180.pools.arcor-ip.net [94.219.211.180]) (Authenticated sender: trancefusion@arcor.de) by mail-in-04.arcor-online.net (Postfix) with ESMTPSA id C91EDAAC78 for ; Sat, 8 Feb 2014 12:23:47 +0100 (CET) Message-ID: <52F613C3.7010208@gno.de> Date: Sat, 08 Feb 2014 12:23:47 +0100 From: "Patrick K." User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org X-Mailman-Approved-At: Sat, 08 Feb 2014 04:27:14 -0800 Subject: 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: Sat, 08 Feb 2014 11:23:56 -0000 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 in advance. Kind Regards Patrick