All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] improve virtual package infra
@ 2014-02-24  9:50 Eric Le Bihan
  2014-02-24  9:50 ` [Buildroot] [PATCH 1/2] infra: improve dependency check in virtual packages Eric Le Bihan
  2014-02-24  9:50 ` [Buildroot] [PATCH 2/2] manual: add virtual package tutorial Eric Le Bihan
  0 siblings, 2 replies; 11+ messages in thread
From: Eric Le Bihan @ 2014-02-24  9:50 UTC (permalink / raw)
  To: buildroot

This patch series, intended for the -next branch, improves virtual package
infrastructure by:

- using make control functions in dependency check.
- adding a tutorial to the user manual.

Best regards,
ELB

Eric Le Bihan (2):
  infra: improve dependency check in virtual packages.
  manual: add virtual package tutorial.

 docs/manual/adding-packages-virtual.txt  |  102 ++++++++++++++++++++++++++++++
 docs/manual/adding-packages.txt          |    2 +
 package/luainterpreter/luainterpreter.mk |    6 ++
 package/opengl/libegl/libegl.mk          |    7 +-
 package/opengl/libgles/libgles.mk        |    7 +-
 package/opengl/libopenmax/libopenmax.mk  |    7 +-
 package/opengl/libopenvg/libopenvg.mk    |    7 +-
 package/powervr/powervr.mk               |    7 +-
 8 files changed, 125 insertions(+), 20 deletions(-)
 create mode 100644 docs/manual/adding-packages-virtual.txt

--
1.7.9.5

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

end of thread, other threads:[~2014-02-25 20:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-24  9:50 [Buildroot] [PATCH 0/2] improve virtual package infra Eric Le Bihan
2014-02-24  9:50 ` [Buildroot] [PATCH 1/2] infra: improve dependency check in virtual packages Eric Le Bihan
2014-02-24 18:29   ` Yann E. MORIN
2014-02-24 18:58     ` Mike Zick
2014-02-24 21:18     ` Thomas De Schampheleire
2014-02-25 12:04     ` Eric Le Bihan
2014-02-25 20:54       ` Arnout Vandecappelle
2014-02-24  9:50 ` [Buildroot] [PATCH 2/2] manual: add virtual package tutorial Eric Le Bihan
2014-02-24 19:01   ` Yann E. MORIN
2014-02-25 14:07     ` Eric Le Bihan
2014-02-25 20:58     ` Arnout Vandecappelle

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.