From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QRSwW-0005Ww-QW for bitbake-devel@lists.openembedded.org; Tue, 31 May 2011 19:41:25 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 31 May 2011 10:37:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,298,1304319600"; d="scan'208";a="7348998" Received: from unknown (HELO helios.amr.corp.intel.com) ([10.255.13.104]) by orsmga001.jf.intel.com with ESMTP; 31 May 2011 10:36:39 -0700 From: Paul Eggleton To: bitbake-devel@lists.openembedded.org Date: Tue, 31 May 2011 18:36:28 +0100 Message-Id: X-Mailer: git-send-email 1.7.4.1 Subject: [PATCH 0/1] bitbake: use layer priority when applying bbappends X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 17:41:25 -0000 The following changes since commit 52295fa3deef3b0374b99829626d524cefae6001: Improve handling of 'all' architecture recipes and their interaction with sstate (2011-05-31 13:07:00 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib paule/bbfile-sort http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=paule/bbfile-sort Paul Eggleton (1): bitbake: use layer priority when applying bbappends bitbake/lib/bb/cooker.py | 24 ++++++++++++++---------- 1 files changed, 14 insertions(+), 10 deletions(-) -- 1.7.4.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx1.pokylinux.org (Postfix) with ESMTP id 9F6C64C80191 for ; Tue, 31 May 2011 12:36:59 -0500 (CDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 31 May 2011 10:36:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,298,1304319600"; d="scan'208";a="9928644" Received: from unknown (HELO helios.amr.corp.intel.com) ([10.255.13.104]) by fmsmga002.fm.intel.com with ESMTP; 31 May 2011 10:36:58 -0700 From: Paul Eggleton To: poky@yoctoproject.org Date: Tue, 31 May 2011 18:36:54 +0100 Message-Id: X-Mailer: git-send-email 1.7.4.1 Subject: [PATCH 0/1] bitbake: use layer priority when applying bbappends X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 17:36:59 -0000 The following changes since commit 52295fa3deef3b0374b99829626d524cefae6001: Improve handling of 'all' architecture recipes and their interaction with sstate (2011-05-31 13:07:00 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib paule/bbfile-sort http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=paule/bbfile-sort Paul Eggleton (1): bitbake: use layer priority when applying bbappends bitbake/lib/bb/cooker.py | 24 ++++++++++++++---------- 1 files changed, 14 insertions(+), 10 deletions(-) -- 1.7.4.1