From: Lionel Landwerlin <llandwerlin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request] Pull request for branch package-infrastructure
Date: Wed, 16 Dec 2009 07:46:02 +0100 [thread overview]
Message-ID: <1260945962.5150.3.camel@coalu.atr> (raw)
In-Reply-To: <1260913520.14582.4.camel@bender>
Le mardi 15 d?cembre 2009 ? 22:45 +0100, Sven Neumann a ?crit :
> Hi,
>
> On Tue, 2009-12-15 at 20:30 +0100, Thomas Petazzoni wrote:
>
> > This patchset :
> >
> > * implements a new infrastructure to support all type of packages,
> > not only packages relying on the autotools build system. Through
> > the new GENTARGETS macro, implemented in
> > package/Makefile.package.in, we will be able to write simpler .mk
> > files and be able to factorize the common parts of the different
> > .mk files. This infrastructure support building both host and
> > target packages.
> >
> > * rebases the existing autotools infrastructure on top of the new
> > generic infrastructure. This rebasing has no impact on the existing
> > .mk files for autotools packages. With this rebasing, the autotools
> > infrastructure gains the ability to build host packages.
> >
> > * simplifies most (if not all) .mk files of autotools-based packages
> > that required an host version to be compiled (xutil_makedepend,
> > xproto_xproto, pixman, m4, mtd-utils, lzo, libusb, libgtk2, gob2,
> > expat, dbus-glib, shared-mime-info, libxml2, freetype, fontconfig,
> > directfb, dbus, atk, pango, libtool, libglib2, cairo, automake,
> > pkg-config)
> >
> > * bumps the version of autoconf to 2.65 and finally fixes the
> > host-autoconf build problem when sh is symlinked to dash.
> >
> > * converts a few packages to the generic infrastructure (zlib, olsr,
> > udev)
> >
> > * updates and extends the documentation to cover the new
> > infrastructures with examples and reference information
>
> I only had a quick look at your patches, but I think I can already can
> say that this looks wonderful. With these changes, it becomes a lot
> simpler to create and to maintain buildroot packages. Thanks for your
> work on this.
>
>
> Sven
Thanks again for your work Thomas.
I hope thoses patchs will be integrated soon, so we can update most of
the packages for this architecture.
--
Lionel Landwerlin
next prev parent reply other threads:[~2009-12-16 6:46 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-15 19:30 [Buildroot] [pull request] Pull request for branch package-infrastructure Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 01/39] Add generic package infrastructure Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 02/39] Define TARGET_MAKE_ENV similarly to HOST_MAKE_ENV Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 03/39] Rework autotools infrastructure on top of the generic infrastructure Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 04/39] olsr: rework " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 05/39] zlib: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 06/39] Add $(HOST_DIR)/usr/sbin to the PATH Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 07/39] pkg-config: convert to autotools infrastructure for host package Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 08/39] host-pkgconfig is now host-pkg-config Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 09/39] Add package statistics script Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 10/39] autoconf: convert to autotools infrastructure for host package Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 11/39] autoconf: bump version to 2.65 Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 12/39] autoconf: add patch to make it work under dash Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 13/39] automake: convert to autotools infrastructure for host package Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 14/39] cairo: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 15/39] libglib2: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 16/39] libtool: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 17/39] pango: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 18/39] atk: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 19/39] dbus: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 20/39] directfb: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 21/39] fontconfig: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 22/39] freetype: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 23/39] libxml2: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 24/39] shared-mime-info: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 25/39] dbus-glib: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 26/39] expat: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 27/39] gob2: " Thomas Petazzoni
2009-12-15 19:30 ` [Buildroot] [PATCH 28/39] libgtk2: " Thomas Petazzoni
2009-12-15 19:31 ` [Buildroot] [PATCH 29/39] libusb: " Thomas Petazzoni
2009-12-16 15:38 ` Peter Korsgaard
2009-12-15 19:31 ` [Buildroot] [PATCH 30/39] lzo: " Thomas Petazzoni
2009-12-15 19:31 ` [Buildroot] [PATCH 31/39] mtd-utils: fix dependency on " Thomas Petazzoni
2009-12-16 15:39 ` Peter Korsgaard
2009-12-15 19:31 ` [Buildroot] [PATCH 32/39] m4: convert to autotools infrastructure for " Thomas Petazzoni
2009-12-15 19:31 ` [Buildroot] [PATCH 33/39] pixman: " Thomas Petazzoni
2009-12-15 19:31 ` [Buildroot] [PATCH 34/39] xproto_xproto: " Thomas Petazzoni
2009-12-15 19:31 ` [Buildroot] [PATCH 35/39] xutil_makedepend: " Thomas Petazzoni
2009-12-15 19:31 ` [Buildroot] [PATCH 36/39] i2c-tools: convert to the generic package infrastructure Thomas Petazzoni
2009-12-15 19:31 ` [Buildroot] [PATCH 37/39] udev: convert to " Thomas Petazzoni
2009-12-15 19:31 ` [Buildroot] [PATCH 38/39] documentation: update about new package infrastructures Thomas Petazzoni
2009-12-15 19:31 ` [Buildroot] [PATCH 39/39] documentation: slightly improve CSS Thomas Petazzoni
2009-12-16 9:29 ` Paulius Zaleckas
2009-12-15 21:45 ` [Buildroot] [pull request] Pull request for branch package-infrastructure Sven Neumann
2009-12-16 6:46 ` Lionel Landwerlin [this message]
2009-12-16 15:33 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1260945962.5150.3.camel@coalu.atr \
--to=llandwerlin@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox