buildroot.git
15 years agoBump vpnc version and remove build of man pages, which breaks when cross compiling
Ulf Samuelsson [Wed, 14 Jan 2009 23:50:44 +0000 (23:50 -0000)]
Bump vpnc version and remove build of man pages, which breaks when cross compiling

15 years agolibeXosip2 is dependent on libosip2
Ulf Samuelsson [Wed, 14 Jan 2009 23:49:24 +0000 (23:49 -0000)]
libeXosip2 is dependent on libosip2

15 years agoUpdate deprecated bmove to memmove in ttcp
Ulf Samuelsson [Wed, 14 Jan 2009 22:52:31 +0000 (22:52 -0000)]
Update deprecated bmove to memmove in ttcp

15 years agoForce use of HOST_GLIB instead of /usr/bin for libgtk2
Ulf Samuelsson [Wed, 14 Jan 2009 22:11:13 +0000 (22:11 -0000)]
Force use of HOST_GLIB instead of /usr/bin for libgtk2

15 years agoUpdate deprecated bcopy,bcmp,bzero to mem* in mrouted
Ulf Samuelsson [Wed, 14 Jan 2009 22:08:36 +0000 (22:08 -0000)]
Update deprecated bcopy,bcmp,bzero to mem* in mrouted

15 years agoRemove references to sys/timeb.h in libupnp configure, ftime is removed from source...
Ulf Samuelsson [Wed, 14 Jan 2009 22:07:17 +0000 (22:07 -0000)]
Remove references to sys/timeb.h in libupnp configure, ftime is removed from source already

15 years agoAdd mrouted-unpacked target
Ulf Samuelsson [Wed, 14 Jan 2009 22:05:19 +0000 (22:05 -0000)]
Add mrouted-unpacked target

15 years agopackage/multimedia/gstreamer/gstreamer.mk: Fix missing \
Daniel Laird [Wed, 14 Jan 2009 16:52:10 +0000 (16:52 -0000)]
package/multimedia/gstreamer/gstreamer.mk: Fix missing \

Fix stupid typo.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agopackage/multimedia/gstreamer
Daniel Laird [Wed, 14 Jan 2009 14:38:18 +0000 (14:38 -0000)]
package/multimedia/gstreamer
package/multimedia/gst-plugins-*: I do not want docs installed in rootfs.

Stop it installing the docs in the ROOTFS by using the same fix
as has been applied to cairo.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agoBetter to use the correct --without
Thomas Lundquist [Wed, 14 Jan 2009 13:36:36 +0000 (13:36 -0000)]
Better to use the correct --without

15 years agoWoops, we do need /dev/null, not a directory with html in it.
Thomas Lundquist [Wed, 14 Jan 2009 12:26:30 +0000 (12:26 -0000)]
Woops, we do need /dev/null, not a directory with html in it.

15 years agopackage/libidn/Config.in: Fix layout of text as per coding guidelines.
Daniel Laird [Wed, 14 Jan 2009 08:31:41 +0000 (08:31 -0000)]
package/libidn/Config.in: Fix layout of text as per coding guidelines.

Update description to match required ->
help
Description
Empty line
Homepage

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agoUse HOST_GLIB for glib installation instead of /usr/bin
Ulf Samuelsson [Tue, 13 Jan 2009 21:02:43 +0000 (21:02 -0000)]
Use HOST_GLIB for glib installation instead of /usr/bin

15 years agoUpdate at91sam9263ek BSP
Ulf Samuelsson [Tue, 13 Jan 2009 18:45:19 +0000 (18:45 -0000)]
Update at91sam9263ek BSP

15 years agoBump acpid version and update source filename
Ulf Samuelsson [Tue, 13 Jan 2009 18:44:32 +0000 (18:44 -0000)]
Bump acpid version and update source filename

15 years agoUpdate buildall.sh script
Ulf Samuelsson [Tue, 13 Jan 2009 18:43:46 +0000 (18:43 -0000)]
Update buildall.sh script

15 years agoUse GNU_MIRROR for libcgicc since www.cgicc.org is gone, change bz2 to gz and bump...
Ulf Samuelsson [Tue, 13 Jan 2009 18:42:37 +0000 (18:42 -0000)]
Use GNU_MIRROR for libcgicc since cgicc.org is gone, change bz2 to gz and bump version

15 years agopackage/libidn/Config.in: Fix line length of text
Daniel Laird [Tue, 13 Jan 2009 16:57:21 +0000 (16:57 -0000)]
package/libidn/Config.in: Fix line length of text

Could not count properly.... line length > 80.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agopackage/libidn: Add a new package (required by later WebKits...)
Daniel Laird [Tue, 13 Jan 2009 16:36:16 +0000 (16:36 -0000)]
package/libidn: Add a new package (required by later WebKits...)

GNU Libidn is a fully documented implementation of the Stringprep,
Punycode and IDNA specifications. Libidn's purpose is to encode
and decode internationalized domain names. The native C, C#
and Java libraries are available under
the GNU Lesser General Public License version 2.1 or later.

Not quite sure I've put it in the correct menu but it will work.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agobuildroot: mark alpha as broken
Peter Korsgaard [Tue, 13 Jan 2009 15:14:21 +0000 (15:14 -0000)]
buildroot: mark alpha as broken

It still doesn't build with threading + shared libs disabled

15 years agotoolchain: sh64 fixes
Peter Korsgaard [Tue, 13 Jan 2009 15:09:18 +0000 (15:09 -0000)]
toolchain: sh64 fixes

- arch/sh and arch/sh64 got merged in 2.6.25, so use arch/sh for sh64 as well
- use little endian for sh64, like for 32bit sh

sh64 still doesn't build, but gets further along now.

15 years agopackage/liberation/liberation.mk: A further tidy up.....
Daniel Laird [Tue, 13 Jan 2009 10:37:48 +0000 (10:37 -0000)]
package/liberation/liberation.mk: A further tidy up.....

Use touch -c $@
Do not install fonts into staging dir.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agopackage/alsa-lib/alsa-lib.mk
Daniel Laird [Tue, 13 Jan 2009 10:26:28 +0000 (10:26 -0000)]
package/alsa-lib/alsa-lib.mk
package/gettext/gettext.mk: Both of these components look for iconv when configuring so need to be dependent.

Both of these packages can be built with libiconv support.  If libiconv is enabled and these are built first
then some configure variables get stored in the system cache and then libiconv is not used properly.
If libiconv is selected by user make sure it is built before either of these packages are built.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agosamba: use proper BR variable to disable largefile while configuring
Hans-Christian Egtvedt [Tue, 13 Jan 2009 08:02:52 +0000 (08:02 -0000)]
samba: use proper BR variable to disable largefile while configuring

15 years agosamba: bump version to 3.2.7 and refresh patches against this version
Hans-Christian Egtvedt [Tue, 13 Jan 2009 07:29:35 +0000 (07:29 -0000)]
samba: bump version to 3.2.7 and refresh patches against this version

This patch bumps the Samba version to 3.2.7 and refreshes the patches. It also
fixes two minor issues by introducing two new small patches.

15 years agosamba: properly disable largefile if not selected in Buildroot
Hans-Christian Egtvedt [Tue, 13 Jan 2009 07:26:55 +0000 (07:26 -0000)]
samba: properly disable largefile if not selected in Buildroot

15 years agoAdded missing libdnet package
Hamish Moffatt [Tue, 13 Jan 2009 00:46:39 +0000 (00:46 -0000)]
Added missing libdnet package

15 years agobuildroot: mark ia64, m68k, nios2, sparc and sparc64 as broken
Peter Korsgaard [Mon, 12 Jan 2009 20:58:54 +0000 (20:58 -0000)]
buildroot: mark ia64, m68k, nios2, sparc and sparc64 as broken

No sense in showing the architecture options when they cannot even build
the toolchain.

15 years agotoolchain: fix cris build with 2.6.28 kernel headers
Peter Korsgaard [Mon, 12 Jan 2009 20:16:16 +0000 (20:16 -0000)]
toolchain: fix cris build with 2.6.28 kernel headers

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

15 years agouclibc: 0.9.30-x86-2.6.28+headers-fix: add r24799 as well
Peter Korsgaard [Mon, 12 Jan 2009 15:57:28 +0000 (15:57 -0000)]
uclibc: 0.9.30-x86-2.6.28+headers-fix: add r24799 as well

Handle x86_84 as well. From uclibc r24799.

15 years agoFix dependencies.
Thomas Lundquist [Mon, 12 Jan 2009 15:22:41 +0000 (15:22 -0000)]
Fix dependencies.

15 years agotoolchain/uclibc: fix sparc SED handling of _V9 / _V9B
Peter Korsgaard [Mon, 12 Jan 2009 15:01:28 +0000 (15:01 -0000)]
toolchain/uclibc: fix sparc SED handling of _V9 / _V9B

15 years agobuildroot: get rid of s390 support
Peter Korsgaard [Mon, 12 Jan 2009 14:36:14 +0000 (14:36 -0000)]
buildroot: get rid of s390 support

As discussed on the list. It isn't supported by uclibc, so I strongly doubt
anyone has been using it.

15 years agotoolchain/uclibc: propagate mips mips32r2 variant setting to uclibc
Peter Korsgaard [Mon, 12 Jan 2009 14:11:40 +0000 (14:11 -0000)]
toolchain/uclibc: propagate mips mips32r2 variant setting to uclibc

0.9.30 supports MIPS_ISA_MIPS32R2, so use it if mips32r2 variant is selected.

15 years agotoolchain/external-toolchain/ext-tool.mk: Support non sysroot-able toolchains
Daniel Laird [Mon, 12 Jan 2009 12:54:30 +0000 (12:54 -0000)]
toolchain/external-toolchain/ext-tool.mk: Support non sysroot-able toolchains

Only copy the sysroot files if the toolchain was built with sysroot support.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agopackage/libpng/libpng.mk: Remove the unnecessary --without-x option
Daniel Laird [Mon, 12 Jan 2009 12:45:48 +0000 (12:45 -0000)]
package/libpng/libpng.mk: Remove the unnecessary --without-x option

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agopackage/liberation/liberation.mk: Correct the makefile to what it should have been
Daniel Laird [Mon, 12 Jan 2009 12:40:48 +0000 (12:40 -0000)]
package/liberation/liberation.mk: Correct the makefile to what it should have been

Correct the makefile so that it works and is what I originally planned to add.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agoMay not be the right way to do it but I just don't want those docs.
Thomas Lundquist [Mon, 12 Jan 2009 10:29:46 +0000 (10:29 -0000)]
May not be the right way to do it but I just don't want those docs.

15 years agoUpdate sam9263EK BSP
Ulf Samuelsson [Mon, 12 Jan 2009 10:25:31 +0000 (10:25 -0000)]
Update sam9263EK  BSP

15 years agobusybox: 1.13.2 mdev fix
Peter Korsgaard [Mon, 12 Jan 2009 09:36:57 +0000 (09:36 -0000)]
busybox: 1.13.2 mdev fix

15 years agoRemove conditional clause which disables building some packages
Ulf Samuelsson [Mon, 12 Jan 2009 07:45:02 +0000 (07:45 -0000)]
Remove conditional clause which disables building some packages

15 years agoAdd ncurse-unpacked target
Ulf Samuelsson [Mon, 12 Jan 2009 07:44:09 +0000 (07:44 -0000)]
Add ncurse-unpacked target

15 years agoAdd some whitespace to output, aligning comments, when added
Ulf Samuelsson [Mon, 12 Jan 2009 07:43:23 +0000 (07:43 -0000)]
Add some whitespace to output, aligning comments, when added

15 years agoBump version of ImageMagick which does not work, use versioned patches, needs further...
Ulf Samuelsson [Mon, 12 Jan 2009 07:42:09 +0000 (07:42 -0000)]
Bump version of ImageMagick which does not work, use versioned patches, needs further work to complete build

15 years agoDisable use of python in alsa-lib, if not configured
Ulf Samuelsson [Mon, 12 Jan 2009 07:40:08 +0000 (07:40 -0000)]
Disable use of python in alsa-lib, if not configured

15 years agoDo not hardwire linux-fusion for AVR32, now also build for ARM
Ulf Samuelsson [Mon, 12 Jan 2009 07:28:50 +0000 (07:28 -0000)]
Do not hardwire linux-fusion for AVR32, now also build for ARM

15 years agoSupport large sector NAND flash for JFFS2
Ulf Samuelsson [Mon, 12 Jan 2009 00:43:22 +0000 (00:43 -0000)]
Support large sector NAND flash for JFFS2

15 years agoSudo source package IS at DEBIAN, but with a different name
Ulf Samuelsson [Mon, 12 Jan 2009 00:06:49 +0000 (00:06 -0000)]
Sudo source package IS at DEBIAN, but with a different name

15 years agorevert patch to allow downloading sudo from an EXISTING location
Ulf Samuelsson [Sun, 11 Jan 2009 22:31:25 +0000 (22:31 -0000)]
revert patch to allow downloading sudo from an EXISTING location

15 years agoMake xfsprogs downloadable, Why have it, when we do not support XFS file system?
Ulf Samuelsson [Sun, 11 Jan 2009 21:50:07 +0000 (21:50 -0000)]
Make xfsprogs downloadable, Why have it, when we do not support XFS file system?

15 years agoUpdate at91bootstrap to 2.10
Ulf Samuelsson [Sun, 11 Jan 2009 21:44:14 +0000 (21:44 -0000)]
Update at91bootstrap to 2.10

15 years agoMove AT91 patches for u-boot-2009.01-rc1 to device/Atmel/arch-arm/u-boot/2009.01-rc1
Ulf Samuelsson [Sun, 11 Jan 2009 21:42:07 +0000 (21:42 -0000)]
Move AT91 patches for u-boot-2009.01-rc1 to device/Atmel/arch-arm/u-boot/2009.01-rc1

15 years agoRemove premature deprecation of u-boot-1.2.0-atmel
Ulf Samuelsson [Sun, 11 Jan 2009 21:39:54 +0000 (21:39 -0000)]
Remove premature deprecation of u-boot-1.2.0-atmel

15 years agoUpdate AVR32 uclibc config for 0.9.30
Ulf Samuelsson [Sun, 11 Jan 2009 21:15:46 +0000 (21:15 -0000)]
Update AVR32 uclibc config for 0.9.30

15 years agoUpdate defocnfig for ngw100
Ulf Samuelsson [Sun, 11 Jan 2009 21:15:08 +0000 (21:15 -0000)]
Update defocnfig for ngw100

15 years agoAdd linux-2.6.27.10 config for stk100x
Ulf Samuelsson [Sun, 11 Jan 2009 21:14:17 +0000 (21:14 -0000)]
Add linux-2.6.27.10 config for stk100x

15 years agoAdd buildall script for testing many/most packages separately with build logs and...
Ulf Samuelsson [Sun, 11 Jan 2009 21:13:02 +0000 (21:13 -0000)]
Add buildall script for testing many/most packages separately with build logs and documentation for this and mkpkg

15 years agoMove kernel localversion files to TARGET_DIR/boot
Ulf Samuelsson [Sun, 11 Jan 2009 20:43:24 +0000 (20:43 -0000)]
Move kernel localversion files to TARGET_DIR/boot
to allow packages which assumes that LINUX26_DIR
and the /lib/modules/LINUX_VERSION use
the consistent version numbering to build.

Create a file ".linux-version" containing
the real linux version in $(PROJECT_B UILD_DIR)
to allow packages to read the correct linux version

15 years agoBug fix for mkpkg script
Ulf Samuelsson [Sun, 11 Jan 2009 20:37:04 +0000 (20:37 -0000)]
Bug fix for mkpkg script

15 years agosudo: use Debian as upstream
Peter Korsgaard [Sun, 11 Jan 2009 20:36:17 +0000 (20:36 -0000)]
sudo: use Debian as upstream

As we are using a Debian/Ubuntu patch, it makes more sense to get the
tarball from there as well.

15 years agoChange name form DIRECTFB_MAJOR to DIRECTFB_VERSION_MAJOR, make patches version dependent
Ulf Samuelsson [Sun, 11 Jan 2009 20:35:34 +0000 (20:35 -0000)]
Change name form DIRECTFB_MAJOR to DIRECTFB_VERSION_MAJOR, make patches version dependent

15 years agoMake sure SDL finds DirectFB headers ,if used
Ulf Samuelsson [Sun, 11 Jan 2009 20:24:24 +0000 (20:24 -0000)]
Make sure SDL finds DirectFB headers ,if used

15 years agoRemove irda.mk from build, since it is totally broken
Ulf Samuelsson [Sun, 11 Jan 2009 20:21:04 +0000 (20:21 -0000)]
Remove irda.mk from build, since it is totally broken

15 years agoChange name from raidtools to raidtools2
Ulf Samuelsson [Sun, 11 Jan 2009 20:19:24 +0000 (20:19 -0000)]
Change name from raidtools to raidtools2

15 years agoChange name from PYTHON_VERSION_SHORT to PYTHON_VERSION_MAJOR
Ulf Samuelsson [Sun, 11 Jan 2009 20:15:35 +0000 (20:15 -0000)]
Change name from PYTHON_VERSION_SHORT to PYTHON_VERSION_MAJOR

15 years agoUpdate package/Config.in for irda-utils, fusion and linux-fusion
Ulf Samuelsson [Sun, 11 Jan 2009 20:13:49 +0000 (20:13 -0000)]
Update package/Config.in for irda-utils, fusion and linux-fusion

15 years agoAdd latest linux-fusion to allow DirectFB to build
Ulf Samuelsson [Sun, 11 Jan 2009 20:13:07 +0000 (20:13 -0000)]
Add latest linux-fusion to allow DirectFB to build
Remove old fusion which only copies some files

15 years agoUse correct goal for libraw1394.so
Ulf Samuelsson [Sun, 11 Jan 2009 20:12:11 +0000 (20:12 -0000)]
Use correct goal for libraw1394.so

15 years agoMake sure alsa-lib build with correct python version
Ulf Samuelsson [Sun, 11 Jan 2009 20:10:57 +0000 (20:10 -0000)]
Make sure alsa-lib build with correct python version

15 years agoBump php version since source is removed due to security risk
Ulf Samuelsson [Sun, 11 Jan 2009 20:08:47 +0000 (20:08 -0000)]
Bump php version since source is removed due to security risk

15 years agoMove SUDO_SITE to ATMEL_MIRROR, No cross-compiler patches for later versions which...
Ulf Samuelsson [Sun, 11 Jan 2009 19:58:51 +0000 (19:58 -0000)]
Move SUDO_SITE to ATMEL_MIRROR, No cross-compiler patches for later versions which does not build without, fix installation

15 years agoFor some reason we ended up with a link-loop. This does not.
Thomas Lundquist [Sun, 11 Jan 2009 13:33:13 +0000 (13:33 -0000)]
For some reason we ended up with a link-loop. This does not.

15 years agoWe do not need gtk-doc on the target (and hopefully not in staging.. )
Thomas Lundquist [Sat, 10 Jan 2009 14:55:52 +0000 (14:55 -0000)]
We do not need gtk-doc on the target (and hopefully not in staging.. )

15 years agoGet rid of a host-dependency.
Thomas Lundquist [Sat, 10 Jan 2009 13:47:18 +0000 (13:47 -0000)]
Get rid of a host-dependency.

15 years agoWrtie? nto mee!
Thomas Lundquist [Sat, 10 Jan 2009 12:45:27 +0000 (12:45 -0000)]
Wrtie? nto mee!

15 years agoNice to point out dependencies on host.
Thomas Lundquist [Sat, 10 Jan 2009 11:44:44 +0000 (11:44 -0000)]
Nice to point out dependencies on host.

15 years agoBuop version of olsr to 0.5.6 which builds correctly
Ulf Samuelsson [Sat, 10 Jan 2009 00:27:34 +0000 (00:27 -0000)]
Buop version of olsr to 0.5.6 which builds correctly

15 years agoAdd script allowing better overview of build status of single packages
Ulf Samuelsson [Sat, 10 Jan 2009 00:26:30 +0000 (00:26 -0000)]
Add script allowing better overview of build status of single packages

15 years agoBump version of ntfs-3g to 1-5130, This will build in lib regardless of prefix=
Ulf Samuelsson [Sat, 10 Jan 2009 00:23:58 +0000 (00:23 -0000)]
Bump version of ntfs-3g to 1-5130, This will build in lib regardless of prefix=

15 years agoUse correct path to source for libsndfile
Ulf Samuelsson [Sat, 10 Jan 2009 00:21:35 +0000 (00:21 -0000)]
Use correct path to source for libsndfile

15 years agoliberation internal dependencies are corrected
Ulf Samuelsson [Sat, 10 Jan 2009 00:20:05 +0000 (00:20 -0000)]
liberation internal dependencies are corrected

15 years agoPrevious vtun was version 2.6.
Ulf Samuelsson [Sat, 10 Jan 2009 00:18:04 +0000 (00:18 -0000)]
Previous vtun was version 2.6.
This does not buld because its "configure" requires
that -llzo contains "lzolx_decompress".
"vtun" does not build, evenm if liblzo is available.

The LZO package currently used by buildroot
does not contain ANY reference to "lzolx_decompress"

"vtun" has been upgraded to 3.0.2 and now builds OK,
but is yet to be tested on a target.
The previous patch containing three diffs,
has been broken up into three files.

The second patch fails.

This patch tries to replace a perl script
($(VTUN_DIR)/scripts/vtund.rc.debian)
with a shell script with the same name.

In vtun-3.0.2, vtund.rc.debian is a shell script which is
fairly similar to the shell script provided by the patch.
For now, it has been decided not to replace this shell
script with the script generated by the patch for 2.6

vtun will thus be built with the 3.0.2 vtund.rc.debian.
The start-stop-daemon parameters and other things
in this script may be inappropriate for something based on busybox.

I will leave the decision which script to use,
the 2-6 script or the 3.0.2 script to someone else.

Both files are kept in the directory, but should
be removed once it has been decided what to do
about this script.

Signed-Off by: Ulf Samuelsson <ulf.samuelsson@atmel.com>

15 years agoed: bump version, convert to Makefile.autotools.in format
Peter Korsgaard [Fri, 9 Jan 2009 13:35:16 +0000 (13:35 -0000)]
ed: bump version, convert to Makefile.autotools.in format

15 years agogrep: convert to Makefile.autotools.in format
Peter Korsgaard [Fri, 9 Jan 2009 13:35:09 +0000 (13:35 -0000)]
grep: convert to Makefile.autotools.in format

15 years agogrep: bump version, use GNU_MIRROR
Peter Korsgaard [Fri, 9 Jan 2009 13:34:53 +0000 (13:34 -0000)]
grep: bump version, use GNU_MIRROR

15 years agoUpdate at91sam9261ek configs, build completes
Ulf Samuelsson [Fri, 9 Jan 2009 06:31:01 +0000 (06:31 -0000)]
Update at91sam9261ek configs, build completes

15 years agoMake sure U-boot is built, if we do make uImage
Ulf Samuelsson [Fri, 9 Jan 2009 06:30:08 +0000 (06:30 -0000)]
Make sure U-boot is built, if we do make uImage

15 years agoUpdate sam9263ek configs, build completes
Ulf Samuelsson [Thu, 8 Jan 2009 23:01:50 +0000 (23:01 -0000)]
Update sam9263ek configs, build completes

15 years agoLinux26 requires "mkimage" from u-boot to be in the PATH
Ulf Samuelsson [Thu, 8 Jan 2009 22:58:30 +0000 (22:58 -0000)]
Linux26 requires "mkimage" from u-boot to be in the PATH
if an uImage is to be built for arm, avr32, blackfin and sh.

PATH has therefore been set to have $(STAGING_DIR)/usr/bin
as the first item allowing linux to find mkimage.

This patch will, if an uImage is built, create a "u-boot-toĆ³ls"
directory in the PROJECT_BUILD_DIR directory.
$(STAGING_DIR)/usr/bin/mkimage is copied to this directory
and the PATH variable will now include "u-boot-tools"

If an uImage is built, then the linux build will now depend on "u-boot".

15 years agoDo not add PATCH_VERSION to PORTAGE_VERSION if patch is not applied, time to upgarde...
Ulf Samuelsson [Thu, 8 Jan 2009 22:11:33 +0000 (22:11 -0000)]
Do not add PATCH_VERSION to PORTAGE_VERSION if patch is not applied, time to upgarde to 2.1.6?

15 years agotarget/u-boot: more cleanups
Peter Korsgaard [Thu, 8 Jan 2009 14:58:54 +0000 (14:58 -0000)]
target/u-boot: more cleanups

As discussed on the list.

- No sense in depending on BR2_TARGET_UBOOT when the configurations are
  within a if BR2_TARGET_UBOOT conditional.
- n is default, so remove 'default n'
- clarify nested conditionals

15 years agotarget/u-boot: cleanup
Peter Korsgaard [Thu, 8 Jan 2009 14:58:51 +0000 (14:58 -0000)]
target/u-boot: cleanup

Fix s/Linux/U-Boot/ typo, default to the latest stable version, mark
old versions as deprecated and comment out unreleased version for now.

15 years agomtd: mark 20050122 snapshot as deprecated
Peter Korsgaard [Thu, 8 Jan 2009 14:58:45 +0000 (14:58 -0000)]
mtd: mark 20050122 snapshot as deprecated

15 years agoMention the saveconfig and getconfig targets in make help
Hans-Christian Egtvedt [Thu, 8 Jan 2009 13:16:24 +0000 (13:16 -0000)]
Mention the saveconfig and getconfig targets in make help

I often find myself forgetting what those targets were called, and I imagine
others may not even be aware of their existence.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agostrace: fix AVR32 arch patches and refresh all patches to apply clean
Hans-Christian Egtvedt [Thu, 8 Jan 2009 09:24:32 +0000 (09:24 -0000)]
strace: fix AVR32 arch patches and refresh all patches to apply clean

This patch updates the AVR32 arch patches for strace 4.5.18 and refreshes all
the other patches so they apply clean.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agoneon: s/exapt/expat/
Peter Korsgaard [Thu, 8 Jan 2009 08:27:45 +0000 (08:27 -0000)]
neon: s/exapt/expat/

15 years agofreetype: mark ancient 2.2 version as deprecated
Peter Korsgaard [Thu, 8 Jan 2009 08:27:18 +0000 (08:27 -0000)]
freetype: mark ancient 2.2 version as deprecated

15 years agoFix BOARD_PATH for local projects
Ulf Samuelsson [Tue, 6 Jan 2009 23:38:33 +0000 (23:38 -0000)]
Fix BOARD_PATH for local projects

15 years agoUpdate atngw100 configs, needs patch from Atmel fork for strace to build correctly...
Ulf Samuelsson [Tue, 6 Jan 2009 23:02:50 +0000 (23:02 -0000)]
Update atngw100 configs, needs patch from Atmel fork for strace to build correctly, otherwise disable strace

15 years agoRemove incorrrect dependency on latest minor kernel patch
Ulf Samuelsson [Tue, 6 Jan 2009 23:00:24 +0000 (23:00 -0000)]
Remove incorrrect dependency on latest minor kernel patch