buildroot.git
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)

15 years agoCleanup AT91 board support
Ulf Samuelsson [Thu, 29 Jan 2009 21:29:19 +0000 (21:29 -0000)]
Cleanup AT91 board support

15 years agoClean up at91bootstrap
Ulf Samuelsson [Thu, 29 Jan 2009 21:28:57 +0000 (21:28 -0000)]
Clean up at91bootstrap

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

15 years agoRemove default value from choice in x86 config
Ulf Samuelsson [Thu, 29 Jan 2009 21:17:36 +0000 (21:17 -0000)]
Remove default value from choice in x86 config

15 years agoRemove obsolete at91bootstrap patches
Ulf Samuelsson [Thu, 29 Jan 2009 20:52:52 +0000 (20:52 -0000)]
Remove obsolete at91bootstrap patches

15 years agoClean up AVR32 Linux support for atngw100, atstk100x and atstk1005
Ulf Samuelsson [Thu, 29 Jan 2009 20:51:05 +0000 (20:51 -0000)]
Clean up AVR32 Linux support for atngw100, atstk100x and atstk1005
The boards now support 2.6.27.13 as default
There are configs for 2.6.28.2, but this patch is marked (experimental)
Configuration options for no longer existing patches are removed
(AC-97,ISI and PS2-I/F)

15 years agoClean up ARM Ltd. BSP
Ulf Samuelsson [Thu, 29 Jan 2009 20:10:23 +0000 (20:10 -0000)]
Clean up ARM Ltd. BSP

15 years agosqlite: bump version
Peter Korsgaard [Thu, 29 Jan 2009 19:49:22 +0000 (19:49 -0000)]
sqlite: bump version

Fixes several database corruption bugs

15 years agoUpdate x86 BSP to latest uclibc/linux/tools versions
Ulf Samuelsson [Thu, 29 Jan 2009 19:25:24 +0000 (19:25 -0000)]
Update x86 BSP to latest uclibc/linux/tools versions

15 years agotoolchain/gcc: remove ancient (and unused) i386 softfloat patch
Peter Korsgaard [Thu, 29 Jan 2009 19:24:31 +0000 (19:24 -0000)]
toolchain/gcc: remove ancient (and unused) i386 softfloat patch

15 years agotoolchain/gcc: remove unused GCC_ENABLE_CLOCALE
Peter Korsgaard [Thu, 29 Jan 2009 19:13:53 +0000 (19:13 -0000)]
toolchain/gcc: remove unused GCC_ENABLE_CLOCALE

This variable was introduced in r17046 (add gfortran support,
2006-12-22) and wasn't used even there.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
15 years agoClean up x86 support
Ulf Samuelsson [Thu, 29 Jan 2009 17:52:39 +0000 (17:52 -0000)]
Clean up x86 support

15 years agoClean up ARM Ltd BSP
Ulf Samuelsson [Thu, 29 Jan 2009 17:41:36 +0000 (17:41 -0000)]
Clean  up ARM Ltd BSP

15 years agoRemove obsolete Sharp BSP
Ulf Samuelsson [Thu, 29 Jan 2009 17:28:06 +0000 (17:28 -0000)]
Remove obsolete Sharp BSP

15 years agoRemove Via BSP which only provide support for linux-2.4
Ulf Samuelsson [Thu, 29 Jan 2009 17:26:08 +0000 (17:26 -0000)]
Remove Via BSP which only provide support for linux-2.4

15 years agoRemove Soekris BSP which only provide support for linux-2.4
Ulf Samuelsson [Thu, 29 Jan 2009 17:23:35 +0000 (17:23 -0000)]
Remove Soekris BSP which only provide support for linux-2.4

15 years agoRemove jp BSP which only provide support for linux-2.4
Ulf Samuelsson [Thu, 29 Jan 2009 17:22:49 +0000 (17:22 -0000)]
Remove jp BSP which only provide support for linux-2.4

15 years agoRemove Hitachi BSP, does not do ANYTHING except providing a differernt uClibc configu...
Ulf Samuelsson [Thu, 29 Jan 2009 17:22:10 +0000 (17:22 -0000)]
Remove Hitachi BSP, does not do ANYTHING except providing a differernt uClibc configuration for an obsolete version

15 years agoRemove unneeded ARM architecure patch, just a clone of SAM9260 support
Ulf Samuelsson [Thu, 29 Jan 2009 17:21:16 +0000 (17:21 -0000)]
Remove unneeded ARM architecure patch, just a clone of SAM9260 support

15 years agotarget/device: remove obsolete Sharp/LNode80 platform
Peter Korsgaard [Thu, 29 Jan 2009 17:05:12 +0000 (17:05 -0000)]
target/device: remove obsolete Sharp/LNode80 platform

As discussed on the list and requested on irc:

< prpplague> Jacmet: hey, just wanted to drop a note to confirm that the
             LNode80 can be removed, we never went into full scale
             production of it, only 20 were ever made

15 years agobusybox: rebuild if .config changed
Peter Korsgaard [Thu, 29 Jan 2009 11:29:49 +0000 (11:29 -0000)]
busybox: rebuild if .config changed

As reported on irc - Fixes busybox-menuconfig

15 years agobusybox: remove unused handling of ancient versions no longer in BR
Peter Korsgaard [Thu, 29 Jan 2009 11:27:20 +0000 (11:27 -0000)]
busybox: remove unused handling of ancient versions no longer in BR

15 years agogamin: fix build
Peter Korsgaard [Thu, 29 Jan 2009 10:13:02 +0000 (10:13 -0000)]
gamin: fix build

Dependencies were wrong, and it didn't build without largefile support.

15 years agorun test with some knowledge of ARCH
Ulf Samuelsson [Thu, 29 Jan 2009 09:36:35 +0000 (09:36 -0000)]
run test with some knowledge of ARCH

15 years agomake flush, should always be visible
Ulf Samuelsson [Thu, 29 Jan 2009 09:34:11 +0000 (09:34 -0000)]
make flush, should always be visible

15 years agoUpdate atstk100x BSP
Ulf Samuelsson [Thu, 29 Jan 2009 09:33:25 +0000 (09:33 -0000)]
Update atstk100x BSP

15 years agoAdd AVR32 support for linux-2.6.28.2
Ulf Samuelsson [Thu, 29 Jan 2009 09:32:45 +0000 (09:32 -0000)]
Add AVR32 support for linux-2.6.28.2

15 years agoAdd radvd to the list of packages
Peter Korsgaard [Wed, 28 Jan 2009 21:38:49 +0000 (21:38 -0000)]
Add radvd to the list of packages

Add radvd, the IPv6 router advertisement daemon.

Signed-off-by: Amand Tihon <amand.tihon@alrj.org>
15 years agoxpdf: depends on freetype, so select it in kconfig as well
Peter Korsgaard [Wed, 28 Jan 2009 20:09:03 +0000 (20:09 -0000)]
xpdf: depends on freetype, so select it in kconfig as well

15 years agotoolchain: cris fixes for gcc 4.3.x / linux 2.6.28.x
Peter Korsgaard [Wed, 28 Jan 2009 16:37:09 +0000 (16:37 -0000)]
toolchain: cris fixes for gcc 4.3.x / linux 2.6.28.x

Patches by Hinko Kocevar <hinko.kocevar@cetrtapot.si>

15 years agotoolchain/uClibc: fix 0.9.30 build with linuxthreads on ARM
Peter Korsgaard [Wed, 28 Jan 2009 15:48:52 +0000 (15:48 -0000)]
toolchain/uClibc: fix 0.9.30 build with linuxthreads on ARM

Patch by Will Wagner <will_wagner@carallon.com> - From uclibc svn r25099.

15 years agoautoconf.mk: Bounce version to 2.63
Daniel Laird [Wed, 28 Jan 2009 15:35:39 +0000 (15:35 -0000)]
autoconf.mk: Bounce version to 2.63

Have been having various issues with multiple jobs (-jX) and building
autoconf.  Turns out that v2.63 has fixed this.  So bounce version
to a working version.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agoalsa-lib: fix build with largefile on 32bit archs
Peter Korsgaard [Wed, 28 Jan 2009 15:33:08 +0000 (15:33 -0000)]
alsa-lib: fix build with largefile on 32bit archs

Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working
with upstream to get it fixed. Patch from alsa-lib.git.

15 years agoavahi-autoipd: fix issue with repeated builds
Peter Korsgaard [Wed, 28 Jan 2009 15:12:05 +0000 (15:12 -0000)]
avahi-autoipd: fix issue with repeated builds

The avahi-autoipd target install step adds /var/lib/avahi-autoipd as a
symlink to /tmp/avahi-autoipd, which is fine, except if your /var/lib is
already a symlink to /tmp (E.G. like the default target_skeleton is).

If that's the case, then you end up adding a /tmp/avahi-autoipd symlink
pointing to itself, causing subsequent builds to fail
(Too many levels of symbolic links in the ln -sf call). Fix it by simply
first removing the symlink if it's there.

15 years agoxfs is a mainline filesystem with no alternative regarding tools in busybox, remove...
Nigel Kukard [Wed, 28 Jan 2009 13:16:27 +0000 (13:16 -0000)]
xfs is a mainline filesystem with no alternative regarding tools in busybox, remove depend on deprecated

15 years ago* Cleanup of prefix
Nigel Kukard [Wed, 28 Jan 2009 13:14:51 +0000 (13:14 -0000)]
* Cleanup of prefix

15 years agoConfig.in: remove extra white space added in r25086.
Peter Korsgaard [Wed, 28 Jan 2009 07:59:48 +0000 (07:59 -0000)]
Config.in: remove extra white space added in r25086.

Thanks to HcE for noticing.

15 years agofix configuration wrt elf2flt
Peter Korsgaard [Wed, 28 Jan 2009 06:32:39 +0000 (06:32 -0000)]
fix configuration wrt elf2flt

The buildroot toolchain is installed in $(STAGING_DIR)/usr/bin and not
in $(STAGING_DIR)/bin so let,s adjust the --prefix accordingly.

Also the BFLT binary format is always stripped by definition, so it is
incompatible with any kind of stripping option.

Signed-off-by: Nicolas Pitre <nico@cam.org>
15 years agoelf2flt: fix link
Peter Korsgaard [Wed, 28 Jan 2009 06:32:33 +0000 (06:32 -0000)]
elf2flt: fix link

Seems like recent binutils has pulled in inflate support, so we need to
link with zlib.

15 years agoMakefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1)
Peter Korsgaard [Wed, 28 Jan 2009 06:32:28 +0000 (06:32 -0000)]
Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1)

As requested on irc.

15 years agowebkit: depend on C++ + wchar support in toolkit, as icu needs it
Peter Korsgaard [Tue, 27 Jan 2009 15:10:08 +0000 (15:10 -0000)]
webkit: depend on C++ + wchar support in toolkit, as icu needs it

15 years agowebkit: don't depend on X server
Peter Korsgaard [Tue, 27 Jan 2009 15:02:40 +0000 (15:02 -0000)]
webkit: don't depend on X server

15 years agolibxml2: stop continous rerun of post-extract target
Peter Korsgaard [Tue, 27 Jan 2009 15:02:34 +0000 (15:02 -0000)]
libxml2: stop continous rerun of post-extract target

Touch stamp file (seems to have been missed by r23656).

15 years agoicu: needs wchar support in toolchain as well
Peter Korsgaard [Tue, 27 Jan 2009 15:02:29 +0000 (15:02 -0000)]
icu: needs wchar support in toolchain as well

15 years agoicu: add project url to help text
Peter Korsgaard [Tue, 27 Jan 2009 15:02:25 +0000 (15:02 -0000)]
icu: add project url to help text

15 years agoicu: needs C++ support in toolchain
Peter Korsgaard [Tue, 27 Jan 2009 15:02:22 +0000 (15:02 -0000)]
icu: needs C++ support in toolchain

15 years agowebkit: revert r24983 (Disable webkit (with comment) if X is not available)
Peter Korsgaard [Tue, 27 Jan 2009 15:02:13 +0000 (15:02 -0000)]
webkit: revert r24983 (Disable webkit (with comment) if X is not available)

Webkit doesn't need X.

15 years agoUpdate at91rm9200df BSP
Ulf Samuelsson [Tue, 27 Jan 2009 06:05:15 +0000 (06:05 -0000)]
Update at91rm9200df BSP

15 years agoalsa-lib: fix typo in -source target
Peter Korsgaard [Tue, 27 Jan 2009 05:43:29 +0000 (05:43 -0000)]
alsa-lib: fix typo in -source target

15 years agoCreate a common BR2_COPYTO to prepare to replace
Ulf Samuelsson [Mon, 26 Jan 2009 23:52:31 +0000 (23:52 -0000)]
Create a common BR2_COPYTO to prepare to replace
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.

15 years agoUpdate at91sam9260dfc BSP
Ulf Samuelsson [Mon, 26 Jan 2009 21:19:05 +0000 (21:19 -0000)]
Update at91sam9260dfc BSP

15 years agotarget/device/Atmel/arch-avr32: remove old unused kernel patches
Peter Korsgaard [Mon, 26 Jan 2009 21:10:11 +0000 (21:10 -0000)]
target/device/Atmel/arch-avr32: remove old unused kernel patches

As discussed on the list:

22:08 < HcE> Jacmet: so yes, AVR32 wise you can delete anything older than
             2.6.27

15 years agotoolchain/kernel-headers: remove ancient (and unused) patches
Peter Korsgaard [Mon, 26 Jan 2009 21:02:25 +0000 (21:02 -0000)]
toolchain/kernel-headers: remove ancient (and unused) patches

15 years agotoolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patches
Peter Korsgaard [Mon, 26 Jan 2009 21:02:15 +0000 (21:02 -0000)]
toolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patches

15 years agoUpdate documentation with BUILDROOT_USE_XWINDOWS, & linux cleanup
Ulf Samuelsson [Mon, 26 Jan 2009 20:26:16 +0000 (20:26 -0000)]
Update documentation with BUILDROOT_USE_XWINDOWS, & linux cleanup

15 years agoReplace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with BUILDROOT_USE_XWINDOWS
Ulf Samuelsson [Mon, 26 Jan 2009 20:17:06 +0000 (20:17 -0000)]
Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with BUILDROOT_USE_XWINDOWS

15 years agoMakefile: fix typo introduced in r25601
Peter Korsgaard [Mon, 26 Jan 2009 19:42:47 +0000 (19:42 -0000)]
Makefile: fix typo introduced in r25601

15 years agolibcgicc: don't build demos
Peter Korsgaard [Mon, 26 Jan 2009 19:41:47 +0000 (19:41 -0000)]
libcgicc: don't build demos

And remove unneeded patch for demos while we're at it.

15 years agolibcgicc: install to usr/lib
Peter Korsgaard [Mon, 26 Jan 2009 19:41:32 +0000 (19:41 -0000)]
libcgicc: install to usr/lib

15 years agoFix spelling error in Makefile comment
Ulf Samuelsson [Mon, 26 Jan 2009 19:37:54 +0000 (19:37 -0000)]
Fix spelling error in Makefile comment