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 mail.openembedded.org (Postfix) with ESMTP id 8BFBF6D14A for ; Fri, 7 Feb 2014 05:53:57 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id s175rvbT021393 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 6 Feb 2014 21:53:57 -0800 (PST) Received: from [128.224.26.32] (128.224.26.32) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.2.347.0; Thu, 6 Feb 2014 21:53:56 -0800 Message-ID: <52F474F0.3040303@windriver.com> Date: Fri, 7 Feb 2014 13:53:52 +0800 From: Robert Yang 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 , Patches and discussions about the oe-core layer , yocto , "Eggleton, Paul" References: In-Reply-To: Subject: Re: [for-dora] Dora backports 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, 07 Feb 2014 05:53:57 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit Hi Otavio, Thanks, I will add it to dora-next by next Tue since I'm OOO this week. // Robert On 2014年02月03日 23:51, Otavio Salvador wrote: > Hello, > > I am adding OE-Core and Yocto mailing list as destination as this has > fixes for both. > > While setting a build system, in a very clean host installation I > found some issues which were fixed in master and ought to be > backported to Dora: > > meta-yocto: > - 1893d1576c1e7acc9881b3392a838c575019f18d (poky.conf: add Debian 7.2 > to SANITY_TESTED_DISTROS) > - a452c02c880d1840f1150e59eede3f173f067c5f (poky.conf: add Debian 7.3 > to SANITY_TESTED_DISTROS) > > OE-Core: > - 97e1d84e2d1a74791ce6af88ddc27963bc0e1bec (base.bbclass: pull in > file-native for src.rpm) > > Specially the missing 'file' took me some time to figure so it is > horrible to have this error for new users. This could be fixed for > older releases as well (dylan at least). > > Regards, >