Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch for-2011.11/pkg-device
@ 2011-09-02 12:08 Maxime Ripard
  2011-09-02 12:08 ` [Buildroot] [PATCH 1/2] Add support for package-declared devices Maxime Ripard
  2011-09-02 12:09 ` [Buildroot] [PATCH 2/2] Convert busybox to the device declaration method Maxime Ripard
  0 siblings, 2 replies; 16+ messages in thread
From: Maxime Ripard @ 2011-09-02 12:08 UTC (permalink / raw)
  To: buildroot

Hello,

Here is a minor set of improvement on how the devices are
declared in buildroot. For now, All the devices to be created
were in two files generic to every compilation. This was fine
for most usage, but was a bit problematic when packages needed
to create files or use specific permissions.

This set of patches are addressing this issue by creating a
new $(PKG)_DEVICES variable, containing the package specific
devices, using the makedevs syntax.

The following changes since commit facd602dcad54df769ac759886f48f248b61e692:

  Update for 2011.08 (2011-08-31 13:44:55 +0200)

are available in the git repository at:
  http://free-electrons.com/~maxime/git/buildroot.git for-2011.11/pkg-device

Maxime Ripard (2):
      Add support for package-declared devices
      Convert busybox to the device declaration method

 Makefile                        |    4 ++++
 fs/common.mk                    |    1 +
 package/Makefile.package.in     |    1 +
 package/busybox/busybox.mk      |    5 +++++
 target/generic/device_table.txt |    2 --
 5 files changed, 11 insertions(+), 2 deletions(-)

Thanks,
-- 
Maxime Ripard

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

end of thread, other threads:[~2011-09-08 11:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-02 12:08 [Buildroot] [pull request] Pull request for branch for-2011.11/pkg-device Maxime Ripard
2011-09-02 12:08 ` [Buildroot] [PATCH 1/2] Add support for package-declared devices Maxime Ripard
2011-09-04 21:36   ` Arnout Vandecappelle
2011-09-05  6:52     ` Thomas Petazzoni
2011-09-05 16:15       ` Maxime Ripard
2011-09-06 16:03         ` Arnout Vandecappelle
2011-09-07  9:21           ` Maxime Ripard
2011-09-07 16:22             ` Arnout Vandecappelle
2011-09-08  8:18               ` Maxime Ripard
2011-09-08  9:00                 ` Arnout Vandecappelle
2011-09-08 10:00                 ` Quotient Remainder
2011-09-08 11:03                   ` Luca Ceresoli
2011-09-08 11:24                     ` Michael S. Zick
2011-09-05  9:11     ` Maxime Ripard
2011-09-05 10:08     ` Michael S. Zick
2011-09-02 12:09 ` [Buildroot] [PATCH 2/2] Convert busybox to the device declaration method Maxime Ripard

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