Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-26 | util-linux: fix download URL | Peter Korsgaard | |
2009-03-25 | docs/about.html: Capitalize Buildroot | Peter Korsgaard | |
2009-03-25 | docs/: show about.html as index page | Peter Korsgaard | |
The about page is more informative for new users than the list of news, so shown that one per default instead. | |||
2009-03-25 | docs/about.html: add menuconfig screenshot | Peter Korsgaard | |
2009-03-25 | docs/about: fix typo | Peter Korsgaard | |
2009-03-25 | Remove useless <ol>...</ol> tags | Thomas Petazzoni | |
2009-03-25 | wpa_supplicant: bump version | Peter Korsgaard | |
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #213. | |||
2009-03-24 | target/device/x86: only include Makefile if BR2_TARGET_X86 is enabled | Peter Korsgaard | |
Fixes build breakage for !BR2_TARGET_X86 in kernel headers. | |||
2009-03-24 | pango: host build needs automake/autoconf | Peter Korsgaard | |
2009-03-24 | package: provide download target for host packages | Peter Korsgaard | |
2009-03-24 | kernel-headers: add 2.6.29.x, remove 2.6.22.x | Peter Korsgaard | |
2009-03-24 | kernel-headers: remove unused patches for ancient versions | Peter Korsgaard | |
2009-03-24 | kernel-headers: bump 2.6.27.x / 2.6.28.x versions | Peter Korsgaard | |
2009-03-24 | busybox: 1.13.3 hush fix | Peter Korsgaard | |
2009-03-24 | target/linux: default to bzImage for i386/x86_64 | Peter Korsgaard | |
2009-03-23 | docs/buildroot.html: remove reference to unused BUILDROOT_USE_XWINDOWS | Peter Korsgaard | |
2009-03-23 | libtool: cleanup | Peter Korsgaard | |
- Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR | |||
2009-03-23 | m4: cleanup | Peter Korsgaard | |
- Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR | |||
2009-03-23 | autoconf: cleanup | Peter Korsgaard | |
- Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR | |||
2009-03-23 | automake: cleanup | Peter Korsgaard | |
- Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR | |||
2009-03-23 | pkgconfig: really use make install for BR2_ENABLE_DEBUG | Peter Korsgaard | |
2009-03-23 | package: auto* needs perl | Peter Korsgaard | |
2009-03-23 | u-boot: remove empty dirs from r25796 (git-svn issue) | Peter Korsgaard | |
2009-03-23 | u-boot: add 2009.03 release | Peter Korsgaard | |
2009-03-23 | u-boot: get rid of version specific patch dirs | Peter Korsgaard | |
All those dirs seem a bit excessive for a single patch | |||
2009-03-23 | xorg: needs LARGEFILE support | Peter Korsgaard | |
For mesa3d/libpciaccess | |||
2009-03-23 | mesa3d: sync kconfig deps with makefile | Peter Korsgaard | |
2009-03-23 | libpciaccess: needs large file support | Peter Korsgaard | |
2009-03-23 | target/generic: s/TTYSO/TTYS0/ | Peter Korsgaard | |
Thanks to Hiroshi Shinji for noticing. | |||
2009-03-23 | dbus: fix for read-only rootfs | Peter Korsgaard | |
Similar to how it's handled by avahi - Make sure /var/lib/dbus is a symlink to /tmp/dbus. | |||
2009-03-20 | target/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-20 | target/device: wrap AMD preset in BR2_TARGET_AMD menuconfig | Peter Korsgaard | |
2009-03-20 | target/generic: skeleton: add netdev group for dbus | Peter Korsgaard | |
2009-03-20 | dbus: put local state files in /var and not /usr/var | Peter Korsgaard | |
For read only rootfs'es - Like it used to be. | |||
2009-03-19 | dbus: fix host build | Peter Korsgaard | |
Hunk missing from r25755. | |||
2009-03-19 | avahi: gtk support needs libglade as well | Peter Korsgaard | |
2009-03-19 | pango: fix host build | Peter 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-19 | package: add STAMP_DIR and use for host builds | Peter 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-19 | liboil: don't build examples | Peter Korsgaard | |
Add patch missing from r25053. | |||
2009-03-19 | pkg-config: rename pkgconfig to pkg-config | Peter 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-19 | busybox: 1.13.3 ash fix | Peter Korsgaard | |
2009-03-19 | pkgconfig: make sure host compile target isn't considered out of date | Peter Korsgaard | |
2009-03-18 | kernel-headers: adjust patch names for 2.6.28.8 | Peter Korsgaard | |
2009-03-18 | pango: use same with/without-x setting for host build as for target | Peter Korsgaard | |
Ensures identical pango.modules contents | |||
2009-03-18 | pango: generate pango.modules at build time rather than run time | Peter Korsgaard | |
Generate pango.modules using the host tools instead of setting up an init script to do it at run time. Also apply patches to host build to get identical pango.modules file. | |||
2009-03-18 | avahi: fix python path | Peter Korsgaard | |
2009-03-18 | libgtk2: build host version, use it for build time binaries | Peter Korsgaard | |
2009-03-18 | pango: add host version | Peter Korsgaard | |
2009-03-18 | cairo: remove unneeded _INSTALL_STAGING_OPT setting | Peter Korsgaard | |
2009-03-18 | cairo: add host version | Peter Korsgaard | |