From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 3A5736B205 for ; Wed, 17 Jul 2013 17:54:02 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id r6HHs3pt006648 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 17 Jul 2013 10:54:03 -0700 (PDT) Received: from yow-bashfiel-d3.corp.ad.wrs.com (128.224.130.143) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.2.342.3; Wed, 17 Jul 2013 10:54:02 -0700 From: Bruce Ashfield To: Date: Wed, 17 Jul 2013 13:53:57 -0400 Message-ID: X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 Subject: [PATCH 0/2] linux-yocto: mips changes 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: Wed, 17 Jul 2013 17:54:03 -0000 Content-Type: text/plain This 2 patch series fixes gcc 4.8 compilation of mips in the 3.4 kernel, and corrects a mistake I made when updating the 3.8 kernel that inadvertently dropped the qemumips64 SRCREV. Cheers, Bruce The following changes since commit fd9d1042d2984aadaf59178648f0484c98250237: linux-yocto/3.8: update META srcrev (2013-07-17 13:00:19 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (2): linux-yocto/3.4: mips: fix gcc 4.8 compilation linux-yocto/3.8: restore qemumips64 SRCREV meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_3.4.bb | 12 ++++++------ meta/recipes-kernel/linux/linux-yocto_3.8.bb | 1 + 4 files changed, 10 insertions(+), 9 deletions(-) -- 1.7.10.4