From patchwork Sun Apr 15 19:17:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 152689 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id B5AAFB6FC9 for ; Mon, 16 Apr 2012 05:19:10 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 28BA110148D; Sun, 15 Apr 2012 19:19:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9y1qDYZpBxpr; Sun, 15 Apr 2012 19:19:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 48155100F41; Sun, 15 Apr 2012 19:19:05 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9F7F68F753 for ; Sun, 15 Apr 2012 19:19:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9527F82601 for ; Sun, 15 Apr 2012 19:19:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DIUF1ivRG-fm for ; Sun, 15 Apr 2012 19:19:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5FA79805F8 for ; Sun, 15 Apr 2012 19:19:02 +0000 (UTC) Received: by werf13 with SMTP id f13so3942296wer.16 for ; Sun, 15 Apr 2012 12:19:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=K61HuHJr3JKZJ/vqpMrb3EKr7yzmRhxaV4/bLcg9YtI=; b=uJlyZW1YtM4qTjcY32wm/htzj5L5Z4XKH5pU8UvjdU1qcwyORVU3ly0WW3x8q4FJ2C BBFCjjQ0kTQlFFJTCcZ7oaRqyxdyDviTV9RMqUCFyzWyXU5odl4ybyrjF7VnYeLyeyEW fSGuCKPgIrcwZ39LIIU1zp4CYcYkBM3ETNB5RpthpEuWLcT+g9rn2Mqi6t4lrsJxDPZW ++L2utdjkljfer9/BB8d4C+ZUR6rpcQX1UPA+eZTTm9CvNK0qqTkKh+q79dHyqsOIOyU XLNIFnPc99/wfMppRP+eKWkjBZdv82VhegOO19HQcFoRzOi8mxYhsAeSYG/E9CGBOdGw OaUA== Received: by 10.180.102.101 with SMTP id fn5mr12489577wib.6.1334517540401; Sun, 15 Apr 2012 12:19:00 -0700 (PDT) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id fz9sm14326241wib.3.2012.04.15.12.18.58 (version=SSLv3 cipher=OTHER); Sun, 15 Apr 2012 12:18:59 -0700 (PDT) From: Samuel Martin To: buildroot@busybox.net Date: Sun, 15 Apr 2012 21:17:55 +0200 Message-Id: <1334517476-15258-2-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1334517476-15258-1-git-send-email-s.martin49@gmail.com> References: <1334517476-15258-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 2/3] lttng-modules: bump to version 2.0.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Samuel Martin --- package/lttng-modules/lttng-modules.mk | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package/lttng-modules/lttng-modules.mk b/package/lttng-modules/lttng-modules.mk index 1820c8f..df5fecc 100644 --- a/package/lttng-modules/lttng-modules.mk +++ b/package/lttng-modules/lttng-modules.mk @@ -1,5 +1,10 @@ -LTTNG_MODULES_VERSION = 2.0-pre11 -LTTNG_MODULES_SITE = http://lttng.org/files/bundles/20111214/ +############################################################# +# +# LTTng-modules: the kernel modules (requires at least Linux 2.6.38) +# +############################################################# +LTTNG_MODULES_VERSION = 2.0.1 +LTTNG_MODULES_SITE = http://lttng.org/files/lttng-modules/ LTTNG_MODULES_SOURCE = lttng-modules-$(LTTNG_MODULES_VERSION).tar.bz2 LTTNG_MODULES_DEPENDENCIES = linux