Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-30 | target/Config.in.arch: really provide correct --with-arch= for ARM targets | Peter Korsgaard | |
The ARM arch names are armVx, not armX | |||
2009-03-30 | target/Config.in.arch: provide correct gcc --with-arch= for ARM targets | Peter 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-24 | target/device/x86: only include Makefile if BR2_TARGET_X86 is enabled | Peter Korsgaard | |
Fixes build breakage for !BR2_TARGET_X86 in kernel headers. | |||
2009-03-24 | target/linux: default to bzImage for i386/x86_64 | Peter Korsgaard | |
2009-03-23 | package: auto* needs perl | Peter Korsgaard | |
2009-03-23 | u-boot: add 2009.03 release | Peter Korsgaard | |
2009-03-23 | u-boot: get rid of version specific patch dirs | Peter Korsgaard | |
All those dirs seem a bit excessive for a single patch | |||
2009-03-23 | target/generic: s/TTYSO/TTYS0/ | Peter Korsgaard | |
Thanks to Hiroshi Shinji for noticing. | |||
2009-03-20 | target/generic: add kconfig for serial getty config (port + baudrate) | Peter Korsgaard | |
These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do. | |||
2009-03-20 | target/device: wrap AMD preset in BR2_TARGET_AMD menuconfig | Peter Korsgaard | |
2009-03-20 | target/generic: skeleton: add netdev group for dbus | Peter Korsgaard | |
2009-03-18 | pkgconfig: add pkgconfig package for target | Peter Korsgaard | |
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target. | |||
2009-03-16 | Fix dependency for custom patches when custom patch is empty. | Thiago A. Corrêa | |
2009-03-13 | Fix build (dependency) with custom patch option | Thiago A. Corrêa | |
2009-03-11 | Revert wrongly commited files (u-boot changes) from -r25617 | Thiago A. Corrêa | |
2009-03-11 | Let user skip installation of the GUI module for Qtopia | Thiago A. Corrêa | |
2009-03-04 | target/generic: development system needs wchar + program invocation | Peter Korsgaard | |
2009-03-03 | uclibc: add 0.9.30.1 | Peter Korsgaard | |
2009-03-02 | s/buildroot.uclibc.org/buildroot.net/ | Peter Korsgaard | |
2009-02-25 | avr32: rename 2.6.28.x kernel patches to match current kernel headers version | Peter Korsgaard | |
2009-02-25 | linux: always apply platform patches if available | Peter Korsgaard | |
Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply platform patches if available. | |||
2009-02-25 | kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patches | Peter Korsgaard | |
2009-02-22 | linux-advanced: don't error out on non writable /tftpboot | Peter Korsgaard | |
Odd that we have 2x the same target right after eachother, but this is Makefile.in.advanced ofcourse ;) | |||
2009-02-10 | u-boot: don't touch config.h unless explicitly requested by user | Peter Korsgaard | |
Fixes the problem of important variables like serverip being overwritten with empty strings if the network/default env stuff isn't used. | |||
2009-02-10 | u-boot: remove unused BOOTARGS / BOOTCMD handling | Peter Korsgaard | |
Not available in Kconfig and no references to it in the tree. | |||
2009-02-10 | u-boot: don't make ETH1ADDR setting depend on avr32 | Peter Korsgaard | |
No sensible reason why this should only be present on avr32. | |||
2009-02-09 | Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause ↵ | Thiago A. Corrêa | |
build to fail if user is not root and don't have a /tftpboot folder | |||
2009-02-07 | u-boot: remove commented out line | Peter Korsgaard | |
2009-02-06 | Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix ↵ | Thiago A. Corrêa | |
if one is provided | |||
2009-02-04 | u-boot: fix dependency for host mkimage | Peter Korsgaard | |
2009-02-04 | linux/Makefile.in.advanced: don't depend on phony target for mkimage | Peter Korsgaard | |
Stops continous rebuilds. | |||
2009-02-04 | buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menu | Peter Korsgaard | |
As suggested on the list by Thiago - Makes more sense to have this together with the stuff using it. | |||
2009-02-03 | target/generic: add ttyCPMx device nodes to device_table / securetty | Peter Korsgaard | |
Serial devices for CPM cores on ppc. | |||
2009-02-02 | Update sam9g20 BSP | Ulf Samuelsson | |
2009-02-01 | buildroot: use same defaults for atmel target as everything else | Peter Korsgaard | |
2009-01-31 | Add AT91 defconfigs for binary toolchains | Ulf Samuelsson | |
2009-01-31 | Add barebone at91sam9260 board | Ulf Samuelsson | |
2009-01-31 | Update at91rm9200df BSP | Ulf Samuelsson | |
2009-01-31 | Update atstk200x BSP | Ulf Samuelsson | |
2009-01-31 | Update atstk1005 BSP | Ulf Samuelsson | |
2009-01-31 | Update atngw100 BSP | Ulf Samuelsson | |
2009-01-31 | Update at91sam9263ek BSP | Ulf Samuelsson | |
2009-01-31 | defconfig using binary toolchain | Ulf Samuelsson | |
2009-01-31 | defconfig for arm toolchain | Ulf Samuelsson | |
2009-01-31 | grub: revert r21974 (features.h should never be included explicitly) | Peter Korsgaard | |
features.h (or something including it) is needed for __UCLIBC* to get defined - E.G. without that the build breaks without largefile support. Nigel, what was the reason for your commit and what file not found error did you see? | |||
2009-01-31 | grub: fix build | Peter Korsgaard | |
Revert to the -35 debian patch (from stable.debian.net) so the other patches apply, E.G. effectively revert r23968. Someone who actually uses grub should probably look into updating our version. | |||
2009-01-30 | Remove AVR32 patches from kernel-headers directory and put them in | Ulf Samuelsson | |
"target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" Make sure BR2_KERNEL_HEADERS_PATCH_DIR is enabled for 2.6.28 Set KERNEL_HEADERS_PATCH_DIR="target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" for Atmel AVR32 targets and "valka" | |||
2009-01-30 | target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS | Peter Korsgaard | |
As discussed on the list. | |||
2009-01-30 | target/Config.in.arch: fix ARM abi setting | Peter Korsgaard | |
Reported by Sven Neumann and based on 7f7aac5d3 in Bernhard's tree. | |||
2009-01-30 | readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/ | Peter Korsgaard | |
Package configs should start with BR2_PACKAGE_. |