summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-12buildroot: get rid of s390 supportPeter Korsgaard
As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it.
2009-01-12toolchain/uclibc: propagate mips mips32r2 variant setting to uclibcPeter Korsgaard
0.9.30 supports MIPS_ISA_MIPS32R2, so use it if mips32r2 variant is selected.
2009-01-12toolchain/external-toolchain/ext-tool.mk: Support non sysroot-able toolchainsDaniel Laird
Only copy the sysroot files if the toolchain was built with sysroot support. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-12package/libpng/libpng.mk: Remove the unnecessary --without-x optionDaniel Laird
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-12package/liberation/liberation.mk: Correct the makefile to what it should ↵Daniel Laird
have been Correct the makefile so that it works and is what I originally planned to add. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-12May not be the right way to do it but I just don't want those docs.Thomas Lundquist
2009-01-12Update sam9263EK BSPUlf Samuelsson
2009-01-12busybox: 1.13.2 mdev fixPeter Korsgaard
2009-01-12Remove conditional clause which disables building some packagesUlf Samuelsson
2009-01-12Add ncurse-unpacked targetUlf Samuelsson
2009-01-12Add some whitespace to output, aligning comments, when addedUlf Samuelsson
2009-01-12Bump version of ImageMagick which does not work, use versioned patches, ↵Ulf Samuelsson
needs further work to complete build
2009-01-12Disable use of python in alsa-lib, if not configuredUlf Samuelsson
2009-01-12Do not hardwire linux-fusion for AVR32, now also build for ARMUlf Samuelsson
2009-01-12Support large sector NAND flash for JFFS2Ulf Samuelsson
2009-01-12Sudo source package IS at DEBIAN, but with a different nameUlf Samuelsson
2009-01-11revert patch to allow downloading sudo from an EXISTING locationUlf Samuelsson
2009-01-11Make xfsprogs downloadable, Why have it, when we do not support XFS file system?Ulf Samuelsson
2009-01-11Update at91bootstrap to 2.10Ulf Samuelsson
2009-01-11Move AT91 patches for u-boot-2009.01-rc1 to ↵Ulf Samuelsson
device/Atmel/arch-arm/u-boot/2009.01-rc1
2009-01-11Remove premature deprecation of u-boot-1.2.0-atmelUlf Samuelsson
2009-01-11Update AVR32 uclibc config for 0.9.30Ulf Samuelsson
2009-01-11Update defocnfig for ngw100Ulf Samuelsson
2009-01-11Add linux-2.6.27.10 config for stk100xUlf Samuelsson
2009-01-11Add buildall script for testing many/most packages separately with build ↵Ulf Samuelsson
logs and documentation for this and mkpkg
2009-01-11Move kernel localversion files to TARGET_DIR/boot Ulf Samuelsson
to allow packages which assumes that LINUX26_DIR and the /lib/modules/LINUX_VERSION use the consistent version numbering to build. Create a file ".linux-version" containing the real linux version in $(PROJECT_B UILD_DIR) to allow packages to read the correct linux version
2009-01-11Bug fix for mkpkg scriptUlf Samuelsson
2009-01-11sudo: use Debian as upstreamPeter Korsgaard
As we are using a Debian/Ubuntu patch, it makes more sense to get the tarball from there as well.
2009-01-11Change name form DIRECTFB_MAJOR to DIRECTFB_VERSION_MAJOR, make patches ↵Ulf Samuelsson
version dependent
2009-01-11Make sure SDL finds DirectFB headers ,if usedUlf Samuelsson
2009-01-11Remove irda.mk from build, since it is totally brokenUlf Samuelsson
2009-01-11Change name from raidtools to raidtools2Ulf Samuelsson
2009-01-11Change name from PYTHON_VERSION_SHORT to PYTHON_VERSION_MAJORUlf Samuelsson
2009-01-11Update package/Config.in for irda-utils, fusion and linux-fusionUlf Samuelsson
2009-01-11Add latest linux-fusion to allow DirectFB to buildUlf Samuelsson
Remove old fusion which only copies some files
2009-01-11Use correct goal for libraw1394.soUlf Samuelsson
2009-01-11Make sure alsa-lib build with correct python versionUlf Samuelsson
2009-01-11Bump php version since source is removed due to security riskUlf Samuelsson
2009-01-11Move SUDO_SITE to ATMEL_MIRROR, No cross-compiler patches for later versions ↵Ulf Samuelsson
which does not build without, fix installation
2009-01-11For some reason we ended up with a link-loop. This does not.Thomas Lundquist
2009-01-10We do not need gtk-doc on the target (and hopefully not in staging.. )Thomas Lundquist
2009-01-10Get rid of a host-dependency.Thomas Lundquist
2009-01-10Wrtie? nto mee!Thomas Lundquist
2009-01-10Nice to point out dependencies on host.Thomas Lundquist
2009-01-10Buop version of olsr to 0.5.6 which builds correctlyUlf Samuelsson
2009-01-10Add script allowing better overview of build status of single packagesUlf Samuelsson
2009-01-10Bump version of ntfs-3g to 1-5130, This will build in lib regardless of prefix=Ulf Samuelsson
2009-01-10Use correct path to source for libsndfileUlf Samuelsson
2009-01-10liberation internal dependencies are correctedUlf Samuelsson
2009-01-10Previous vtun was version 2.6.Ulf Samuelsson
This does not buld because its "configure" requires that -llzo contains "lzolx_decompress". "vtun" does not build, evenm if liblzo is available. The LZO package currently used by buildroot does not contain ANY reference to "lzolx_decompress" "vtun" has been upgraded to 3.0.2 and now builds OK, but is yet to be tested on a target. The previous patch containing three diffs, has been broken up into three files. The second patch fails. This patch tries to replace a perl script ($(VTUN_DIR)/scripts/vtund.rc.debian) with a shell script with the same name. In vtun-3.0.2, vtund.rc.debian is a shell script which is fairly similar to the shell script provided by the patch. For now, it has been decided not to replace this shell script with the script generated by the patch for 2.6 vtun will thus be built with the 3.0.2 vtund.rc.debian. The start-stop-daemon parameters and other things in this script may be inappropriate for something based on busybox. I will leave the decision which script to use, the 2-6 script or the 3.0.2 script to someone else. Both files are kept in the directory, but should be removed once it has been decided what to do about this script. Signed-Off by: Ulf Samuelsson <ulf.samuelsson@atmel.com>