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 12591E005B1 for ; Mon, 9 Dec 2013 13:24:16 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by azsmga102.ch.intel.com with ESMTP; 09 Dec 2013 13:24:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,860,1378882800"; d="scan'208";a="441252432" Received: from unknown (HELO [10.255.15.207]) ([10.255.15.207]) by fmsmga001.fm.intel.com with ESMTP; 09 Dec 2013 13:24:15 -0800 Message-ID: <52A634FF.8020705@linux.intel.com> Date: Mon, 09 Dec 2013 13:24:15 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: r10kindsofpeople , Tom Zanussi References: <1386360528.3028.62.camel@empanada> In-Reply-To: Cc: "yocto@yoctoproject.org" Subject: Re: poky-tiny breaks at ncurses and perl (Dylan 9.0.1) X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2013 21:24:17 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/09/2013 11:51 AM, r10kindsofpeople wrote: > On Fri, Dec 6, 2013 at 3:08 PM, Tom Zanussi > wrote: > > On Fri, 2013-12-06 at 14:08 -0500, r10kindsofpeople wrote: > > After some success building my system (crownbay), I'm now trying to > > optimize boot time, so I read up on poky-tiny, created a new > layer and > > am trying to build. I think I've pulled most of my system > changes out > > so that I can at least bitbake core-image-minimal, but I'm still not > > able to get past ncurses config and perl. (ncurses reports autoconf > > errors in widec, perl has undefined references to gcvt, I'm also > > getting complaints about multiple providers for the kernel, etc.) > > > > > > Is poky-tiny still active and tested? What are the odds of this > being > > resolved in Dora versus the odds of running into other migration > > issues? > > > > I haven't tried poky-tiny with dylan, but I have with dora and didn't > run into any build problems - the build errors you're running into > aren't things I've seen either. > > So maybe you can try with dora and see what happens - if you still run > into problems, please provide some more details on your setup. > > > Thanks, Tom...using Dora, I was able to get the basic system to build. > > Adding some features (dhcp-server, for instance) still breaks the build, > but I suspect that's just a consequence of -tiny doing it's thing. > John, that's probably correct, the tiny configuration uses uclibc and if you see bug number 5431 (https://bugzilla.yoctoproject.org/show_bug.cgi?id=5431), there are a number of recipes that will not build correctly with the full uclibc, but that was with a full uclibc, where as the tiny configuration cuts down ulibc to just support the bare minimum. Hope that helps with your efforts. Sau! > John > > > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto >