]> rtime.felk.cvut.cz Git - coffee/buildroot.git/log
coffee/buildroot.git
15 years agobuildroot: fix version for 2009.02 2009.02
Peter Korsgaard [Thu, 12 Feb 2009 08:51:16 +0000 (08:51 -0000)]
buildroot: fix version for 2009.02

15 years agogmp/mpfr: use static libraries as make targets
Peter Korsgaard [Tue, 10 Feb 2009 16:38:53 +0000 (16:38 -0000)]
gmp/mpfr: use static libraries as make targets

The host shared objects are no more.

15 years agobinutils: depend on static version of gmp/mpfr
Peter Korsgaard [Tue, 10 Feb 2009 15:48:19 +0000 (15:48 -0000)]
binutils: depend on static version of gmp/mpfr

15 years agou-boot: don't touch config.h unless explicitly requested by user
Peter Korsgaard [Tue, 10 Feb 2009 15:19:57 +0000 (15:19 -0000)]
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.

15 years agogmp/mpfr: fix up dependencies to stop continous rebuild with --disable-shared
Peter Korsgaard [Tue, 10 Feb 2009 15:19:31 +0000 (15:19 -0000)]
gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-shared

Don't list the shared objects as targets for the host compilation now that
we compile with --disable-shared.

15 years agou-boot: remove unused BOOTARGS / BOOTCMD handling
Peter Korsgaard [Tue, 10 Feb 2009 15:19:24 +0000 (15:19 -0000)]
u-boot: remove unused BOOTARGS / BOOTCMD handling

Not available in Kconfig and no references to it in the tree.

15 years agou-boot: don't make ETH1ADDR setting depend on avr32
Peter Korsgaard [Tue, 10 Feb 2009 15:19:04 +0000 (15:19 -0000)]
u-boot: don't make ETH1ADDR setting depend on avr32

No sensible reason why this should only be present on avr32.

15 years agox11/video-xgi: fix vesa/xgi typo
Peter Korsgaard [Tue, 10 Feb 2009 13:01:28 +0000 (13:01 -0000)]
x11/video-xgi: fix vesa/xgi typo

Closes #95

15 years agoRemove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause build to...
Thiago A. Corrêa [Mon, 9 Feb 2009 17:35:00 +0000 (17:35 -0000)]
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

15 years agodocs/news.html: announce -rc4
Peter Korsgaard [Mon, 9 Feb 2009 16:44:09 +0000 (16:44 -0000)]
docs/news.html: announce -rc4

15 years agogmp/mpfr: force static linking
Peter Korsgaard [Mon, 9 Feb 2009 13:01:32 +0000 (13:01 -0000)]
gmp/mpfr: force static linking

Patch by Maxim Grigoriev.

GCC 4.3.x would link with the correct shared library versions, but without
any RPATH, so it ended up looking for then in /usr/lib/ at runtime.
This is less than good, as the version there might not be compatible, and
even worse for distributions like Ubuntu, which doesn't install those
libs by default, the build breaks.

Fix it by forcing static linking instead.

15 years agokernel-headers: bump 2.6.27/2.6.28 stable versions
Peter Korsgaard [Mon, 9 Feb 2009 09:07:10 +0000 (09:07 -0000)]
kernel-headers: bump 2.6.27/2.6.28 stable versions

15 years agovim: cleanup sed invocation
Peter Korsgaard [Sun, 8 Feb 2009 11:00:44 +0000 (11:00 -0000)]
vim: cleanup sed invocation

15 years agou-boot: remove commented out line
Peter Korsgaard [Sat, 7 Feb 2009 06:57:37 +0000 (06:57 -0000)]
u-boot: remove commented out line

15 years agoalsa-lib: make python option depend on python
Peter Korsgaard [Sat, 7 Feb 2009 06:57:29 +0000 (06:57 -0000)]
alsa-lib: make python option depend on python

As discussed on the list.

15 years agoSimplify kernel naming scheme. Only use kernel name plus the rootfs suffix if one...
Thiago A. Corrêa [Fri, 6 Feb 2009 17:38:05 +0000 (17:38 -0000)]
Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix if one is provided

15 years agotoolchain/gcc/4.3.2: use what really got committed upstream for PR39076
Peter Korsgaard [Thu, 5 Feb 2009 14:13:43 +0000 (14:13 -0000)]
toolchain/gcc/4.3.2: use what really got committed upstream for PR39076

Thanks to Sven Neumann for noticing.

15 years agompg123: remove unused mpg123x target (debug?)
Peter Korsgaard [Thu, 5 Feb 2009 13:24:22 +0000 (13:24 -0000)]
mpg123: remove unused mpg123x target (debug?)

15 years agompg123: remove arm funroll-loops workaround
Peter Korsgaard [Thu, 5 Feb 2009 13:24:18 +0000 (13:24 -0000)]
mpg123: remove arm funroll-loops workaround

Fixed by toolchain patch.

15 years agotoolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205
Peter Korsgaard [Thu, 5 Feb 2009 13:24:14 +0000 (13:24 -0000)]
toolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205

We don't use the iwmmxt abi anymore.

15 years agotoolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993
Peter Korsgaard [Thu, 5 Feb 2009 13:24:11 +0000 (13:24 -0000)]
toolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993

Rename it so it actually gets applied and fix it so it can be applied
(-p level).

15 years agompg123: cleanup unused hunk after r25004
Peter Korsgaard [Thu, 5 Feb 2009 13:24:07 +0000 (13:24 -0000)]
mpg123: cleanup unused hunk after r25004

15 years agompg123: cleanup after r19300 (don't introduce unneeded hidden configs)
Peter Korsgaard [Thu, 5 Feb 2009 13:24:01 +0000 (13:24 -0000)]
mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)

15 years agotremor: strip target lib
Peter Korsgaard [Wed, 4 Feb 2009 23:51:11 +0000 (23:51 -0000)]
tremor: strip target lib

15 years agomicroperl: strip target binary
Peter Korsgaard [Wed, 4 Feb 2009 23:51:06 +0000 (23:51 -0000)]
microperl: strip target binary

15 years agou-boot: fix dependency for host mkimage
Peter Korsgaard [Wed, 4 Feb 2009 23:15:51 +0000 (23:15 -0000)]
u-boot: fix dependency for host mkimage

15 years agolinux/Makefile.in.advanced: don't depend on phony target for mkimage
Peter Korsgaard [Wed, 4 Feb 2009 23:15:48 +0000 (23:15 -0000)]
linux/Makefile.in.advanced: don't depend on phony target for mkimage

Stops continous rebuilds.

15 years agoalsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON
Peter Korsgaard [Wed, 4 Feb 2009 23:15:42 +0000 (23:15 -0000)]
alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON

Tell it where to find the python headers.

15 years agotoolchain: revert r25193 (Change binary toolchain configuration)
Peter Korsgaard [Wed, 4 Feb 2009 13:42:40 +0000 (13:42 -0000)]
toolchain: revert r25193 (Change binary toolchain configuration)

As discussed on the list.

15 years agopackage: remove ltt dir (git-svn issue)
Peter Korsgaard [Wed, 4 Feb 2009 12:57:21 +0000 (12:57 -0000)]
package: remove ltt dir (git-svn issue)

15 years agopackage/: remove obsolete ltt package
Peter Korsgaard [Wed, 4 Feb 2009 12:56:35 +0000 (12:56 -0000)]
package/: remove obsolete ltt package

As discussed on the list.

15 years agobuildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menu
Peter Korsgaard [Wed, 4 Feb 2009 12:47:13 +0000 (12:47 -0000)]
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.

15 years agosetlocalversion: sync with HEAD of kernel git
Peter Korsgaard [Tue, 3 Feb 2009 16:24:13 +0000 (16:24 -0000)]
setlocalversion: sync with HEAD of kernel git

Outputs correct svn revision (latest change, not repo version).

15 years agotarget/generic: add ttyCPMx device nodes to device_table / securetty
Peter Korsgaard [Tue, 3 Feb 2009 14:30:44 +0000 (14:30 -0000)]
target/generic: add ttyCPMx device nodes to device_table / securetty

Serial devices for CPM cores on ppc.

15 years agouClibc: remove unused 0.9.29 wchar defconfig
Peter Korsgaard [Tue, 3 Feb 2009 14:29:36 +0000 (14:29 -0000)]
uClibc: remove unused 0.9.29 wchar defconfig

We add the wchar stuff at compile time using sed, so the default defconfig
works, the file hasn't seen any updates since it first got committed, and
there's no references to it in the tree.

15 years agouClibc: enable LDSO_RUNPATH in defconfigs (use ELF RPATH info)
Peter Korsgaard [Tue, 3 Feb 2009 14:28:43 +0000 (14:28 -0000)]
uClibc: enable LDSO_RUNPATH in defconfigs (use ELF RPATH info)

Fixes mysql-client package (installs shared libraries into /usr/lib/mysql
and sets RPATH).

15 years agokernel-headers: 2.6.28.x: remove cris patch applied upstream
Peter Korsgaard [Mon, 2 Feb 2009 21:04:13 +0000 (21:04 -0000)]
kernel-headers: 2.6.28.x: remove cris patch applied upstream

15 years agokernel-headers: bump 2.6.27/2.6.28 stable versions
Peter Korsgaard [Mon, 2 Feb 2009 20:13:57 +0000 (20:13 -0000)]
kernel-headers: bump 2.6.27/2.6.28 stable versions

15 years agoDefine OSIP_CFLAGS and OSIP_LIBS for libeXosip2
Ulf Samuelsson [Mon, 2 Feb 2009 07:24:48 +0000 (07:24 -0000)]
Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2

15 years agoUpdate sam9g20 BSP
Ulf Samuelsson [Mon, 2 Feb 2009 07:22:19 +0000 (07:22 -0000)]
Update sam9g20 BSP

15 years agoMark ltt as broken (all versions of tarball removed from SITE), package obsolete
Ulf Samuelsson [Mon, 2 Feb 2009 07:20:54 +0000 (07:20 -0000)]
Mark ltt as broken (all versions of tarball removed from SITE), package obsolete

15 years agoUpdate buildall.sh with result of latest ARM tests + whitespace cleanups
Ulf Samuelsson [Mon, 2 Feb 2009 07:19:31 +0000 (07:19 -0000)]
Update buildall.sh with result of latest ARM tests + whitespace cleanups

15 years agoCreate a log file as well as stdout during test
Ulf Samuelsson [Mon, 2 Feb 2009 07:18:19 +0000 (07:18 -0000)]
Create a log file as well as stdout during test

15 years agoDo not build target compiler during test
Ulf Samuelsson [Mon, 2 Feb 2009 07:17:23 +0000 (07:17 -0000)]
Do not build target compiler during test

15 years agoRemove empty directory left after dbus/libxml2 cleanup
Hamish Moffatt [Mon, 2 Feb 2009 00:39:14 +0000 (00:39 -0000)]
Remove empty directory left after dbus/libxml2 cleanup

15 years agoalsa-lib: clean up makefile
Peter Korsgaard [Sun, 1 Feb 2009 19:37:14 +0000 (19:37 -0000)]
alsa-lib: clean up makefile

As discussed on the list. I suspect the ARM abi thing isn't needed anymore
now we use the correct abi in the first place, but I'll leave it in until
after the release.

15 years agompfr: bump version
Peter Korsgaard [Sun, 1 Feb 2009 19:37:09 +0000 (19:37 -0000)]
mpfr: bump version

I know that changing something as fundamental as mpfr this close to the
release isn't really ideal, but it's listed as the minimum version
for gcc 4.3.x:

http://gcc.gnu.org/install/prerequisites.html

Bernhard's tree has been using 2.3.2 since October, so the risk is probably
not that big though.

15 years agobuildroot: use same defaults for atmel target as everything else
Peter Korsgaard [Sun, 1 Feb 2009 19:37:06 +0000 (19:37 -0000)]
buildroot: use same defaults for atmel target as everything else

15 years agobusybox: additional 1.13.2 fixes
Peter Korsgaard [Sun, 1 Feb 2009 19:36:56 +0000 (19:36 -0000)]
busybox: additional 1.13.2 fixes

15 years agoDo not overwrite user configuration
Ulf Samuelsson [Sun, 1 Feb 2009 16:10:47 +0000 (16:10 -0000)]
Do not overwrite user configuration

15 years agodocs/news.html: announce -rc3
Peter Korsgaard [Sat, 31 Jan 2009 23:02:41 +0000 (23:02 -0000)]
docs/news.html: announce -rc3

15 years agodbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)
Peter Korsgaard [Sat, 31 Jan 2009 22:53:35 +0000 (22:53 -0000)]
dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)

It was a bogus revert.

15 years agoAdd AT91 defconfigs for binary toolchains
Ulf Samuelsson [Sat, 31 Jan 2009 21:44:04 +0000 (21:44 -0000)]
Add AT91 defconfigs for binary toolchains

15 years agoAdd barebone at91sam9260 board
Ulf Samuelsson [Sat, 31 Jan 2009 21:05:29 +0000 (21:05 -0000)]
Add barebone at91sam9260 board

15 years agoUpdate at91rm9200df BSP
Ulf Samuelsson [Sat, 31 Jan 2009 21:04:45 +0000 (21:04 -0000)]
Update at91rm9200df BSP

15 years agoUnbreak Peters 'fixes' to dbus for a second time
Ulf Samuelsson [Sat, 31 Jan 2009 21:01:24 +0000 (21:01 -0000)]
Unbreak Peters 'fixes' to dbus for a second time

15 years agoChange binary toolchain configuration, so
Ulf Samuelsson [Sat, 31 Jan 2009 20:49:59 +0000 (20:49 -0000)]
Change binary toolchain configuration, so
that the options become visible just below
the config, instead of at bottom of screen

Create a more useful default as toolchain path.

Allow generation of a script which sets up
paths to a binary toolchain generated by buildroot.

15 years agoUpdate atstk200x BSP
Ulf Samuelsson [Sat, 31 Jan 2009 20:44:04 +0000 (20:44 -0000)]
Update atstk200x BSP

15 years agoUpdate atstk1005 BSP
Ulf Samuelsson [Sat, 31 Jan 2009 20:43:32 +0000 (20:43 -0000)]
Update atstk1005 BSP

15 years agoUpdate atngw100 BSP
Ulf Samuelsson [Sat, 31 Jan 2009 20:43:01 +0000 (20:43 -0000)]
Update atngw100 BSP

15 years agoUpdate at91sam9263ek BSP
Ulf Samuelsson [Sat, 31 Jan 2009 20:42:28 +0000 (20:42 -0000)]
Update at91sam9263ek BSP

15 years agodefconfig using binary toolchain
Ulf Samuelsson [Sat, 31 Jan 2009 20:41:36 +0000 (20:41 -0000)]
defconfig using binary toolchain

15 years agodefconfig for arm toolchain
Ulf Samuelsson [Sat, 31 Jan 2009 20:41:00 +0000 (20:41 -0000)]
defconfig for arm toolchain

15 years agomake update shoudl save to PROJECT_defconfig
Ulf Samuelsson [Sat, 31 Jan 2009 20:38:55 +0000 (20:38 -0000)]
make update shoudl save to PROJECT_defconfig

15 years agox11r7: make xman and xcb-util visible in Kconfig
Peter Korsgaard [Sat, 31 Jan 2009 19:08:20 +0000 (19:08 -0000)]
x11r7: make xman and xcb-util visible in Kconfig

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
15 years agodbus: revert to pre-r25021 situation
Peter Korsgaard [Sat, 31 Jan 2009 18:39:55 +0000 (18:39 -0000)]
dbus: revert to pre-r25021 situation

Revert to pre-r25021 situation, but add extra comments explaining the
situation.

15 years agontp: fix time sync issue
Peter Korsgaard [Sat, 31 Jan 2009 18:39:49 +0000 (18:39 -0000)]
ntp: fix time sync issue

Fix for https://support.ntp.org/bugs/show_bug.cgi?id=769 - Patch from gentoo.

15 years agogrub: revert r21974 (features.h should never be included explicitly)
Peter Korsgaard [Sat, 31 Jan 2009 12:30:02 +0000 (12:30 -0000)]
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?

15 years agogrub: fix build
Peter Korsgaard [Sat, 31 Jan 2009 12:29:55 +0000 (12:29 -0000)]
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.

15 years agodbus dependencies needs to be ready before ./configure
Ulf Samuelsson [Sat, 31 Jan 2009 12:02:40 +0000 (12:02 -0000)]
dbus dependencies needs to be ready before ./configure

15 years agoWorkaround for AVR32 compiler issue affecting inlining, causing alsa-lib to break...
Ulf Samuelsson [Sat, 31 Jan 2009 10:18:23 +0000 (10:18 -0000)]
Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to break, feedback to AVR32 compiler team will be sent

15 years agoRemove AVR32 patches from kernel-headers directory and put them in
Ulf Samuelsson [Fri, 30 Jan 2009 18:39:03 +0000 (18:39 -0000)]
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"

15 years agoExtend External Toolchain options (match buildroot built toolchain):
Daniel Laird [Fri, 30 Jan 2009 16:28:26 +0000 (16:28 -0000)]
Extend External Toolchain options (match buildroot built toolchain):

Have added options that mean you can set the same BR2_XXXX variables
for external toolchain and internal (buildroot built) toolchain.

This means the same set of packages can be built now me as for you.....

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agotarget/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS
Peter Korsgaard [Fri, 30 Jan 2009 14:41:04 +0000 (14:41 -0000)]
target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS

As discussed on the list.

15 years agodbus: fix xml dependency and stop continous rebuilds
Peter Korsgaard [Fri, 30 Jan 2009 13:54:47 +0000 (13:54 -0000)]
dbus: fix xml dependency and stop continous rebuilds

15 years agodbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works but may...
Peter Korsgaard [Fri, 30 Jan 2009 13:54:42 +0000 (13:54 -0000)]
dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works but may need refinement)

As discussed on the list - Too complicated and wrong.

15 years agotoolchain: fix up GNU_TARGET_NAME link and target_utils location
Peter Korsgaard [Fri, 30 Jan 2009 13:34:42 +0000 (13:34 -0000)]
toolchain: fix up GNU_TARGET_NAME link and target_utils location

The GNU_TARGET_NAME symlink and target_utils location were not correctly
adjusted to match the move of the toolchain to $(STAGING_DIR)/usr,
creating dangling symlinks.

15 years agotoolchain/gcc: remove unused gcc 3.x cruft from 4.x makefile (sysroot)
Peter Korsgaard [Fri, 30 Jan 2009 13:34:35 +0000 (13:34 -0000)]
toolchain/gcc: remove unused gcc 3.x cruft from 4.x makefile (sysroot)

15 years agotarget/Config.in.arch: fix ARM abi setting
Peter Korsgaard [Fri, 30 Jan 2009 11:35:04 +0000 (11:35 -0000)]
target/Config.in.arch: fix ARM abi setting

Reported by Sven Neumann and based on 7f7aac5d3 in Bernhard's tree.

15 years agoqte.mk: Add a 'comment' to indicate the need for NPTL threads
Daniel Laird [Fri, 30 Jan 2009 11:30:21 +0000 (11:30 -0000)]
qte.mk: Add a 'comment' to indicate the need for NPTL threads

Make sure the developer is informed why a package is not
visable and that they need to have a NPTL enabled
toolchain.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agoqte.mk: Use depends on for toolchain features
Daniel Laird [Fri, 30 Jan 2009 10:49:59 +0000 (10:49 -0000)]
qte.mk: Use depends on for toolchain features

Buildroot is adopting depends on for toolchain features and
select for packages. Make this change in this file.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agotoolchain/gcc/4.3.2: accept abi=aapcs-linux for EABI
Peter Korsgaard [Fri, 30 Jan 2009 10:35:55 +0000 (10:35 -0000)]
toolchain/gcc/4.3.2: accept abi=aapcs-linux for EABI

From Bernhards' tree, thanks to Sven Neuman for noticing. See also
http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01500.html

15 years agoreadline: s/BR2_READLINE/BR2_PACKAGE_READLINE/
Peter Korsgaard [Fri, 30 Jan 2009 09:54:59 +0000 (09:54 -0000)]
readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/

Package configs should start with BR2_PACKAGE_.

15 years agoreadline: remove BR2_PACKAGE_READLINE_TARGET configuration option
Peter Korsgaard [Fri, 30 Jan 2009 09:50:13 +0000 (09:50 -0000)]
readline: remove BR2_PACKAGE_READLINE_TARGET configuration option

Other packages don't have this, and several packages are depending on
readline where they actually want readline-target instead.

15 years agoreadline: remove redundant BR2_PACKAGE_READLINE_HEADERS configuration
Peter Korsgaard [Fri, 30 Jan 2009 09:50:02 +0000 (09:50 -0000)]
readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configuration

Header files on target is globally controlled by BR2_HAVE_DEVFILES.

15 years agoMove AVR32 patch to kernel header to unbreak several applications
Ulf Samuelsson [Fri, 30 Jan 2009 08:53:08 +0000 (08:53 -0000)]
Move AVR32 patch to kernel header to unbreak several applications

15 years agoFix dbus dependency on libxml2, without rebuild, works but may need refinement
Ulf Samuelsson [Fri, 30 Jan 2009 07:40:14 +0000 (07:40 -0000)]
Fix dbus dependency on libxml2, without rebuild, works but may need refinement

15 years agoUpdate some comments, which will cause defconfig to wait for input
Ulf Samuelsson [Thu, 29 Jan 2009 23:32:06 +0000 (23:32 -0000)]
Update some comments, which will cause defconfig to wait for input

15 years agoUpdate some comments, which will cause defconfig to wait for input
Ulf Samuelsson [Thu, 29 Jan 2009 23:23:51 +0000 (23:23 -0000)]
Update some comments, which will cause defconfig to wait for input

15 years agoUpdate some comments, which will cause defconfig to wait for input
Ulf Samuelsson [Thu, 29 Jan 2009 23:22:27 +0000 (23:22 -0000)]
Update some comments, which will cause defconfig to wait for input

15 years agoat91rm9200df defconfig comment update
Ulf Samuelsson [Thu, 29 Jan 2009 23:02:41 +0000 (23:02 -0000)]
at91rm9200df defconfig comment update

15 years ago2.6.23 is not patchable for at91, cleanup some comments
Ulf Samuelsson [Thu, 29 Jan 2009 22:45:55 +0000 (22:45 -0000)]
2.6.23 is not patchable for at91, cleanup some comments

15 years agoDelete AT91 patches before 2.6.22
Ulf Samuelsson [Thu, 29 Jan 2009 22:40:27 +0000 (22:40 -0000)]
Delete AT91 patches before 2.6.22

15 years agoCleanup of AT91 patches
Ulf Samuelsson [Thu, 29 Jan 2009 22:33:23 +0000 (22:33 -0000)]
Cleanup of AT91 patches

15 years agoRemove some unneeded AT91 patches
Ulf Samuelsson [Thu, 29 Jan 2009 22:11:46 +0000 (22:11 -0000)]
Remove some unneeded AT91 patches

15 years agoUpdate at91sam9263ek BSP
Ulf Samuelsson [Thu, 29 Jan 2009 22:00:58 +0000 (22:00 -0000)]
Update at91sam9263ek BSP

15 years agoUpdate at91sam9261ek BSP
Ulf Samuelsson [Thu, 29 Jan 2009 21:54:58 +0000 (21:54 -0000)]
Update at91sam9261ek BSP

15 years agoUpdate at91sam960dfc BSP
Ulf Samuelsson [Thu, 29 Jan 2009 21:47:42 +0000 (21:47 -0000)]
Update at91sam960dfc BSP

15 years agoUpdate at9sam9g20dfc BSP
Ulf Samuelsson [Thu, 29 Jan 2009 21:37:29 +0000 (21:37 -0000)]
Update at9sam9g20dfc BSP

15 years agomysql-client: remove test / benchmark stuff from target (saves ~70MB)
Peter Korsgaard [Thu, 29 Jan 2009 21:33:32 +0000 (21:33 -0000)]
mysql-client: remove test / benchmark stuff from target (saves ~70MB)