From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 8470B6EAB6 for ; Fri, 14 Mar 2014 18:57:09 +0000 (UTC) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 14 Mar 2014 11:57:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,656,1389772800"; d="scan'208";a="500092896" Received: from unknown (HELO [10.255.13.124]) ([10.255.13.124]) by orsmga002.jf.intel.com with ESMTP; 14 Mar 2014 11:57:10 -0700 Message-ID: <53235105.4060205@linux.intel.com> Date: Fri, 14 Mar 2014 11:57:09 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Paul Barker , openembedded-core , Paul Eggleton References: In-Reply-To: Subject: Re: [dylan] Backport request X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 18:57:10 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 03/14/2014 11:34 AM, Paul Barker wrote: > I'm stuck using Dylan for a project as I need a 3.2 series kernel. > Building on my current development machine I ran into two failures: > > eglibc-initial, do_configure: Make 4.0 isn't recognised > > This can be fixed by backporting > a678243d6e4add90c1e9459da42de34d3724db5d (already in Dora). > > linux-yocto_3.2: do_patch: Unsupported version of git (1.9.0) > > I fixed this by removing git-native from ASSUME_PROVIDED in > meta/conf/bitbake.conf so that git-native-1.8.1.4 was built and used. > That isn't something we should commit in Dylan but may be useful for > others to know the solution if they run into the same problem. > Can't you use the buildtools tarball? It includes the right version of make and git. Sau! > Thanks, >