Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-01 | makedevs: install into HOST_DIR | Peter Korsgaard | |
2009-04-01 | busybox: additional 1.13.3 fixes | Peter Korsgaard | |
2009-03-31 | iptables: unbreak build with ipv6 after r25897. | Peter Korsgaard | |
2009-03-31 | qtopia4: default to the ppc config for powerpc builds | Peter Korsgaard | |
2009-03-31 | qtopia4: make qmake.conf handling more robust (fixes build for x86/x86_64/ppc) | Peter Korsgaard | |
qmake.conf needs to be tweaked to make QT use the correct toolchain for building, but the current approach relies on the fact that the selected platform qmake.conf has QMAKE_{CC,CXX,LINK,LINK_SHLIB,AR,OBJCOPY,RANLIB,STRIP} lines that are then adapted to the correct settings. This is true for some configs (namely arm and avr32), but not for others - Causing the build to fail (or build for the host). Instead add a QTOPIA4_QMAKE_SET macro which removes any existing lines and add the correct lines to the qmake.conf, so it works no matter if the platform provides them or not. | |||
2009-03-30 | iptables: use correct variable for configure options | Peter Korsgaard | |
Introduced in r23409. | |||
2009-03-30 | iptables: needs largefile support in toolchain | Peter Korsgaard | |
2009-03-30 | iptables: fix build without ipv6 support in toolchain | Peter Korsgaard | |
Patch by Steffen Schulz <sf@cbg.dyndns.org>, closes #233. | |||
2009-03-30 | freetype: strip target library and remove freetype-config if not needed | Peter Korsgaard | |
As noticed by Thomas Petazzoni. | |||
2009-03-30 | ntfs-3g: needs wchar support in toolchain | Peter Korsgaard | |
Closes #187. | |||
2009-03-30 | ntfs-3g: fix avr32 comment dependency (NTFS-3G, not NTFS_3G) | Peter Korsgaard | |
2009-03-30 | ntfs-3g: needs libfuse which requires LARGEFILE, so update kconfig to match | Peter Korsgaard | |
Fixup tabs/spaces and trailing spaces mismatch while we're at it. | |||
2009-03-30 | ntfs-3g: remove extra white space | Peter Korsgaard | |
2009-03-30 | ntfs-3g: remove stray line added in r24738 (Bump version of ntfs-3g to 1-5130) | Peter Korsgaard | |
2009-03-30 | target/Config.in.arch: really provide correct --with-arch= for ARM targets | Peter Korsgaard | |
The ARM arch names are armVx, not armX | |||
2009-03-30 | target/Config.in.arch: provide correct gcc --with-arch= for ARM targets | Peter Korsgaard | |
Updated to match gcc-4.3.3/gcc/config/arm/arm-cores.def. Should fix EABI issues as recently reported to the list. | |||
2009-03-30 | busybox: 1.13.3 tail fix | Peter Korsgaard | |
2009-03-29 | libX11: fix build on hosts without libx11-dev | Peter Korsgaard | |
Make sure the build doesn't use keysymdef.h from the host. | |||
2009-03-29 | package: proper aclocal fix | Peter Korsgaard | |
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. | |||
2009-03-29 | Another external toolchain fix | Thomas Petazzoni | |
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> | |||
2009-03-28 | mplayer: disable LIVE555 Streaming Media | Peter Korsgaard | |
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> | |||
2009-03-27 | docs/images: remove unused busybox logo | Peter Korsgaard | |
2009-03-27 | docs/images/: tweak menuconfig*png | Peter Korsgaard | |
Convert to 8bit, saves ~145kb | |||
2009-03-27 | docs/news.html: announce new logo | Peter Korsgaard | |
2009-03-27 | docs/images: fix svn:mime-type on logo | Peter Korsgaard | |
2009-03-27 | docs/: use new logo | Peter Korsgaard | |
2009-03-26 | scripts/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-26 | package/mtd: don't enable rarely used commands by default | Peter Korsgaard | |
Most people don't need them, so don't enable mkfsjffs + doc tools by default. | |||
2009-03-26 | package/mtd: default to mtd-utils release, mark 20061007 snapshot as deprecated | Peter Korsgaard | |
2009-03-26 | mtd-utils.git: revert r24869 (convert to DOWNLOAD helper) to fix download | Peter Korsgaard | |
Reported by Thomas Petazzoni. The git download doesn't work nicely with DOWNLOAD, so revert to the direct WGET handling. | |||
2009-03-26 | package/mtd: remove unneeded 'depends on BR2_PACKAGE_MTD' | Peter Korsgaard | |
The entire mtd handling is within an if BR2_PACKAGE_MTD conditional | |||
2009-03-26 | m4: 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-26 | docs/images: set svn:mime-type on .png's | Peter Korsgaard | |
Thanks to Thomas for noticing. | |||
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 | |