Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 0/3] improve virtual package management
@ 2014-03-07 13:22 Eric Le Bihan
  2014-03-07 13:22 ` [Buildroot] [PATCH v3 1/3] manual: add virtual package tutorial Eric Le Bihan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Eric Le Bihan @ 2014-03-07 13:22 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 v2 -> v3:
  - rebased on master.
  - removed already converted packages (lua, libegl, ...).
  - converted cryptodev and jpeg (reported by Yann E. Morin).
  - fixed comments on virtual package provider *.mk not being in the correct
    section of tutorial (reported by S. Martin).

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 (3):
  manual: add virtual package tutorial.
  cryptodev: convert to new virtual package management.
  jpeg: convert to new virtual package management.

 docs/manual/adding-packages-virtual.txt |   97 +++++++++++++++++++++++++++++++
 docs/manual/adding-packages.txt         |    2 +
 package/cryptodev/Config.in             |    3 +
 package/cryptodev/cryptodev.mk          |    7 +--
 package/jpeg/Config.in                  |    3 +
 package/jpeg/jpeg.mk                    |    7 +--
 6 files changed, 111 insertions(+), 8 deletions(-)
 create mode 100644 docs/manual/adding-packages-virtual.txt

-- 
1.7.9.5

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

end of thread, other threads:[~2014-03-10 17:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07 13:22 [Buildroot] [PATCH v3 0/3] improve virtual package management Eric Le Bihan
2014-03-07 13:22 ` [Buildroot] [PATCH v3 1/3] manual: add virtual package tutorial Eric Le Bihan
2014-03-07 13:22 ` [Buildroot] [PATCH v3 2/3] cryptodev: convert to new virtual package management Eric Le Bihan
2014-03-07 13:22 ` [Buildroot] [PATCH v3 3/3] jpeg: " Eric Le Bihan
2014-03-07 16:33 ` [Buildroot] [PATCH v3 0/3] improve " Yann E. MORIN
2014-03-10 17:51   ` Eric Le Bihan

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