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

This patch series improves virtual package management by:

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

Changes v1 -> v2:
  - rebased on master.
  - replaced 'infrastructure' by 'management' as this mechanism does not (yet?)
    provide a "$(eval $(virtual-package))" helper
  - converted code examples to plain sections (suggested by Yann E. Morin).

Best regards,
ELB

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

 docs/manual/adding-packages-virtual.txt  |   99 ++++++++++++++++++++++++++++++
 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, 122 insertions(+), 20 deletions(-)
 create mode 100644 docs/manual/adding-packages-virtual.txt

-- 
1.7.9.5

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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-25 15:45 [Buildroot] [PATCH v2 0/2] improve virtual package management Eric Le Bihan
2014-02-25 15:45 ` [Buildroot] [PATCH v2 1/2] packages: improve dependency check in virtual packages Eric Le Bihan
2014-02-25 16:07   ` Samuel Martin
2014-02-25 20:30   ` Peter Korsgaard
2014-02-25 21:40   ` Yann E. MORIN
2014-02-25 15:45 ` [Buildroot] [PATCH v2 2/2] manual: add virtual package tutorial Eric Le Bihan
2014-02-25 20:01   ` Samuel Martin
2014-02-25 20:38     ` Eric Le Bihan
2014-02-25 22:30   ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox