summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* busybox: 1.13.3 tail fixPeter Korsgaard2009-03-301-0/+12
|
* libX11: fix build on hosts without libx11-devPeter Korsgaard2009-03-293-41/+58
| | | | Make sure the build doesn't use keysymdef.h from the host.
* package: proper aclocal fixPeter Korsgaard2009-03-293-1/+8
| | | | | | | | | | Revert r25827 and instead copy over the host aclocal files of the stuff needed for auto* (libtool + pkgconfig). These logically belong with the target stuff, as they are used for the target auto* toolchain. Long term we should probably consider using aclocal --acdir=$(STAGING_DIR)/usr/share/aclocal, so the host .m4 files cannot interfere with the target build.
* Another external toolchain fixThomas Petazzoni2009-03-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | Change the definition of TARGET_LDFLAGS to use --sysroot $(STAGING_DIR) instead of -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib. It fixes the following failure while trying to build mtd-utils : /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc -L/home/thomas/local/buildroot-output/build_arm/staging_dir/lib -L/home/thomas/local/buildroot-output/build_arm/staging_dir/usr/lib -o /home/thomas/local/buildroot-output/build_arm/mtd_orig/flash_eraseall /home/thomas/local/buildroot-output/build_arm/mtd_orig/crc32.o /home/thomas/local/buildroot-output/build_arm/mtd_orig/flash_eraseall.o /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/lib/gcc/arm-unknown-linux-uclibcgnueabi/4.3.2/../../../../arm-unknown-linux-uclibcgnueabi/bin/ld: cannot find /lib/libc.so.0 collect2: ld returned 1 exit status make[1]: *** [/home/thomas/local/buildroot-output/build_arm/mtd_orig/flash_eraseall] Error 1 At the same time, simplify the definition of TARGET_CFLAGS, because the -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include -I$(TOOLCHAIN_EXTERNAL_PATH)/$(TOOLCHAIN_EXTERNAL_PREFIX)/include are no longer necessary since we sysroot the toolchain in $(SYSROOT_DIR). This patch has no effect on non-external toolchain builds. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mplayer: disable LIVE555 Streaming MediaPeter Korsgaard2009-03-281-0/+1
| | | | | | | | | | | | LIVE555 was installed on the build system and was recognized by configure: Checking for LIVE555 Streaming Media libraries ... yes (using distribution version) Later this led to a linker error: ld: cannot find -lliveMedia Disable LIVE555, since it's not available in Buildroot. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* docs/images: remove unused busybox logoPeter Korsgaard2009-03-271-0/+0
|
* docs/images/: tweak menuconfig*pngPeter Korsgaard2009-03-272-0/+0
| | | | Convert to 8bit, saves ~145kb
* docs/news.html: announce new logoPeter Korsgaard2009-03-271-0/+11
|
* docs/images: fix svn:mime-type on logoPeter Korsgaard2009-03-270-0/+0
|
* docs/: use new logoPeter Korsgaard2009-03-274-15/+3
|
* scripts/setlocalversion: Renamed 'git-svn' to 'git svn'Peter Korsgaard2009-03-261-1/+1
| | | | | | Git 1.6.x+ got rid of git-<subcommand> in the normal path. Signed-off-by: Michael Roth <mroth@nessie.de>
* package/mtd: don't enable rarely used commands by defaultPeter Korsgaard2009-03-261-5/+0
| | | | Most people don't need them, so don't enable mkfsjffs + doc tools by default.
* package/mtd: default to mtd-utils release, mark 20061007 snapshot as deprecatedPeter Korsgaard2009-03-261-1/+2
|
* mtd-utils.git: revert r24869 (convert to DOWNLOAD helper) to fix downloadPeter Korsgaard2009-03-261-1/+1
| | | | | | | Reported by Thomas Petazzoni. The git download doesn't work nicely with DOWNLOAD, so revert to the direct WGET handling.
* package/mtd: remove unneeded 'depends on BR2_PACKAGE_MTD'Peter Korsgaard2009-03-261-22/+0
| | | | The entire mtd handling is within an if BR2_PACKAGE_MTD conditional
* m4: provide download target (missing from r25810)Peter Korsgaard2009-03-261-0/+3
|
* /usr/share/aclocal is now in $(HOST_DIR) and not $(STAGING_DIR).Thomas Petazzoni2009-03-261-1/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/images: set svn:mime-type on .png'sPeter Korsgaard2009-03-260-0/+0
| | | | Thanks to Thomas for noticing.
* util-linux: fix download URLPeter Korsgaard2009-03-261-1/+1
|
* docs/about.html: Capitalize BuildrootPeter Korsgaard2009-03-251-2/+2
|
* docs/: show about.html as index pagePeter Korsgaard2009-03-251-1/+1
| | | | | The about page is more informative for new users than the list of news, so shown that one per default instead.
* docs/about.html: add menuconfig screenshotPeter Korsgaard2009-03-253-0/+6
|
* docs/about: fix typoPeter Korsgaard2009-03-251-2/+2
|
* Remove useless <ol>...</ol> tagsThomas Petazzoni2009-03-251-3/+0
|
* wpa_supplicant: bump versionPeter Korsgaard2009-03-251-1/+1
| | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #213.
* target/device/x86: only include Makefile if BR2_TARGET_X86 is enabledPeter Korsgaard2009-03-241-1/+1
| | | | Fixes build breakage for !BR2_TARGET_X86 in kernel headers.
* pango: host build needs automake/autoconfPeter Korsgaard2009-03-241-1/+1
|
* package: provide download target for host packagesPeter Korsgaard2009-03-2415-0/+45
|
* kernel-headers: add 2.6.29.x, remove 2.6.22.xPeter Korsgaard2009-03-241-7/+7
|
* kernel-headers: remove unused patches for ancient versionsPeter Korsgaard2009-03-243-533/+0
|
* kernel-headers: bump 2.6.27.x / 2.6.28.x versionsPeter Korsgaard2009-03-244-2/+2
|
* busybox: 1.13.3 hush fixPeter Korsgaard2009-03-241-0/+179
|
* target/linux: default to bzImage for i386/x86_64Peter Korsgaard2009-03-241-0/+2
|
* docs/buildroot.html: remove reference to unused BUILDROOT_USE_XWINDOWSPeter Korsgaard2009-03-231-1/+0
|
* libtool: cleanupPeter Korsgaard2009-03-232-124/+29
| | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
* m4: cleanupPeter Korsgaard2009-03-232-103/+28
| | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
* autoconf: cleanupPeter Korsgaard2009-03-232-109/+33
| | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
* automake: cleanupPeter Korsgaard2009-03-231-113/+33
| | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
* pkgconfig: really use make install for BR2_ENABLE_DEBUGPeter Korsgaard2009-03-231-1/+1
|
* package: auto* needs perlPeter Korsgaard2009-03-233-0/+3
|
* u-boot: remove empty dirs from r25796 (git-svn issue)Peter Korsgaard2009-03-230-0/+0
|
* u-boot: add 2009.03 releasePeter Korsgaard2009-03-231-2/+7
|
* u-boot: get rid of version specific patch dirsPeter Korsgaard2009-03-236-1/+1
| | | | All those dirs seem a bit excessive for a single patch
* xorg: needs LARGEFILE supportPeter Korsgaard2009-03-231-3/+3
| | | | For mesa3d/libpciaccess
* mesa3d: sync kconfig deps with makefilePeter Korsgaard2009-03-231-0/+6
|
* libpciaccess: needs large file supportPeter Korsgaard2009-03-231-0/+4
|
* target/generic: s/TTYSO/TTYS0/Peter Korsgaard2009-03-231-2/+2
| | | | Thanks to Hiroshi Shinji for noticing.
* dbus: fix for read-only rootfsPeter Korsgaard2009-03-232-0/+3
| | | | | Similar to how it's handled by avahi - Make sure /var/lib/dbus is a symlink to /tmp/dbus.
* target/generic: add kconfig for serial getty config (port + baudrate)Peter Korsgaard2009-03-204-3/+138
| | | | | These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do.
* target/device: wrap AMD preset in BR2_TARGET_AMD menuconfigPeter Korsgaard2009-03-201-0/+6
|