lp:~canonical-hwe-team/powertop/packaging

Created by Anthony Wong and last modified
Get this branch:
bzr branch lp:~canonical-hwe-team/powertop/packaging
Members of Canonical Hardware Enablement can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Canonical Hardware Enablement
Project:
powertop
Status:
Abandoned

Recent revisions

890. By Anthony Wong

Adds 2 version-* files that are generated from powertop's git by
running scripts/version.

889. By Nivedita Swaminathan <email address hidden>

Additional comments added for clarity

Additional comments about the platform code-names
for better clarity.

Signed-off-by: Nivedita Swaminathan <email address hidden>

888. By Joe Konno

Enable Intel KBL support

This patch enables support for KBL

Signed-off-by: Joe Konno <email address hidden>

887. By Nivedita Swaminathan <email address hidden>

Enabling Intel BXT support

This patch enables support for BXT-P

Signed-off-by:Nivedita Swaminathan <email address hidden>

886. By Paul Menzel <email address hidden>

cpu: Add space after comma

Fix up commit ab7108a6 (Fixed some potentially unterminated strings) by
adding a space after the comma.

Signed-off-by: Paul Menzel <email address hidden>

885. By Ondřej Lysoněk <email address hidden>

Fixed a dangling pointer

Acked-by: Joe Konno <email address hidden>

884. By Ondřej Lysoněk <email address hidden>

Fixed some potentially unterminated strings

Acked-by: Joe Konno <email address hidden>

883. By Joe Konno

Doxyfile.in: add doxygen support

To assist PowerTOP developers, adding a Doxyfile for generating
developer documentation with Doxygen and Graphviz.

The Doxyfile will only generate HTML documentation by default, and it
will land in doc/html. Git will ignore both the autoconf-generated
Doxyfile and doc/html.

It makes no sense to bundle the Doxygen-generated documentation with
'make dist', so I didn't add support for it. It is intended solely for
PowerTOP developers, so I discourage distributions from including it in
their packages.

Signed-off-by: Joe Konno <email address hidden>

882. By Joe Konno

search/replace POWERTOP_VERSION and SHORT_VERSION

Across the codebase, do the following replacements:
  POWERTOP_VERSION becomes PACKAGE_VERSION
  SHORT_VERSION becomes PACKAGE_SHORT_VERSION

PACKAGE_VERSION now contains a git describe string, and
PACKAGE_SHORT_VERSION will contain an abbreviated describe string for
use in the ncurses UI.

v2: no change from v1

Signed-off-by: Joe Konno <email address hidden>

881. By Joe Konno

configure.ac: version strings from git describe

There are two version strings we need during runtime: a long version
(for reports and --version), and a short version for the ncurses UI. Use
a utility script to generate those strings (version-long and
version-short) which will be cat'ed by configure and bundled when 'make
dist' is run.

Note: the version script will only run correctly within a clone of the
PowerTOP git repository. Consumers of a tarball, generated by 'make
dist', should not run autogen.sh or the version script. All necessary
configuration or build artifacts will be included in the tarball.

v2 (Magnus): Changed commit message to include note about intended
execution of the version script (and, by extension, autogen.sh).

Signed-off-by: Joe Konno <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.