From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 26724E00575 for ; Sun, 9 Feb 2014 07:22:45 -0800 (PST) Received: by mail-pd0-f169.google.com with SMTP id v10so5102943pde.28 for ; Sun, 09 Feb 2014 07:22:45 -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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=zhKknkWSa78rn5VAeqYQVqL/+98d4TE1f8n7+8sGWuc=; b=eugaUsbo15VEWp8NWg/QgT/3vX8rgpglJkmwlB7T4hU/wEOveEws/vipj6drsgyVgQ seMbw8Nlyz4PKhyh8rH8FI3cTuLtdyM0qtbVcDJadrcJOsrLIKXMk5Rz2+qjmAW+lczp C6pNadFtuWQCC3GXf2Rn1rEzzOOAfgzZZslh4k/dSmpmyJndSP15I4YMVjA9vsQD2SFF wO7JeS5eAbsKkDtbVizV//Oe9qkfZzBPx/mwe3SMg1TQl3fCN/e5qMb8FXqYZnJq+btP ZpLBYjdBNa9MT0Q403gKQKwhsFtxu4ZJDw4B/vFflaNYphNlnZ9xjH6foFYsCX1DBoZH NiFA== X-Gm-Message-State: ALoCoQll6SYDWaLDVkRzAkS4AZ2okZo4alQOwiIaTzmydmohz6+kNyAPgXyCBMv1nh8HPbtmp70M X-Received: by 10.68.136.162 with SMTP id qb2mr32519640pbb.88.1391959365364; Sun, 09 Feb 2014 07:22:45 -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 it4sm33287679pbc.39.2014.02.09.07.22.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 09 Feb 2014 07:22:44 -0800 (PST) Message-ID: <52F79D41.4000802@boundarydevices.com> Date: Sun, 09 Feb 2014 08:22:41 -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: Otavio Salvador References: <52F613C3.7010208@gno.de> <52F78259.50108@boundarydevices.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" , "Patrick K." 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 15:22:48 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 02/09/2014 06:57 AM, Otavio Salvador wrote: > Hello Eric, > > On Sun, Feb 9, 2014 at 11:27 AM, Eric Nelson > wrote: >> ... >> >> 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 > > From our experience with customers we had no problems with 3.0.35 and > 3.10 kernels with systemd. We known problems with 2.6.35.3 (used by > MX28 e MX53) about instability and it fails badly to boot from time to > time (kernel oops). I think this is safe to include. > Thanks Otavio.