From patchwork Wed Feb 27 13:10:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 223604 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 42B6C2C0089 for ; Thu, 28 Feb 2013 00:10:49 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 25E1C4000C for ; Wed, 27 Feb 2013 14:10:47 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id 608133F989 for ; Wed, 27 Feb 2013 14:10:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=2327; q=dns/txt; s=ironport2; t=1361970645; x=1393506645; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=EyzMfXLkb5nVu/p3r9OvyYRqb4+PSFla4vF7RVWwbsM=; b=MLW3as/P8Mzpn37t2oBtVRxhj/i9QnJ9IGv74lc7hQr70diA/nmUkA5O VzWSHfndq+HLGZP5o85bUP78VDWQLV8BZ7eGaVGlwhxrTWDVkyQyCwF5I 7UxokODHPmG3bNksmi5ew1fgGqN/Nkk+ZiuCCfcVpTpEeh/4+mHYjTS9d g=; X-IronPort-AV: E=Sophos;i="4.84,747,1355094000"; d="scan'208";a="2192239" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 27 Feb 2013 14:10:19 +0100 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.342.3; Wed, 27 Feb 2013 14:10:19 +0100 Received: by localhost (Postfix, from userid 30019) id 8EE6B684418; Wed, 27 Feb 2013 13:10:19 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 0/7] lttng upgrades Date: Wed, 27 Feb 2013 13:10:09 +0000 Message-ID: X-Mailer: git-send-email 1.8.0.3 MIME-Version: 1.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org Different lttng upgrades The following changes since commit 1210b0b7290423f4cbf604d9b92f87eaad8112f8: busybox: Add official fix for ntpd issue in 1.20.2 (2013-02-27 09:40:11 +0100) are available in the git repository at: git://gitorious.org/~kibo/oe-lite/kibos-base lttng http://gitorious.org/~kibo/oe-lite/kibos-base/commits/lttng Kim Bøndergaard (7): lttng-usr: Version 2.1.1 added babeltrace: SRC_URI made version dependant babeltrace: Updated to version 1.03 babeltrace: Version 0.8 removed lttng-ust: Version 2.0.5 removed lttng-tools: Version 2.1.1 added lttng-tools: Version 2.0.4 removed recipes/lttng/babeltrace.inc | 2 +- recipes/lttng/babeltrace_0.8.oe.sig | 1 - .../{babeltrace_0.8.oe => babeltrace_1.0.3.oe} | 0 recipes/lttng/babeltrace_1.0.3.oe.sig | 2 ++ .../lttng-tools-2.0.4/modprobe-short-options.patch | 14 -------------- recipes/lttng/lttng-tools-2.1.1/include-fix.patch | 11 +++++++++++ recipes/lttng/lttng-tools_2.0.4.oe | 16 ---------------- recipes/lttng/lttng-tools_2.0.4.oe.sig | 1 - recipes/lttng/lttng-tools_2.1.1.oe | 21 +++++++++++++++++++++ recipes/lttng/lttng-tools_2.1.1.oe.sig | 1 + recipes/lttng/lttng-ust_2.0.5.oe.sig | 1 - .../{lttng-ust_2.0.5.oe => lttng-ust_2.1.1.oe} | 2 +- recipes/lttng/lttng-ust_2.1.1.oe.sig | 1 + 13 files changed, 38 insertions(+), 35 deletions(-) delete mode 100644 recipes/lttng/babeltrace_0.8.oe.sig rename recipes/lttng/{babeltrace_0.8.oe => babeltrace_1.0.3.oe} (100%) create mode 100644 recipes/lttng/babeltrace_1.0.3.oe.sig delete mode 100644 recipes/lttng/lttng-tools-2.0.4/modprobe-short-options.patch create mode 100644 recipes/lttng/lttng-tools-2.1.1/include-fix.patch delete mode 100644 recipes/lttng/lttng-tools_2.0.4.oe delete mode 100644 recipes/lttng/lttng-tools_2.0.4.oe.sig create mode 100644 recipes/lttng/lttng-tools_2.1.1.oe create mode 100644 recipes/lttng/lttng-tools_2.1.1.oe.sig delete mode 100644 recipes/lttng/lttng-ust_2.0.5.oe.sig rename recipes/lttng/{lttng-ust_2.0.5.oe => lttng-ust_2.1.1.oe} (94%) create mode 100644 recipes/lttng/lttng-ust_2.1.1.oe.sig