summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure alsa-lib build with correct python versionUlf Samuelsson2009-01-111-0/+5
|
* Bump php version since source is removed due to security riskUlf Samuelsson2009-01-111-1/+1
|
* Move SUDO_SITE to ATMEL_MIRROR, No cross-compiler patches for later versions ↵Ulf Samuelsson2009-01-114-5/+19
| | | | which does not build without, fix installation
* For some reason we ended up with a link-loop. This does not.Thomas Lundquist2009-01-111-2/+2
|
* We do not need gtk-doc on the target (and hopefully not in staging.. )Thomas Lundquist2009-01-101-0/+1
|
* Get rid of a host-dependency.Thomas Lundquist2009-01-101-1/+1
|
* Wrtie? nto mee!Thomas Lundquist2009-01-101-1/+1
|
* Nice to point out dependencies on host.Thomas Lundquist2009-01-101-0/+1
|
* Buop version of olsr to 0.5.6 which builds correctlyUlf Samuelsson2009-01-101-1/+1
|
* Add script allowing better overview of build status of single packagesUlf Samuelsson2009-01-101-0/+45
|
* Bump version of ntfs-3g to 1-5130, This will build in lib regardless of prefix=Ulf Samuelsson2009-01-101-7/+12
|
* Use correct path to source for libsndfileUlf Samuelsson2009-01-101-1/+1
|
* liberation internal dependencies are correctedUlf Samuelsson2009-01-101-1/+1
|
* Previous vtun was version 2.6.Ulf Samuelsson2009-01-108-192/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* ed: bump version, convert to Makefile.autotools.in formatPeter Korsgaard2009-01-091-51/+2
|
* grep: convert to Makefile.autotools.in formatPeter Korsgaard2009-01-091-60/+7
|
* grep: bump version, use GNU_MIRRORPeter Korsgaard2009-01-091-6/+3
|
* Update at91sam9261ek configs, build completesUlf Samuelsson2009-01-092-113/+1878
|
* Make sure U-boot is built, if we do make uImageUlf Samuelsson2009-01-091-0/+1
|
* Update sam9263ek configs, build completesUlf Samuelsson2009-01-082-116/+1751
|
* Linux26 requires "mkimage" from u-boot to be in the PATHUlf Samuelsson2009-01-081-2/+13
| | | | | | | | | | | | | | | if an uImage is to be built for arm, avr32, blackfin and sh. PATH has therefore been set to have $(STAGING_DIR)/usr/bin as the first item allowing linux to find mkimage. This patch will, if an uImage is built, create a "u-boot-toóls" directory in the PROJECT_BUILD_DIR directory. $(STAGING_DIR)/usr/bin/mkimage is copied to this directory and the PATH variable will now include "u-boot-tools" If an uImage is built, then the linux build will now depend on "u-boot".
* Do not add PATCH_VERSION to PORTAGE_VERSION if patch is not applied, time to ↵Ulf Samuelsson2009-01-081-1/+4
| | | | upgarde to 2.1.6?
* target/u-boot: more cleanupsPeter Korsgaard2009-01-081-27/+7
| | | | | | | | | As discussed on the list. - No sense in depending on BR2_TARGET_UBOOT when the configurations are within a if BR2_TARGET_UBOOT conditional. - n is default, so remove 'default n' - clarify nested conditionals
* target/u-boot: cleanupPeter Korsgaard2009-01-081-9/+11
| | | | | Fix s/Linux/U-Boot/ typo, default to the latest stable version, mark old versions as deprecated and comment out unreleased version for now.
* mtd: mark 20050122 snapshot as deprecatedPeter Korsgaard2009-01-081-0/+1
|
* Mention the saveconfig and getconfig targets in make helpHans-Christian Egtvedt2009-01-081-0/+2
| | | | | | | | | I often find myself forgetting what those targets were called, and I imagine others may not even be aware of their existence. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* strace: fix AVR32 arch patches and refresh all patches to apply cleanHans-Christian Egtvedt2009-01-089-11225/+94
| | | | | | | | This patch updates the AVR32 arch patches for strace 4.5.18 and refreshes all the other patches so they apply clean. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* neon: s/exapt/expat/Peter Korsgaard2009-01-081-2/+2
|
* freetype: mark ancient 2.2 version as deprecatedPeter Korsgaard2009-01-081-0/+1
|
* Fix BOARD_PATH for local projectsUlf Samuelsson2009-01-061-0/+2
|
* Update atngw100 configs, needs patch from Atmel fork for strace to build ↵Ulf Samuelsson2009-01-062-132/+1565
| | | | correctly, otherwise disable strace
* Remove incorrrect dependency on latest minor kernel patchUlf Samuelsson2009-01-061-1/+1
|
* Add PATH to linux build options to allow 'mkimage' to be found. Neccessary ↵Ulf Samuelsson2009-01-061-1/+2
| | | | for arm,blackfin,sh and avr32 in linux-2.6.28
* Set default kernel to BR2_LINUX26_STABLE, Remove duplicate definion of ↵Ulf Samuelsson2009-01-061-38/+1
| | | | BR2_KERNEL_CURRENT_VERSION and remove comments from Config.in choices
* Update at91sam9260 Board Support Package to linux-2.6.28Ulf Samuelsson2009-01-062-16/+1691
|
* Update AT91SAM9G20 Board Support to linux-2.6.28Ulf Samuelsson2009-01-062-55/+152
|
* Add support for SAM9G20 in at91bootstrapUlf Samuelsson2009-01-061-4/+4
|
* Add documentation for u-boot patches to 2009.01-rc1Ulf Samuelsson2009-01-061-0/+255
|
* Add CONFIGs for new commands to at91 partsUlf Samuelsson2009-01-061-0/+130
|
* Add support for waiting for NFS root server before bootingUlf Samuelsson2009-01-061-0/+77
|
* Remove patches that should not have been inlcuded in the spimux commitUlf Samuelsson2009-01-064-4485/+0
|
* Add 'mux' command to control ext mux on at91rm9200dk/ekUlf Samuelsson2009-01-065-0/+4578
|
* Add 'led' command to control coloured LEDsUlf Samuelsson2009-01-061-0/+196
|
* Remove an extra #endif from u-boot.factoryUlf Samuelsson2009-01-061-1/+1
|
* Fix some CFG/CONFIG related problems for AT91RM9200 configuration of U-BootUlf Samuelsson2009-01-062-9/+9
|
* Use the correct sam9g20 patch for 2009.01-rc1Ulf Samuelsson2009-01-061-77/+76
|
* When you set BR2_PACKAGE_LINUX_USE_DEFCONFIGUlf Samuelsson2009-01-061-2/+3
| | | | | | | | | | | | | | | | | | | | to configure linux using the make <board>_defconfig You have to supply the $(BOARD_NAME) variable. Add this info in the help text for target/linux/Makefile.in.advanced ---------------- When you do not set BR2_PACKAGE_LINUX_USE_XCONFIG to configure linux using "$make <XXXX>config The choices "$make menuconfig" or "$make xconfig" should not be visible. Add dependency
* Use PROJECT-u-boot-VERSION-DATE.bin as u-boot targetUlf Samuelsson2009-01-062-9/+37
| | | | | | | | | | | | | | | | | | | | | | | Provide link using "u-boot.bin" Add BR2_TARGET_UBOOT_DEFAULT_ENV config If this is set, Buildroot will generate a default environment to allow easy downloading of the kernel and root file system Both as compile time data and an autoscript. Make u-boot depend on $(U_BOOT_TARGETS) Add "u-boot-autoscript" to U_BOOT_TARGETS if BR2_TARGET_UBOOT_DEFAULT_ENV is set. Take kernel name from Linux build. Use correct ARCH when mkimaging the autoscript. Do not use TARGET_ATMEL_COPYTO for generic u-boot. Hide dataflash memory configurations when different boot memory is used.
* openssl: remove uclibc-susv3-legacy hunk from avr32 patchPeter Korsgaard2009-01-061-9/+0
|
* u-boot: unbreak build after r24674Peter Korsgaard2009-01-051-1/+1
| | | | Disable broken autoscript handling so the build atleast completes