From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WVm4a-000518-Bp for ptxdist@pengutronix.de; Thu, 03 Apr 2014 20:09:10 +0200 Received: by mail-wg0-f46.google.com with SMTP id b13so2266200wgh.17 for ; Thu, 03 Apr 2014 11:09:02 -0700 (PDT) From: Alexander Aring Date: Thu, 3 Apr 2014 20:08:53 +0200 Message-Id: <1396548535-18252-1-git-send-email-alex.aring@gmail.com> Subject: [ptxdist] [PATCH v2 0/2] powertop: add new version with new features Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Alexander Aring Hi, this patch removes the old powertop package and add a new one. The current package URL ends in some 404 and moved to another site. The new powertop package use autotools and has some pci support, this is why I also updated the pciutils package with new features for libpci and libkmod things... Also fix a missing depends on !BUSYBOX_POWERTOP in the powertop rules. changes since v2: - squash commit 1 and 2 - change commit msgs of both patches - fix a double hypen in HOST env of pciutils - add PCIUTILS_TOOLS - change BUSYBOX_LSPCI depends on that - Add explicit enable/disable-pci in powertop configure.ac - Add some newlines at end of Kconfig - Add missing reported by for the missing powertop dependency. Alexander Aring (2): pciutils: version bump 3.1.2 -> 3.2.1 powertop: version bump 1.11 -> 2.5 patches/powertop-1.11/add-ldflags.diff | 31 ---------- patches/powertop-1.11/remove-bashism.patch | 37 ------------ patches/powertop-1.11/series | 2 - .../0001-powertop-add-enable-pci-argument.patch | 68 ++++++++++++++++++++++ patches/powertop-2.5/autogen.sh | 1 + patches/powertop-2.5/series | 1 + rules/pciutils.in | 40 ++++++++++--- rules/pciutils.make | 34 ++++++----- rules/powertop.in | 26 ++++++++- rules/powertop.make | 28 ++++----- 10 files changed, 157 insertions(+), 111 deletions(-) delete mode 100644 patches/powertop-1.11/add-ldflags.diff delete mode 100644 patches/powertop-1.11/remove-bashism.patch delete mode 100644 patches/powertop-1.11/series create mode 100644 patches/powertop-2.5/0001-powertop-add-enable-pci-argument.patch create mode 120000 patches/powertop-2.5/autogen.sh create mode 100644 patches/powertop-2.5/series -- 1.9.1 -- ptxdist mailing list ptxdist@pengutronix.de