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 04D1CE00655; Tue, 18 Sep 2012 07:23:13 -0700 (PDT) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 18 Sep 2012 07:23:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,442,1344236400"; d="scan'208";a="194095967" Received: from unknown (HELO [10.255.13.148]) ([10.255.13.148]) by azsmga001.ch.intel.com with ESMTP; 18 Sep 2012 07:23:12 -0700 Message-ID: <1347978192.6185.51.camel@empanada> From: Tom Zanussi To: Mihai Lindner Date: Tue, 18 Sep 2012 09:23:12 -0500 In-Reply-To: <50587DEA.6030508@linux.intel.com> References: <5058675D.9020707@windriver.com> <1347976148.6185.49.camel@empanada> <50587DEA.6030508@linux.intel.com> X-Mailer: Evolution 3.4.1 (3.4.1-2.fc17) Mime-Version: 1.0 Cc: yocto@yoctoproject.org, Darren Hart , Development list for the linux-yocto repositories Subject: Re: [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2012 14:23:14 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2012-09-18 at 16:58 +0300, Mihai Lindner wrote: > On 2012-09-18 16:49, Tom Zanussi wrote: > > On Tue, 2012-09-18 at 08:21 -0400, Bruce Ashfield wrote: > >> On 12-09-18 01:59 AM, Mihai Lindner wrote: > >>> Please pull into linux-yocto-3.0, meta. > >>> > >> > >> Adding linux-yocto, Darren and Tom. > >> > >> This looks fine to me, and we should consider it for all the repositories, > >> not just 3.0. > >> > >> Tom/Darren. Any side effects you can think of for this change ? > >> > > > > No, but shouldn't it already be there, inherited from base.cfg? > > For cedartrail, at least, standard.cfg is used. > And standard inherits from base, so it should be turned on. Somehow it's getting turned off in cedartrail... Tom > --Mihai > > > > > Tom > > > >> Bruce > >> > >>> Added BLK_DEV_INITRD in boot-live.cfg for linux-yocto-3.0, meta branch. > >>> Cedartrail (at least) cannot boot live from ISO image due to > >>> BLK_DEV_INITRD missing: > >>> "VFS: Cannot open root device "ram0" or unkown-block(0,0)" > >>> Should fix #3050 > >>> > >>> [YOCTO #3050] > >>> > >>> Signed-off-by: Mihai Lindner > >>> --- > >>> > >>> The following changes since commit bf5ee4945ee6d748e6abe16356f2357f76b5e2f0: > >>> > >>> meta: rename virto.scc to virtio.scc (2012-08-18 22:09:35 -0400) > >>> > >>> are available in the git repository at: > >>> git://git.yoctoproject.org/poky-contrib mihai/linux-yocto-3.0/meta > >>> > >>> Mihai Lindner (1): > >>> boot-live.cfg: enable BLK_DEV_INITRD in kernel > >>> > >>> meta/cfg/kernel-cache/cfg/boot-live.cfg | 2 ++ > >>> 1 files changed, 2 insertions(+), 0 deletions(-) > >>> > >>> Mihai Lindner (1): > >>> boot-live.cfg: enable BLK_DEV_INITRD in kernel > >>> > >>> meta/cfg/kernel-cache/cfg/boot-live.cfg | 2 ++ > >>> 1 files changed, 2 insertions(+), 0 deletions(-) > >>> > >> > > > > > > > > > >