From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9E734E01370 for ; Tue, 13 Dec 2011 21:22:59 -0800 (PST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id pBE5MvRx020200 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 13 Dec 2011 21:22:57 -0800 (PST) Received: from bruce-ashfields-macbook.local (128.224.22.107) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Tue, 13 Dec 2011 21:22:57 -0800 Message-ID: <4EE832B0.2010103@windriver.com> Date: Wed, 14 Dec 2011 00:22:56 -0500 From: Bruce Ashfield User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.24) Gecko/20111103 Thunderbird/3.1.16 MIME-Version: 1.0 To: Darren Hart References: <4EE7E0B6.5020009@linux.intel.com> <4EE7E298.5030905@windriver.com> <4EE7E31D.5040005@linux.intel.com> In-Reply-To: <4EE7E31D.5040005@linux.intel.com> Cc: Yocto Project Subject: Re: linux-libc-headers 2.6.37 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: Wed, 14 Dec 2011 05:22:59 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 11-12-13 6:43 PM, Darren Hart wrote: > > > On 12/13/2011 03:41 PM, Bruce Ashfield wrote: >> On 11-12-13 6:33 PM, Darren Hart wrote: >>> We currently build at least some MACHINES with 2.6.37 of >>> linux-libc-headers. This can cause problems for newer packages (such as >>> connman) that expect more recent headers (if_alg.h is missing prior to >>> 2.6.39). While the proper fix is to ensure these packages can cope with >>> older headers, for MACHINES shipping 3.0+ kernels, seems to me we should >>> be using the linux-libc-headers matching the kernels. I know this has >>> come up in the past, but I don't recall if we have clearly stated and >>> justified what our policy is here. >> >> They should match were possible. I updated master to have 3.0 and 3.1 >> headers and no longer have .37 as the default. >> >> Where is the 2.6.37 trickling in ? i.e. which boards/branch ? > > This was on fri2 yocto/standard/fri2. What does your: meta/conf/distro/include/tcmode-default.inc have as the default ? It should be LINUXLIBCVERSION ?= "3.1". I'm talking about master for that default. In the release branches it was still back on 2.6.37. Is that being overridden somewhere in meta-intel that would trigger the 2.6.37 (the old default) ? I didn't find anything, but that doesn't mean I didn't miss it. Bruce > >> >> Bruce >> >>> >>> Any thoughts on this? >>> >> >