From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by mail.openembedded.org (Postfix) with ESMTP id CC42A605F2 for ; Mon, 16 Sep 2013 13:32:43 +0000 (UTC) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 16 Sep 2013 06:32:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.90,915,1371106800"; d="scan'208";a="361127892" Received: from adamian-desktop.isw.intel.com ([10.237.224.35]) by azsmga001.ch.intel.com with ESMTP; 16 Sep 2013 06:32:43 -0700 Received: by adamian-desktop.isw.intel.com (Postfix, from userid 1000) id 72C4256045D; Mon, 16 Sep 2013 14:32:44 +0100 (BST) From: Alex DAMIAN To: bitbake-devel@lists.openembedded.org, richard.purdie@linuxfoundation.org Date: Mon, 16 Sep 2013 14:32:42 +0100 Message-Id: X-Mailer: git-send-email 1.8.1.2 Cc: Alexandru DAMIAN Subject: [PATCH v3 0/7] webhob related changes in bitbake, version 3 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: Mon, 16 Sep 2013 13:32:44 -0000 From: Alexandru DAMIAN I'm sending in version 3 of the patches that bring in changes that prepare bitbake for supporting WebHob-related tasks. The changes focus on improving and standardizing the information sent through the event system, and cleaning up code in bitbake. The following changes since commit 5fca4d286eec240ad57d90defa43cd0ff24f88ed: linux-yocto/3.10: genericx86 meta data factoring (2013-09-14 08:36:26 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib adamian/bitbake-core-changes-1609-2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/bitbake-core-changes-1602-2 Alexandru DAMIAN (7): bitbake: cooker: clean up code and avoid duplication bitbake: event: send the task dependency tree to UI bitbake: runqueue: add runQueueTaskSkipped event bitbake: cooker: add extra recipe information bitbake: cooker, command: add a command to return global data bitbake: event: adding events to allow bbclasses to push custom info bitbake: runqueue: add task hash to Queue events bitbake/lib/bb/build.py | 3 ++ bitbake/lib/bb/command.py | 8 +++++ bitbake/lib/bb/cooker.py | 79 +++++++++++++++++++++++++++++---------------- bitbake/lib/bb/event.py | 16 +++++++++ bitbake/lib/bb/runqueue.py | 35 ++++++++++++++++++-- bitbake/lib/bb/ui/knotty.py | 5 +++ 6 files changed, 115 insertions(+), 31 deletions(-) -- 1.8.1.2