Peter Korsgaard
3803dc14e4
target/linux: default to bzImage for i386/x86_64
2009-03-24 08:28:04 +00:00
Peter Korsgaard
f91a64d224
package: auto* needs perl
2009-03-23 21:45:52 +00:00
Peter Korsgaard
2e47c82b61
u-boot: add 2009.03 release
2009-03-23 13:30:36 +00:00
Peter Korsgaard
589ab711a6
u-boot: get rid of version specific patch dirs
...
All those dirs seem a bit excessive for a single patch
2009-03-23 13:30:30 +00:00
Peter Korsgaard
cb69d005ad
target/generic: s/TTYSO/TTYS0/
...
Thanks to Hiroshi Shinji for noticing.
2009-03-23 09:44:13 +00:00
Peter Korsgaard
9611fd600b
target/generic: add kconfig for serial getty config (port + baudrate)
...
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 21:59:43 +00:00
Peter Korsgaard
bf1ccf16a2
target/device: wrap AMD preset in BR2_TARGET_AMD menuconfig
2009-03-20 21:59:37 +00:00
Peter Korsgaard
1a57a54804
target/generic: skeleton: add netdev group for dbus
2009-03-20 08:38:33 +00:00
Peter Korsgaard
77754571b2
pkgconfig: add pkgconfig package for target
...
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-18 19:19:10 +00:00
Thiago A. Corrêa
0c84c92b13
Fix dependency for custom patches when custom patch is empty.
2009-03-16 11:38:33 +00:00
Thiago A. Corrêa
d96c3de0da
Fix build (dependency) with custom patch option
2009-03-13 04:31:43 +00:00
Thiago A. Corrêa
227d6e5245
Revert wrongly commited files (u-boot changes) from -r25617
2009-03-11 21:40:00 +00:00
Thiago A. Corrêa
149c0d450c
Let user skip installation of the GUI module for Qtopia
2009-03-11 21:35:07 +00:00
Peter Korsgaard
624b1c4cf1
target/generic: development system needs wchar + program invocation
2009-03-04 11:14:40 +00:00
Peter Korsgaard
7664a62a0c
uclibc: add 0.9.30.1
2009-03-03 09:41:15 +00:00
Peter Korsgaard
4aefa7fbb1
s/buildroot.uclibc.org/buildroot.net/
2009-03-02 08:34:20 +00:00
Peter Korsgaard
4bf006c12c
avr32: rename 2.6.28.x kernel patches to match current kernel headers version
2009-02-25 14:28:49 +00:00
Peter Korsgaard
aae3f1b6b3
linux: always apply platform patches if available
...
Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply
platform patches if available.
2009-02-25 14:28:35 +00:00
Peter Korsgaard
8259f1529a
kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patches
2009-02-25 14:26:03 +00:00
Peter Korsgaard
4700ea5af2
linux-advanced: don't error out on non writable /tftpboot
...
Odd that we have 2x the same target right after eachother, but this is
Makefile.in.advanced ofcourse ;)
2009-02-22 10:38:10 +00:00
Peter Korsgaard
5dac2c31e2
u-boot: don't touch config.h unless explicitly requested by user
...
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 15:19:57 +00:00
Peter Korsgaard
cfeadbdf6c
u-boot: remove unused BOOTARGS / BOOTCMD handling
...
Not available in Kconfig and no references to it in the tree.
2009-02-10 15:19:24 +00:00
Peter Korsgaard
30ab8666e4
u-boot: don't make ETH1ADDR setting depend on avr32
...
No sensible reason why this should only be present on avr32.
2009-02-10 15:19:04 +00:00
Thiago A. Corrêa
0442dce7d0
Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause build to fail if user is not root and don't have a /tftpboot folder
2009-02-09 17:35:00 +00:00
Peter Korsgaard
8b47a479f5
u-boot: remove commented out line
2009-02-07 06:57:37 +00:00
Thiago A. Corrêa
d16f8bf2cd
Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix if one is provided
2009-02-06 17:38:05 +00:00
Peter Korsgaard
8567f5fa15
u-boot: fix dependency for host mkimage
2009-02-04 23:15:51 +00:00
Peter Korsgaard
10f0c6c0b3
linux/Makefile.in.advanced: don't depend on phony target for mkimage
...
Stops continous rebuilds.
2009-02-04 23:15:48 +00:00
Peter Korsgaard
4d12298c67
buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menu
...
As suggested on the list by Thiago - Makes more sense to have this together
with the stuff using it.
2009-02-04 12:47:13 +00:00
Peter Korsgaard
87736033ab
target/generic: add ttyCPMx device nodes to device_table / securetty
...
Serial devices for CPM cores on ppc.
2009-02-03 14:30:44 +00:00
Ulf Samuelsson
23b44e5a37
Update sam9g20 BSP
2009-02-02 07:22:19 +00:00
Peter Korsgaard
23152113a9
buildroot: use same defaults for atmel target as everything else
2009-02-01 19:37:06 +00:00
Ulf Samuelsson
6f295f7c6f
Add AT91 defconfigs for binary toolchains
2009-01-31 21:44:04 +00:00
Ulf Samuelsson
37e6f8b7d0
Add barebone at91sam9260 board
2009-01-31 21:05:29 +00:00
Ulf Samuelsson
4847ef7087
Update at91rm9200df BSP
2009-01-31 21:04:45 +00:00
Ulf Samuelsson
c1bb025dff
Update atstk200x BSP
2009-01-31 20:44:04 +00:00
Ulf Samuelsson
228f4f8e39
Update atstk1005 BSP
2009-01-31 20:43:32 +00:00
Ulf Samuelsson
d97e32744d
Update atngw100 BSP
2009-01-31 20:43:01 +00:00
Ulf Samuelsson
78491a711d
Update at91sam9263ek BSP
2009-01-31 20:42:28 +00:00
Ulf Samuelsson
c8ce0bed9e
defconfig using binary toolchain
2009-01-31 20:41:36 +00:00
Ulf Samuelsson
ba7113b7f2
defconfig for arm toolchain
2009-01-31 20:41:00 +00:00
Peter Korsgaard
c4cd1bcb84
grub: revert r21974 (features.h should never be included explicitly)
...
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 12:30:02 +00:00
Peter Korsgaard
2b3ad678ff
grub: fix build
...
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-31 12:29:55 +00:00
Ulf Samuelsson
c1e444ff72
Remove AVR32 patches from kernel-headers directory and put them in
...
"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 18:39:03 +00:00
Peter Korsgaard
0c54ef9c9a
target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS
...
As discussed on the list.
2009-01-30 14:41:04 +00:00
Peter Korsgaard
acc182cea2
target/Config.in.arch: fix ARM abi setting
...
Reported by Sven Neumann and based on 7f7aac5d3 in Bernhard's tree.
2009-01-30 11:35:04 +00:00
Peter Korsgaard
a72794391a
readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/
...
Package configs should start with BR2_PACKAGE_.
2009-01-30 09:54:59 +00:00
Ulf Samuelsson
c528189f96
Move AVR32 patch to kernel header to unbreak several applications
2009-01-30 08:53:08 +00:00
Ulf Samuelsson
0effa31366
Update some comments, which will cause defconfig to wait for input
2009-01-29 23:32:06 +00:00
Ulf Samuelsson
4ab2b56d19
Update some comments, which will cause defconfig to wait for input
2009-01-29 23:23:51 +00:00