summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-15toolchain/gcc: shared libgcc broken for sparc, so disable itPeter Korsgaard
2009-04-15unmark the sparc targets as broken, they build if you disable shared libgccaustinf
2009-04-14openssl: git rid of version number in patchesPeter Korsgaard
As noted by Hamish Moffatt on the list.
2009-04-13Qtopia4: -xmlpatterns requires -exceptions .Thiago A. Corrêa
2009-04-09target/Makefile.in: make 3.80 compatibility fixPeter Korsgaard
Patch by Andreas Schweigstill <aschweig@schweigstill.de>
2009-04-09lzop: new packagePeter Korsgaard
Patch by Olaf Rempel <razzor@kopf-tisch.de>, closes #245. lzop is a file compressor which is very similar to gzip. lzop uses the LZO data compression library for compression services. http://www.lzop.org/
2009-04-09sqlite: bump versionPeter Korsgaard
Fixes database corruption with rollback http://www.sqlite.org/releaselog/3_6_12.html
2009-04-08jffs2root: build host version of lzo and use for host mkfs.jffs2Peter Korsgaard
2009-04-08lua: bump versionPeter Korsgaard
Patch by Michael Roth <mroth@nessie.de>.
2009-04-07Makefile: add target-finalize for common filesystem cleanupPeter Korsgaard
And remove from each rootfs variant.
2009-04-07liberation: cleanup and really fix continous rebuildPeter Korsgaard
2009-04-07target/jffs2: default to big endian format for big endian archsPeter Korsgaard
Same logic as in target/Config.in.arch.
2009-04-07target/jffs2: s/Memory Type/Flash Type/Peter Korsgaard
2009-04-07target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditionalPeter Korsgaard
And get rid of all the individual 'depends on B2_TARGET_ROOTFS_JFFS2'
2009-04-07target: remove BR2_TARGET_ROOTFS_*_SQUASH optionsPeter Korsgaard
Everything besides ubifs does an unconditional chown -R 0:0 anyway.
2009-04-07rsync: bump versionPeter Korsgaard
2009-04-07openssl: bump versionPeter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #217 Fixes multiple security flaws - See http://www.openssl.org/news/secadv_20090325.txt for details.
2009-04-06Fix compile for Qt Embedded (qtopia4) based packagesThiago A. Corrêa
2009-04-06Remove asm optimization patch for AVR32. This is non-essencial, yet, was ↵Thiago A. Corrêa
unclean and prevented the build from completing. Asked Atmel to submit upstream.
2009-04-06squashfs: add v4.0 support and version selectionPeter Korsgaard
Squashfs 4.0 is needed to create file systems for the mainline squashfs version (mainline from 2.6.29). This is unfortunately not compatible with the old 3.x version and the external kernel patches, so add a choice between the 2 versions.
2009-04-06liberation: fix continous rebuildPeter Korsgaard
2009-04-06kernel-headers: bump 2.6.29.x versionPeter Korsgaard
2009-04-06Makefile: add BR2_ENABLE_LOCALE_PURGE to purge unwanted localesPeter Korsgaard
Add BR2_ENABLE_LOCALE_PURGE / BR2_ENABLE_LOCALE_WHITELIST options to remove unwanted locales from the target rootfs. Handy for stuff like the gtk stack, which comes with ~25 MB locales. Works similar to localepurge in Debian, E.G. you provide a white list of wanted locales, and everything else is removed.
2009-04-06Makefile: target-devfiles: combine .a / .la find invocationPeter Korsgaard
2009-04-01ncftp: cleanup Config.inPeter Korsgaard
Subentries of a menu automatically gets hidden if the dependencies of the menu element aren't available, so get rid of the individual depends on BR2_PACKAGE_NCFTP.
2009-04-01ncftp: convert to Makefile.autotools.inPeter Korsgaard
- ncftpspooler is just a link to ncftpbatch - only ncftpbookmarks needs ncurses, also change from "depends" to "select" [ Peter: Small cleanups ]
2009-04-01target/device/Atmel: remove u-boot dir (git-svn issue)Peter Korsgaard
2009-04-01target/device/Atmel: remove unused legacy u-boot handlingPeter Korsgaard
2009-04-01fakeroot: install into HOST_DIRPeter Korsgaard
2009-04-01fakeroot: build host version under BUILD_DIR as wellPeter Korsgaard
2009-04-01makedevs: install into HOST_DIRPeter Korsgaard
2009-04-01busybox: additional 1.13.3 fixesPeter Korsgaard
2009-03-31iptables: unbreak build with ipv6 after r25897.Peter Korsgaard
2009-03-31qtopia4: default to the ppc config for powerpc buildsPeter Korsgaard
2009-03-31qtopia4: 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-30iptables: use correct variable for configure optionsPeter Korsgaard
Introduced in r23409.
2009-03-30iptables: needs largefile support in toolchainPeter Korsgaard
2009-03-30iptables: fix build without ipv6 support in toolchainPeter Korsgaard
Patch by Steffen Schulz <sf@cbg.dyndns.org>, closes #233.
2009-03-30freetype: strip target library and remove freetype-config if not neededPeter Korsgaard
As noticed by Thomas Petazzoni.
2009-03-30ntfs-3g: needs wchar support in toolchainPeter Korsgaard
Closes #187.
2009-03-30ntfs-3g: fix avr32 comment dependency (NTFS-3G, not NTFS_3G)Peter Korsgaard
2009-03-30ntfs-3g: needs libfuse which requires LARGEFILE, so update kconfig to matchPeter Korsgaard
Fixup tabs/spaces and trailing spaces mismatch while we're at it.
2009-03-30ntfs-3g: remove extra white spacePeter Korsgaard
2009-03-30ntfs-3g: remove stray line added in r24738 (Bump version of ntfs-3g to 1-5130)Peter Korsgaard
2009-03-30target/Config.in.arch: really provide correct --with-arch= for ARM targetsPeter Korsgaard
The ARM arch names are armVx, not armX
2009-03-30target/Config.in.arch: provide correct gcc --with-arch= for ARM targetsPeter 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-30busybox: 1.13.3 tail fixPeter Korsgaard
2009-03-29libX11: fix build on hosts without libx11-devPeter Korsgaard
Make sure the build doesn't use keysymdef.h from the host.
2009-03-29package: proper aclocal fixPeter 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-29Another external toolchain fixThomas 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>