summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2007-08-28Fix bug in avr32 uClibc patchUlf Samuelsson
2007-08-28Update avr32 uclibc patch nameUlf Samuelsson
2007-08-28- misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-28Fix bad regexp in u-boot.mkUlf Samuelsson
2007-08-25- adjust configBernhard Reutner-Fischer
2007-08-25- workaround for broken external toolchainsBernhard Reutner-Fischer
2007-08-24This patch allows each project to have a private linux build.Ulf Samuelsson
Split build of kernel headers and kernel image into two source trees. Kernel headers are built in $(TOOL_BUILD_DIR) Kernel build is in $(PROJECT_BUILD_DIR) Make sure that kernel patches are applied to the kernel tree in $(PROJECT_BUILD_DIR) Add board specific patches, if available.
2007-08-22bzcat => $(BZCAT) for u-boot and at91bootstrapUlf Samuelsson
2007-08-22Remove whitespace damageUlf Samuelsson
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22- random whitespace cleanupBernhard Reutner-Fischer
2007-08-22- use the BZCAT/ZCAT as configured by the userBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-22- fix patch regexBernhard Reutner-Fischer
2007-08-22- improve the way host prerequisites for "dependencies" are establishedBernhard Reutner-Fischer
2007-08-21- fixup whitespace damage after ulfBernhard Reutner-Fischer
2007-08-21- add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer
- remove non-working attempt to install an lzma to the host via sudo
2007-08-21- start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGESBernhard Reutner-Fischer
- always error out if ldconfig for the target fails (was inconsistent..)
2007-08-21- adjust configBernhard Reutner-Fischer
2007-08-21- propagate IPv6 setting down to the kernelBernhard Reutner-Fischer
2007-08-21- sed -i -e ↵Bernhard Reutner-Fischer
"/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
2007-08-21- a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-21additional skeleton for AVR32Ulf Samuelsson
2007-08-20Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86Ulf Samuelsson
2007-08-20install uClibc libraries correctlyUlf Samuelsson
2007-08-19Add kernel patches, if at91 or avr32 is selectedUlf Samuelsson
2007-08-19Update linux-2.6.22.1 config for sam9261ek, sam9260pf and sam9260dfcUlf Samuelsson
2007-08-19Delete avr32 specific patch and introduced merged at91/avr32 patchUlf Samuelsson
2007-08-19Move at91 patches from 2.6.21.1 to 2.6.21.5Ulf Samuelsson
2007-08-19Remove target specific things from Linux configUlf Samuelsson
2007-08-19Fix bad parameter list for patching linux kernelUlf Samuelsson
2007-08-19UPdate Soekris Linux config to 2.6.22.1Ulf Samuelsson
2007-08-19Update AVR32 tools download locationUlf Samuelsson
2007-08-18 Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson
Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86
2007-08-17Add mplayer to atstk1002 target_skeletonUlf Samuelsson
2007-08-17Update atngw100 device tableUlf Samuelsson
2007-08-17Update atstk1002 device tableUlf Samuelsson
2007-08-17Update atstk1002 target skeletonUlf Samuelsson
2007-08-17Update atngw100 target skeletonUlf Samuelsson
2007-08-16Update x86 linux26.config to 2.6.22.1; (save 2.6.21.5 file renamed)Ulf Samuelsson
2007-08-16Update at91sam9261ek linux support to 2.6.22.1Ulf Samuelsson
2007-08-16Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIRUlf Samuelsson
2007-08-16Ensure lzma is built *before* linux, allow system installation in /usr/local/binUlf Samuelsson
2007-08-15Add programmable start adr/size to at91bootstrap + support for at91sam9260pfUlf Samuelsson
2007-08-15Add at91sam9260pf (AT91SAM9260 w Par Flash) targetUlf Samuelsson
2007-08-13Workaround bug in TinyX makedepend by removing some whitespaceUlf Samuelsson
2007-08-12Update linux cfg for at91sam9260dfcUlf Samuelsson
2007-08-11Cleanup Atmel boardsUlf Samuelsson
2007-08-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson
2007-08-11Allow compression of cpio targetsUlf Samuelsson