All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] Support for the Freescale frame manager utility.
@ 2014-06-10 15:02 Matt Weber
  2014-06-10 15:02 ` [Buildroot] [PATCH 1/3] fmlib: new package Matt Weber
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Matt Weber @ 2014-06-10 15:02 UTC (permalink / raw)
  To: buildroot

The fmc package builds the actual command line tool.  With the fmlib
package used for common functions/headers and the tclap package
used to aid parsing of command line arguments.

The initial version was selected as the latest stable FSL SDK release (v1.5).

The fmc tool does add a configuration folder (/etc/fmc/) but makes an assumption
that any configuration files are user provided as they change based on platform
use cases.

Matt Weber (3):
  fmlib: new package
  tclap: new package
  fmc: new package

 package/Config.in       |    3 +++
 package/fmc/Config.in   |   14 ++++++++++++++
 package/fmc/fmc.mk      |   32 ++++++++++++++++++++++++++++++++
 package/fmlib/Config.in |    9 +++++++++
 package/fmlib/fmlib.mk  |   34 ++++++++++++++++++++++++++++++++++
 package/tclap/Config.in |   12 ++++++++++++
 package/tclap/tclap.mk  |   16 ++++++++++++++++
 7 files changed, 120 insertions(+)
 create mode 100644 package/fmc/Config.in
 create mode 100644 package/fmc/fmc.mk
 create mode 100644 package/fmlib/Config.in
 create mode 100644 package/fmlib/fmlib.mk
 create mode 100644 package/tclap/Config.in
 create mode 100644 package/tclap/tclap.mk

-- 
1.7.9.5

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

end of thread, other threads:[~2014-06-11  2:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-10 15:02 [Buildroot] [PATCH 0/3] Support for the Freescale frame manager utility Matt Weber
2014-06-10 15:02 ` [Buildroot] [PATCH 1/3] fmlib: new package Matt Weber
2014-06-10 20:01   ` Thomas Petazzoni
2014-06-11  2:06     ` Matthew Weber
2014-06-10 15:02 ` [Buildroot] [PATCH 2/3] tclap: " Matt Weber
2014-06-10 20:11   ` Thomas Petazzoni
2014-06-11  2:03     ` Matthew Weber
2014-06-10 15:02 ` [Buildroot] [PATCH 3/3] fmc: " Matt Weber
2014-06-10 20:21   ` Thomas Petazzoni
2014-06-11  2:00     ` Matthew Weber

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.