summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-26scripts/setlocalversion: Renamed 'git-svn' to 'git svn'Peter Korsgaard
Git 1.6.x+ got rid of git-<subcommand> in the normal path. Signed-off-by: Michael Roth <mroth@nessie.de>
2009-03-26package/mtd: don't enable rarely used commands by defaultPeter Korsgaard
Most people don't need them, so don't enable mkfsjffs + doc tools by default.
2009-03-26package/mtd: default to mtd-utils release, mark 20061007 snapshot as deprecatedPeter Korsgaard
2009-03-26mtd-utils.git: revert r24869 (convert to DOWNLOAD helper) to fix downloadPeter Korsgaard
Reported by Thomas Petazzoni. The git download doesn't work nicely with DOWNLOAD, so revert to the direct WGET handling.
2009-03-26package/mtd: remove unneeded 'depends on BR2_PACKAGE_MTD'Peter Korsgaard
The entire mtd handling is within an if BR2_PACKAGE_MTD conditional
2009-03-26m4: provide download target (missing from r25810)Peter Korsgaard
2009-03-26/usr/share/aclocal is now in $(HOST_DIR) and not $(STAGING_DIR).Thomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-03-26docs/images: set svn:mime-type on .png'sPeter Korsgaard
Thanks to Thomas for noticing.
2009-03-26util-linux: fix download URLPeter Korsgaard
2009-03-25docs/about.html: Capitalize BuildrootPeter Korsgaard
2009-03-25docs/: show about.html as index pagePeter Korsgaard
The about page is more informative for new users than the list of news, so shown that one per default instead.
2009-03-25docs/about.html: add menuconfig screenshotPeter Korsgaard
2009-03-25docs/about: fix typoPeter Korsgaard
2009-03-25Remove useless <ol>...</ol> tagsThomas Petazzoni
2009-03-25wpa_supplicant: bump versionPeter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #213.
2009-03-24target/device/x86: only include Makefile if BR2_TARGET_X86 is enabledPeter Korsgaard
Fixes build breakage for !BR2_TARGET_X86 in kernel headers.
2009-03-24pango: host build needs automake/autoconfPeter Korsgaard
2009-03-24package: provide download target for host packagesPeter Korsgaard
2009-03-24kernel-headers: add 2.6.29.x, remove 2.6.22.xPeter Korsgaard
2009-03-24kernel-headers: remove unused patches for ancient versionsPeter Korsgaard
2009-03-24kernel-headers: bump 2.6.27.x / 2.6.28.x versionsPeter Korsgaard
2009-03-24busybox: 1.13.3 hush fixPeter Korsgaard
2009-03-24target/linux: default to bzImage for i386/x86_64Peter Korsgaard
2009-03-23docs/buildroot.html: remove reference to unused BUILDROOT_USE_XWINDOWSPeter Korsgaard
2009-03-23libtool: cleanupPeter Korsgaard
- Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
2009-03-23m4: cleanupPeter Korsgaard
- Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
2009-03-23autoconf: cleanupPeter Korsgaard
- Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
2009-03-23automake: cleanupPeter Korsgaard
- Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
2009-03-23pkgconfig: really use make install for BR2_ENABLE_DEBUGPeter Korsgaard
2009-03-23package: auto* needs perlPeter Korsgaard
2009-03-23u-boot: remove empty dirs from r25796 (git-svn issue)Peter Korsgaard
2009-03-23u-boot: add 2009.03 releasePeter Korsgaard
2009-03-23u-boot: get rid of version specific patch dirsPeter Korsgaard
All those dirs seem a bit excessive for a single patch
2009-03-23xorg: needs LARGEFILE supportPeter Korsgaard
For mesa3d/libpciaccess
2009-03-23mesa3d: sync kconfig deps with makefilePeter Korsgaard
2009-03-23libpciaccess: needs large file supportPeter Korsgaard
2009-03-23target/generic: s/TTYSO/TTYS0/Peter Korsgaard
Thanks to Hiroshi Shinji for noticing.
2009-03-23dbus: fix for read-only rootfsPeter Korsgaard
Similar to how it's handled by avahi - Make sure /var/lib/dbus is a symlink to /tmp/dbus.
2009-03-20target/generic: add kconfig for serial getty config (port + baudrate)Peter Korsgaard
These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do.
2009-03-20target/device: wrap AMD preset in BR2_TARGET_AMD menuconfigPeter Korsgaard
2009-03-20target/generic: skeleton: add netdev group for dbusPeter Korsgaard
2009-03-20dbus: put local state files in /var and not /usr/varPeter Korsgaard
For read only rootfs'es - Like it used to be.
2009-03-19dbus: fix host buildPeter Korsgaard
Hunk missing from r25755.
2009-03-19avahi: gtk support needs libglade as wellPeter Korsgaard
2009-03-19pango: fix host buildPeter Korsgaard
pango likes to rerun it's configure script at make time, and it then fails to find the correct pkg-config files (it finds the ones ins STAGING_DIR) causing problems if they are not compatible. Fix it by setting PKG_CONFIG_PATH in it's make environment.
2009-03-19package: add STAMP_DIR and use for host buildsPeter Korsgaard
Move stamp (dependency) files outside the (version specific) source directories, so other packages can hardcode dependencies on them instead of having to use <PACKAGE>_VERSION variables. This is important as the variables in the make rules are evaluated when the rules is seen, which might be before the dependent makefile is parsed (and hence <PACKAGE>_VERSION variable is known, screwing up stuff. The downside of this is that the package isn't automatically rebuilt when the version changes (E.G. by a svn update) and you now also have to remove the stamp files next to $(BUILD_DIR)/<PACKAGE>-* to force a rebuild.
2009-03-19liboil: don't build examplesPeter Korsgaard
Add patch missing from r25053.
2009-03-19pkg-config: rename pkgconfig to pkg-configPeter Korsgaard
This matches upstream tarball, doesn't screw up existing .config's with BR2_PACKAGE_PKGCONFIG and makes sure the patch gets applied for target compilation.
2009-03-19busybox: 1.13.3 ash fixPeter Korsgaard
2009-03-19pkgconfig: make sure host compile target isn't considered out of datePeter Korsgaard