summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2009-01-29Update atstk100x BSPUlf Samuelsson
2009-01-29Add AVR32 support for linux-2.6.28.2Ulf Samuelsson
2009-01-27Update at91rm9200df BSPUlf Samuelsson
2009-01-26Create a common BR2_COPYTO to prepare to replaceUlf Samuelsson
all the different COPYTOs spread out all over Buildroot. Generate COPY_FILE subroutine which can be used to copy a file. $(COPY_FILE , file, directory, filename) This will copy to binary dir and to the selected copy dir if set in new config (intended to replace all old COPYTO configs) This is overridden by BUILDROOT_COPYTO, if set into the environment.
2009-01-26Update at91sam9260dfc BSPUlf Samuelsson
2009-01-26target/device/Atmel/arch-avr32: remove old unused kernel patchesPeter Korsgaard
As discussed on the list: 22:08 < HcE> Jacmet: so yes, AVR32 wise you can delete anything older than 2.6.27
2009-01-26Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with ↵Ulf Samuelsson
BUILDROOT_USE_XWINDOWS
2009-01-26linux/advanced: default to make menuconfigPeter Korsgaard
2009-01-26u-boot: halt build early with description if no u-boot board name is setPeter Korsgaard
2009-01-26u-boot: clean up after UlfPeter Korsgaard
As discussed on the list.
2009-01-26u-boot: mark 2008.10 version as recentPeter Korsgaard
2009-01-26Fix erronous mkimage targetUlf Samuelsson
2009-01-26Revert bad patch to fix linux rebuild problemUlf Samuelsson
2009-01-25Update patchlevels for linux-2.6.25/27/28Ulf Samuelsson
2009-01-25Ensure /boot exists, Write linux version to file,in case the kernel version ↵Ulf Samuelsson
has changed after the first build
2009-01-25Revert Atmel boards back to desired operationUlf Samuelsson
2009-01-25Use new SHELL variable BUILDROOT_KERNEL_CONFIG_METHODUlf Samuelsson
which will override selection between xconfig and menuconfig make xconfig will, if it fails, or user does not save configuration result in make menuconfig beeing tried Fix several issues causing final part of linux to be regenerated on each make.
2009-01-25Update at91sam9261ek BSPUlf Samuelsson
2009-01-25target/linux-advanced: default to menuconfig for all archsPeter Korsgaard
Default to menuconfig for atmel targets as well, mention QT3 dependency for make xconfig and update affected defconfigs.
2009-01-24Add linux config for at91sam9261ekUlf Samuelsson
2009-01-24Update at91sam9260dfc BSPUlf Samuelsson
2009-01-23Revert r24952 (BR2_TARGET_TEST_PACKAGES)Peter Korsgaard
As discussed on the list. It is already out of date (BR2_TARGET_UBOOT_2009_01_RC3, BR2_PACKAGE_RAIDTOOLS), is the wrong solution and breaks the make allyesconfig; make menuconfig / sed workflow.
2009-01-23Bump AT91 u-boot patches to 2009.01Ulf Samuelsson
2009-01-23Update at91sam9263ek BSPUlf Samuelsson
2009-01-23Do not reapply linux patches if LINUX26_PATCH_SOURCE is empty, and we are ↵Ulf Samuelsson
continuing building after a failure
2009-01-22Update AT91 u-boot patches to 2009.01Ulf Samuelsson
2009-01-22Use latest u-boot as defaultUlf Samuelsson
2009-01-22u-boot: add 2009.01, remove -rc3Peter Korsgaard
2009-01-22Add simple way to enable most (but not all) targets for testing purposesUlf Samuelsson
2009-01-22Fix AVR32 u.boot build bugUlf Samuelsson
2009-01-21u-boot: unbreak target toolsPeter Korsgaard
Got broken by r24697.
2009-01-20U_BOOT_ARCH_PATCH_DIR should contain a value or should not be defined, empty ↵Ulf Samuelsson
string is not allowed
2009-01-19Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 ↵Ulf Samuelsson
patches if using an at91
2009-01-19Fix some bugs in advanced linux configuration, remove some arbitrary ↵Ulf Samuelsson
combinations of major/minor directly supported, general cleanup
2009-01-18Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-16Update broken AVR32 toolchain, and update configs for this, deprecate all ↵Ulf Samuelsson
but latest AVR32 toolchain
2009-01-16buildroot: convert remaining WGET users to DOWNLOAD helperPeter Korsgaard
2009-01-16target/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-16buildroot: add BR2_BACKUP_SITE and DOWNLOAD helperPeter Korsgaard
This is the long requested backup mirror support. So far only enabled for Makefile.autotools.in, but there's no reason why we cannot use DOWNLOAD everywhere. Notice, I'm still syncing http://buildroot.uclibc.org/downloads/sources/
2009-01-16BR2_PRIMARY_SITE: move to Mirrors and Download locations menuPeter Korsgaard
2009-01-15Update kernel snapshot versionUlf Samuelsson
2009-01-13Update at91sam9263ek BSPUlf Samuelsson
2009-01-13buildroot: mark alpha as brokenPeter Korsgaard
It still doesn't build with threading + shared libs disabled
2009-01-12buildroot: mark ia64, m68k, nios2, sparc and sparc64 as brokenPeter Korsgaard
No sense in showing the architecture options when they cannot even build the toolchain.
2009-01-12toolchain: fix cris build with 2.6.28 kernel headersPeter Korsgaard
Patch by Hinko Kocevar <hinko.kocevar@cetrtapot.si>
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-12Update sam9263EK BSPUlf Samuelsson
2009-01-12Support large sector NAND flash for JFFS2Ulf 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