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 1E7F9764BA for ; Thu, 13 Aug 2015 07:08:48 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.1/8.15.1) with ESMTPS id t7D78mnF027414 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 13 Aug 2015 00:08:49 -0700 (PDT) Received: from ala-blade48.wrs.com (147.11.105.68) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.235.1; Thu, 13 Aug 2015 00:08:48 -0700 From: Robert Yang To: Date: Thu, 13 Aug 2015 00:08:47 -0700 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Subject: [PATCH 0/1] fetch2/git.py: fix _latest_revision for local PREMIRROR X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2015 07:08:49 -0000 Content-Type: text/plain The following changes since commit 64da20b8555350e1b0d761c36499532e83ca9827: multilib_global.bbclass: fix PREFERRED_VERSION for cross-canadian (2015-08-12 23:51:13 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/auto http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/auto Robert Yang (1): fetch2/git.py: fix _latest_revision for local PREMIRROR bitbake/lib/bb/fetch2/git.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -- 1.7.9.5 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 4BAE473231 for ; Thu, 13 Aug 2015 07:08:45 +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.15.1/8.15.1) with ESMTPS id t7D78fHi021960 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 13 Aug 2015 00:08:45 -0700 (PDT) Received: from ala-blade48.wrs.com (147.11.105.68) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.235.1; Thu, 13 Aug 2015 00:08:41 -0700 From: Robert Yang To: Date: Thu, 13 Aug 2015 00:08:40 -0700 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Subject: [PATCH 0/1] fetch2/git.py: fix _latest_revision for local PREMIRROR 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: Thu, 13 Aug 2015 07:08:46 -0000 Content-Type: text/plain The following changes since commit 64da20b8555350e1b0d761c36499532e83ca9827: multilib_global.bbclass: fix PREFERRED_VERSION for cross-canadian (2015-08-12 23:51:13 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/auto http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/auto Robert Yang (1): fetch2/git.py: fix _latest_revision for local PREMIRROR bitbake/lib/bb/fetch2/git.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -- 1.7.9.5