From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 88DCDE00CCB; Tue, 8 Sep 2015 17:56:15 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.146.13 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 65B34E00B0B for ; Tue, 8 Sep 2015 17:56:10 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id t890u78X019068 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 8 Sep 2015 17:56:07 -0700 (PDT) Received: from server.local (128.224.20.131) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.235.1; Tue, 8 Sep 2015 17:56:07 -0700 To: akuster808 , References: <1441719935-22898-1-git-send-email-bruce.ashfield@windriver.com> <55EF378C.2050902@gmail.com> From: Bruce Ashfield Message-ID: <55EF83A6.7060308@windriver.com> Date: Tue, 8 Sep 2015 20:56:06 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55EF378C.2050902@gmail.com> Cc: poky@yoctoproject.org Subject: Re: [PATCH] bsps: update 3.14 SRCREVs X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 00:56:15 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 2015-09-08 3:31 PM, akuster808 wrote: > Bruce, > > Are these changes (kernel updates) appropriate for Dizzy? They should be fine. They are routine updates, with some fixes for newer gcc versions. The only updates that can't go to older branches are my meta branch SRCREV updates, since the format of them has changed in master. But that's not an issue here, since meta isn't involved. Bruce > > regards, > Armin > > On 09/08/2015 06:45 AM, Bruce Ashfield wrote: >> Updating the 3.14 SRCREVs to ensure that both gcc 4.9.x and gcc 5.x >> produce working images for all reference BSPs. >> >> Signed-off-by: Bruce Ashfield >> --- >> meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend | 10 +++++----- >> 1 file changed, 5 insertions(+), 5 deletions(-) >> >> diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend >> index d1497a8038a4..589ece73c25d 100644 >> --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend >> +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend >> @@ -7,11 +7,11 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" >> KMACHINE_genericx86 ?= "common-pc" >> KMACHINE_genericx86-64 ?= "common-pc-64" >> >> -SRCREV_machine_genericx86 ?= "550f5379bc4b001f656e7c98165606e543d0858c" >> -SRCREV_machine_genericx86-64 ?= "302ca233332fd364ecd028a0cf21b4cdc045e056" >> -SRCREV_machine_edgerouter ?= "302ca233332fd364ecd028a0cf21b4cdc045e056" >> -SRCREV_machine_beaglebone ?= "302ca233332fd364ecd028a0cf21b4cdc045e056" >> -SRCREV_machine_mpc8315e-rdb ?= "fdf979958c000ff805cd17be17310167becd6bb9" >> +SRCREV_machine_genericx86 ?= "af1f7f586bd32d39c057f17606991b887eadb389" >> +SRCREV_machine_genericx86-64 ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" >> +SRCREV_machine_edgerouter ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" >> +SRCREV_machine_beaglebone ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" >> +SRCREV_machine_mpc8315e-rdb ?= "1cb1bbaf63cecc918cf36c89819a7464af4c4b13" >> >> COMPATIBLE_MACHINE_genericx86 = "genericx86" >> COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" >>