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 1579562252 for ; Thu, 12 Feb 2015 01:56:34 +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.9/8.14.5) with ESMTP id t1C1uY7C005020 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 11 Feb 2015 17:56:35 -0800 (PST) Received: from pek-hostel-deb02.wrs.com (128.224.153.152) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.174.1; Wed, 11 Feb 2015 17:56:34 -0800 From: Chong Lu To: , Date: Thu, 12 Feb 2015 09:50:21 +0800 Message-ID: X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Subject: [PATCH V5 0/2] bitbake-layers: add a ability to query layer dependencies from layer index 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, 12 Feb 2015 01:56:39 -0000 Content-Type: text/plain Change since V4: Change commit log for two variables. The following changes since commit 35c9fa0588ed8e88b541a6c80cc1517324616cea: maintainers: Update for non-maintained recipes (2015-01-20 21:39:41 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/layerindex http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/layerindex Chong Lu (2): bitbake.conf: Add two variables for layer index bitbake-layers: add a ability to query layer dependencies from layer index bitbake/bin/bitbake-layers | 244 +++++++++++++++++++++++++++++++++++++++++++++ meta/conf/bitbake.conf | 6 ++ 2 files changed, 250 insertions(+) -- 1.9.1