All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Upstream recipe for bootchart2 from WebOS (revised)
@ 2014-08-07 20:12 Max Eliaser
  2014-08-07 20:12 ` [PATCH 1/3] python: python-pycairo: add python-pycairo-native Max Eliaser
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Max Eliaser @ 2014-08-07 20:12 UTC (permalink / raw)
  To: openembedded-core

Hello list,

This series adds a recipe for the bootchart2 daemon (a fork of the original
bootchart.) It's based on a recipe from Meta-WebOS, but with extensive
modifications.

It is intended that bootchart2 will supersede the other bootchart daemons
kicking around in oe-core/meta-oe. See bug 5893. [1]

Regards,
-Max Eliaser

[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=5893
The following changes since commit 5452824960e8e77005a25ac11fd069d927523d3e:

  default-distrovars.inc: Remove unused variable 'LIMIT_BUILT_LOCALES' (2014-06-13 13:08:44 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib meliaser/bootchart2-attempt2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=meliaser/bootchart2-attempt2

Max Eliaser (3):
  python: python-pycairo: add python-pycairo-native
  bootchart2: create recipe for bootchart2
  ubootchart: delete ubootchart recipe

 meta-yocto/conf/distro/include/distro_alias.inc    |   1 -
 meta-yocto/conf/distro/include/maintainers.inc     |   1 -
 meta-yocto/conf/distro/include/recipe_color.inc    |   1 -
 .../conf/distro/include/upstream_tracking.inc      |   2 -
 .../bootchart2/bootchart2/bootchartd_stop.sh       |  18 +++
 meta/recipes-devtools/bootchart2/bootchart2_git.bb | 148 +++++++++++++++++++++
 .../python/python-pycairo_1.10.0.bb                |   2 +
 .../ubootchart/files/sysvinit.patch                |  14 --
 .../ubootchart/files/ubootchart-stop               |   3 -
 .../ubootchart/files/ubootchart.desktop            |   6 -
 meta/recipes-devtools/ubootchart/ubootchart_svn.bb |  39 ------
 11 files changed, 168 insertions(+), 67 deletions(-)
 create mode 100644 meta/recipes-devtools/bootchart2/bootchart2/bootchartd_stop.sh
 create mode 100644 meta/recipes-devtools/bootchart2/bootchart2_git.bb
 delete mode 100644 meta/recipes-devtools/ubootchart/files/sysvinit.patch
 delete mode 100644 meta/recipes-devtools/ubootchart/files/ubootchart-stop
 delete mode 100644 meta/recipes-devtools/ubootchart/files/ubootchart.desktop
 delete mode 100644 meta/recipes-devtools/ubootchart/ubootchart_svn.bb

-- 
1.8.3.2



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-07 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-07 20:12 [PATCH 0/3] Upstream recipe for bootchart2 from WebOS (revised) Max Eliaser
2014-08-07 20:12 ` [PATCH 1/3] python: python-pycairo: add python-pycairo-native Max Eliaser
2014-08-07 20:12 ` [PATCH 2/3] bootchart2: create recipe for bootchart2 Max Eliaser
2014-08-07 20:12 ` [PATCH 3/3] ubootchart: delete ubootchart recipe Max Eliaser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.