Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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. |