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

15 years agoAdd PATH to linux build options to allow 'mkimage' to be found. Neccessary for arm...
Ulf Samuelsson [Tue, 6 Jan 2009 21:42:43 +0000 (21:42 -0000)]
Add PATH to linux build options to allow 'mkimage' to be found. Neccessary for arm,blackfin,sh and avr32 in linux-2.6.28

15 years agoSet default kernel to BR2_LINUX26_STABLE, Remove duplicate definion of BR2_KERNEL_CUR...
Ulf Samuelsson [Tue, 6 Jan 2009 21:24:42 +0000 (21:24 -0000)]
Set default kernel to BR2_LINUX26_STABLE, Remove duplicate definion of BR2_KERNEL_CURRENT_VERSION and remove comments from Config.in choices

15 years agoUpdate at91sam9260 Board Support Package to linux-2.6.28
Ulf Samuelsson [Tue, 6 Jan 2009 16:42:15 +0000 (16:42 -0000)]
Update at91sam9260 Board Support Package to linux-2.6.28

15 years agoUpdate AT91SAM9G20 Board Support to linux-2.6.28
Ulf Samuelsson [Tue, 6 Jan 2009 16:39:17 +0000 (16:39 -0000)]
Update AT91SAM9G20 Board Support to linux-2.6.28

15 years agoAdd support for SAM9G20 in at91bootstrap
Ulf Samuelsson [Tue, 6 Jan 2009 16:36:45 +0000 (16:36 -0000)]
Add support for SAM9G20 in at91bootstrap

15 years agoAdd documentation for u-boot patches to 2009.01-rc1
Ulf Samuelsson [Tue, 6 Jan 2009 16:30:32 +0000 (16:30 -0000)]
Add documentation for u-boot patches to 2009.01-rc1

15 years agoAdd CONFIGs for new commands to at91 parts
Ulf Samuelsson [Tue, 6 Jan 2009 16:24:42 +0000 (16:24 -0000)]
Add CONFIGs for new commands to at91 parts

15 years agoAdd support for waiting for NFS root server before booting
Ulf Samuelsson [Tue, 6 Jan 2009 16:24:06 +0000 (16:24 -0000)]
Add support for waiting for NFS root server before booting

15 years agoRemove patches that should not have been inlcuded in the spimux commit
Ulf Samuelsson [Tue, 6 Jan 2009 16:21:36 +0000 (16:21 -0000)]
Remove patches that should not have been inlcuded in the spimux commit

15 years agoAdd 'mux' command to control ext mux on at91rm9200dk/ek
Ulf Samuelsson [Tue, 6 Jan 2009 16:17:43 +0000 (16:17 -0000)]
Add 'mux' command to control ext mux on at91rm9200dk/ek

15 years agoAdd 'led' command to control coloured LEDs
Ulf Samuelsson [Tue, 6 Jan 2009 16:17:15 +0000 (16:17 -0000)]
Add 'led' command to control coloured LEDs

15 years agoRemove an extra #endif from u-boot.factory
Ulf Samuelsson [Tue, 6 Jan 2009 16:13:08 +0000 (16:13 -0000)]
Remove an extra #endif from u-boot.factory

15 years agoFix some CFG/CONFIG related problems for AT91RM9200 configuration of U-Boot
Ulf Samuelsson [Tue, 6 Jan 2009 16:10:56 +0000 (16:10 -0000)]
Fix some CFG/CONFIG related problems for AT91RM9200 configuration of U-Boot

15 years agoUse the correct sam9g20 patch for 2009.01-rc1
Ulf Samuelsson [Tue, 6 Jan 2009 16:09:53 +0000 (16:09 -0000)]
Use the correct sam9g20 patch for 2009.01-rc1

15 years agoWhen you set BR2_PACKAGE_LINUX_USE_DEFCONFIG
Ulf Samuelsson [Tue, 6 Jan 2009 14:40:24 +0000 (14:40 -0000)]
When you set BR2_PACKAGE_LINUX_USE_DEFCONFIG
to configure linux using the

make <board>_defconfig

You have to supply the $(BOARD_NAME) variable.
Add this info in the help text for
target/linux/Makefile.in.advanced

----------------

When you do not set BR2_PACKAGE_LINUX_USE_XCONFIG
to configure linux using "$make <XXXX>config
The choices "$make menuconfig" or "$make xconfig"
should not be visible.
Add dependency

15 years agoUse PROJECT-u-boot-VERSION-DATE.bin as u-boot target
Ulf Samuelsson [Tue, 6 Jan 2009 14:16:27 +0000 (14:16 -0000)]
Use PROJECT-u-boot-VERSION-DATE.bin as u-boot target
Provide link using "u-boot.bin"

Add BR2_TARGET_UBOOT_DEFAULT_ENV config
If this is set, Buildroot will generate
a default environment to allow easy downloading
of the kernel and root file system
Both as compile time data and an autoscript.

Make u-boot depend on $(U_BOOT_TARGETS)
Add "u-boot-autoscript" to U_BOOT_TARGETS if
BR2_TARGET_UBOOT_DEFAULT_ENV is set.

Take kernel name from Linux build.

Use correct ARCH when mkimaging the autoscript.
Do not use TARGET_ATMEL_COPYTO for generic u-boot.

Hide dataflash memory configurations when
different boot memory is used.

15 years agoopenssl: remove uclibc-susv3-legacy hunk from avr32 patch
Peter Korsgaard [Tue, 6 Jan 2009 11:59:55 +0000 (11:59 -0000)]
openssl: remove uclibc-susv3-legacy hunk from avr32 patch

15 years agou-boot: unbreak build after r24674
Peter Korsgaard [Mon, 5 Jan 2009 16:16:30 +0000 (16:16 -0000)]
u-boot: unbreak build after r24674

Disable broken autoscript handling so the build atleast completes

15 years agou-boot: revert U_BOOT_TARGET part of r24646
Peter Korsgaard [Mon, 5 Jan 2009 16:12:34 +0000 (16:12 -0000)]
u-boot: revert U_BOOT_TARGET part of r24646

More u-boot build unbreaking. r24646 added U_BOOT_TARGET which uses the
nonexisting BOARDNAME variable, which means that the filename expands
to -u-boot-*, confusing ln.

There's limited point in having that symlink in the first please, so simply
revert that hunk.

15 years agou-boot: unbreak build after r24646
Peter Korsgaard [Mon, 5 Jan 2009 15:52:44 +0000 (15:52 -0000)]
u-boot: unbreak build after r24646

Unset variables aren't the same as "".

15 years agoadd .empty files for git-svn
Peter Korsgaard [Mon, 5 Jan 2009 15:47:00 +0000 (15:47 -0000)]
add .empty files for git-svn

git-svn (and git) doesn't handle empty directories, so add .empty files
to those dirs like elsewhere in buildroot.

Those empty directories are normally not a big deal, but the recent changes
to u-boot broke the build.

15 years agoremove more empty dirs
Peter Korsgaard [Mon, 5 Jan 2009 15:37:11 +0000 (15:37 -0000)]
remove more empty dirs

15 years agotarget/generic: remove empty legacy dirs
Peter Korsgaard [Mon, 5 Jan 2009 15:24:31 +0000 (15:24 -0000)]
target/generic: remove empty legacy dirs

15 years agopackage: remove empty legacy dirs
Peter Korsgaard [Mon, 5 Jan 2009 15:23:09 +0000 (15:23 -0000)]
package: remove empty legacy dirs

15 years agoUse target ar & ranlib when generating static archives, the host tools were being...
Nigel Kukard [Sun, 4 Jan 2009 06:04:50 +0000 (06:04 -0000)]
Use target ar & ranlib when generating static archives, the host tools were being used when libltdl.a was being generated

15 years agoWe don't need to set CC, AR, RANLIB when installing and uninstalling
Nigel Kukard [Sun, 4 Jan 2009 06:02:30 +0000 (06:02 -0000)]
We don't need to set CC, AR, RANLIB when installing and uninstalling

15 years agoUse target ar & ranlib when generating static archives, libm4.a was being built with...
Nigel Kukard [Sun, 4 Jan 2009 05:59:54 +0000 (05:59 -0000)]
Use target ar & ranlib when generating static archives, libm4.a was being built with the host ar and ranlib

15 years agoDo not copy linux config with higher minor version than current kernel
Ulf Samuelsson [Sat, 3 Jan 2009 16:59:04 +0000 (16:59 -0000)]
Do not copy linux config with higher minor version than current kernel

15 years ago* Simplify the screen install, no versioned binaries, no symlink to versioned binary
Nigel Kukard [Sat, 3 Jan 2009 16:30:09 +0000 (16:30 -0000)]
* Simplify the screen install, no versioned binaries, no symlink to versioned binary

15 years agoAllow use of uClibc-0.9.30 for AVR32 toolchain
Ulf Samuelsson [Sat, 3 Jan 2009 16:25:47 +0000 (16:25 -0000)]
Allow use of uClibc-0.9.30 for AVR32 toolchain

15 years agoFix binutils Config for AVR32 (hopefully final version)
Ulf Samuelsson [Sat, 3 Jan 2009 16:24:14 +0000 (16:24 -0000)]
Fix binutils Config for AVR32 (hopefully final version)

15 years agoUpdate target/device/Atmel/*/Makefile.in
Ulf Samuelsson [Sat, 3 Jan 2009 16:10:50 +0000 (16:10 -0000)]
Update target/device/Atmel/*/Makefile.in
------------------------------------------
Replace $(BOARDNAME)_PATH with BOARD_PATH
Set U-Boot targets for 1.2.0-atmel as well as 2009.01-rc1
Remove hardwiring of BusyBox configuration files.
Remove older BusyBox configuration files
Remove "at91sam9260dfc-linux-2.6.28-rc6.config" from at91sam9g20dfc directory
Update "at91rm9200df_defconfig"
Add "at91rm9200df-linux-2.6.28.config"
Update "at91sam9260dfc_defconfig"

15 years agoGenerate an autoscript for configuring u-boot in $(BINARIES_DIR)
Ulf Samuelsson [Sat, 3 Jan 2009 15:50:38 +0000 (15:50 -0000)]
Generate an autoscript for configuring u-boot in $(BINARIES_DIR)
mkimage the autoscript to autoscript.$(PROJECT)-
Move build of u-boot-1.2.0-atmel to target/u-boot
Only visible for AT91 targets.
Fetch prepatched 1.2.0-atmel tarball from $(BR2_ATMEL_MIRROR)
Rest from normal location.
Introduce U_BOOT_CONFIGURE_OPTS
Set to NOSOFT_FLOAT for u-boot-1.2.0-atmel
Disable target/device/Atmel/u-boot
Keep files in target/device/Atmel/u-boot during a test period.

Files:
M      target/device/Atmel/Makefile.in
M      target/device/Atmel/Config.in
M      target/u-boot/Makefile.in
M      target/u-boot/Config.in
A      target/u-boot/1.2.0-atmel

15 years agoFixed missing "
Nigel Kukard [Sat, 3 Jan 2009 15:03:16 +0000 (15:03 -0000)]
Fixed missing "

15 years agorsync doesn't support install-exec, override RSYNC_INSTALL_TARGET_OPT to install...
Nigel Kukard [Sat, 3 Jan 2009 08:04:21 +0000 (08:04 -0000)]
rsync doesn't support install-exec, override RSYNC_INSTALL_TARGET_OPT to install non-stripped

15 years agoUpdate linux versions
Ulf Samuelsson [Sat, 3 Jan 2009 01:06:36 +0000 (01:06 -0000)]
Update linux versions

15 years agoone more fix of binutils config for AVR32 toolchain
Ulf Samuelsson [Sat, 3 Jan 2009 01:06:16 +0000 (01:06 -0000)]
one more fix of binutils config for AVR32 toolchain

15 years agoUnbreak AVR32 toolchain, by making binutils-2.17 available
Ulf Samuelsson [Sat, 3 Jan 2009 00:59:57 +0000 (00:59 -0000)]
Unbreak AVR32 toolchain, by making binutils-2.17 available

15 years agoFix remaining 'butterfinger' issue
Ulf Samuelsson [Sat, 3 Jan 2009 00:40:02 +0000 (00:40 -0000)]
Fix remaining 'butterfinger' issue

15 years agoRemove debugging variable added to svn by mistake, (Thanks Pter)
Ulf Samuelsson [Sat, 3 Jan 2009 00:07:25 +0000 (00:07 -0000)]
Remove debugging variable added to svn by mistake, (Thanks Pter)

15 years agoAdd support for at91sam9g20 to U-Boot
Ulf Samuelsson [Sat, 3 Jan 2009 00:06:13 +0000 (00:06 -0000)]
Add support for at91sam9g20 to U-Boot

15 years agoAdd facilities for installing u-boot in different locations
Ulf Samuelsson [Sat, 3 Jan 2009 00:05:42 +0000 (00:05 -0000)]
Add facilities for installing u-boot in different locations

15 years agoProvide factory default command to u-boot, using Buildroot variables
Ulf Samuelsson [Sat, 3 Jan 2009 00:04:55 +0000 (00:04 -0000)]
Provide factory default command to u-boot, using Buildroot variables

15 years agoFix issue with AT91/AVR32 Ethernet MACB
Ulf Samuelsson [Sat, 3 Jan 2009 00:04:14 +0000 (00:04 -0000)]
Fix issue with AT91/AVR32 Ethernet MACB

15 years agoAdd X-Modem tools for minicom to u-boot allowing easy downloading of U-Boot
Ulf Samuelsson [Sat, 3 Jan 2009 00:03:31 +0000 (00:03 -0000)]
Add X-Modem tools for minicom to u-boot allowing easy downloading of U-Boot

15 years agoAdd Memory configration to u-boot (Config.in) and remove comments from 'choice's...
Ulf Samuelsson [Sat, 3 Jan 2009 00:02:07 +0000 (00:02 -0000)]
Add Memory configration to u-boot (Config.in) and remove comments from 'choice's', Rearrange options for clarity

15 years agoAdd Memory configuration to U-Boot build, remove some debugging info
Ulf Samuelsson [Sat, 3 Jan 2009 00:00:46 +0000 (00:00 -0000)]
Add Memory configuration to U-Boot build, remove some debugging info

15 years agotoolchain: remove empty export-toolchain dir (git-svn issue)
Peter Korsgaard [Fri, 2 Jan 2009 20:31:44 +0000 (20:31 -0000)]
toolchain: remove empty export-toolchain dir (git-svn issue)

15 years agotoolchain: revert "Allow creating a script for external use of Buildroot toolchain"
Peter Korsgaard [Fri, 2 Jan 2009 20:31:01 +0000 (20:31 -0000)]
toolchain: revert "Allow creating a script for external use of Buildroot toolchain"

It's been 10 days now without any reply from Ulf, so revert r24480+r24481.

15 years agotoolchain/binutils: fix up avr32 related fallout of r24474
Peter Korsgaard [Fri, 2 Jan 2009 20:30:54 +0000 (20:30 -0000)]
toolchain/binutils: fix up avr32 related fallout of r24474

It's been 10 days now without any reply from Ulf, so fix it up to what
seems sensible.

15 years agoApply some care, when copying the linux configuration file
Ulf Samuelsson [Fri, 2 Jan 2009 15:44:18 +0000 (15:44 -0000)]
Apply some care, when copying the linux configuration file

15 years ago* Fix format of the pciutils pci.ids.gz data file
Nigel Kukard [Fri, 2 Jan 2009 12:01:49 +0000 (12:01 -0000)]
* Fix format of the pciutils pci.ids.gz data file
- If ZLIB is present the filename of pci.ids is changed to pci.ids.gz but its not compressed, add a compressor to ensure its gzipped

15 years agoSupport AT91 in vanilla U-Boot
Ulf Samuelsson [Fri, 2 Jan 2009 11:18:09 +0000 (11:18 -0000)]
Support AT91 in vanilla U-Boot

15 years agoUpdate at91sam9260dfc BSP
Ulf Samuelsson [Fri, 2 Jan 2009 08:32:25 +0000 (08:32 -0000)]
Update at91sam9260dfc BSP

15 years agoRemove whitespace damage in uclibc.mk
Ulf Samuelsson [Fri, 2 Jan 2009 08:30:44 +0000 (08:30 -0000)]
Remove whitespace damage in uclibc.mk

15 years agoBump socat version, optionally add configure variables
Ulf Samuelsson [Fri, 2 Jan 2009 08:29:31 +0000 (08:29 -0000)]
Bump socat version, optionally add configure variables

15 years agodependencies: simplistic SHELL = bash check
Peter Korsgaard [Thu, 1 Jan 2009 21:20:46 +0000 (21:20 -0000)]
dependencies: simplistic SHELL = bash check

15 years agobuildroot: set SHELL instead of messing around with CONFIG_SHELL
Peter Korsgaard [Thu, 1 Jan 2009 21:20:35 +0000 (21:20 -0000)]
buildroot: set SHELL instead of messing around with CONFIG_SHELL

Simply set SHELL to bash instead of adding CONFIG_SHELL to all shell
invocations. CONFIG_SHELL is still set, as it is used by kconfig.

15 years ago* Bump release of bootutils to 0.0.9
Nigel Kukard [Thu, 1 Jan 2009 19:41:52 +0000 (19:41 -0000)]
* Bump release of bootutils to 0.0.9

15 years ago* Running the make for lvm2 in parallel can cause build failures, revert to -j1
Nigel Kukard [Thu, 1 Jan 2009 19:30:55 +0000 (19:30 -0000)]
* Running the make for lvm2 in parallel can cause build failures, revert to -j1

15 years ago* Bumped to version 1.41.3
Nigel Kukard [Thu, 1 Jan 2009 17:50:49 +0000 (17:50 -0000)]
* Bumped to version 1.41.3
- Disable tls
- rel-libs is now implemented upstream
- Install ext4 tools aswell

15 years ago* Added "generic" option to x86_64 target
Nigel Kukard [Thu, 1 Jan 2009 17:48:06 +0000 (17:48 -0000)]
* Added "generic" option to x86_64 target
- Default to generic and not core2

15 years ago* Removed duplicate PCIUTILS_VERSION
Nigel Kukard [Thu, 1 Jan 2009 17:28:51 +0000 (17:28 -0000)]
* Removed duplicate PCIUTILS_VERSION
* When installing pci.ids[.gz] the -D means create all components leading up, using $(@D) does not include the filename, the last directory component is then /usr/share. pci.ids[.gz] is therefore created as /usr/share/misc (misc being the filename). Using $@ fixes this, the directory path is created and the file is installed as /usr/share/misc/pci.ids[.gz] .

15 years ago* By default pciutils build of libpci.a uses the host ar/ranlib, force the use of...
Nigel Kukard [Thu, 1 Jan 2009 14:05:54 +0000 (14:05 -0000)]
* By default pciutils build of libpci.a uses the host ar/ranlib, force the use of the target tools

15 years ago* Bumped lvm2 to 2.02.43
Nigel Kukard [Thu, 1 Jan 2009 14:00:35 +0000 (14:00 -0000)]
* Bumped lvm2 to 2.02.43
- By default the build uses host ar/ranlib to generate the static lvm library used, force the target tools to be used instead

15 years ago* Added option to build with gcc 4.3.2
Nigel Kukard [Wed, 31 Dec 2008 18:28:59 +0000 (18:28 -0000)]
* Added option to build with gcc 4.3.2

15 years ago* Select zlib support in neon for rpm
Nigel Kukard [Wed, 31 Dec 2008 18:27:31 +0000 (18:27 -0000)]
* Select zlib support in neon for rpm

15 years ago* Bumped xfsprogs to 2.10.2
Nigel Kukard [Wed, 31 Dec 2008 18:25:23 +0000 (18:25 -0000)]
* Bumped xfsprogs to 2.10.2
- Remvoed susv3 legacy patch which was comitted upstream
- Forecefully set some configure results which appear to of been silently ignored in the past

15 years ago* Refined building of neon options
Nigel Kukard [Wed, 31 Dec 2008 18:22:43 +0000 (18:22 -0000)]
* Refined building of neon options
- Added support to build with or without zlib support

15 years ago* Bump rpm to 5.1.6
Nigel Kukard [Wed, 31 Dec 2008 18:12:22 +0000 (18:12 -0000)]
* Bump rpm to 5.1.6
- Remove patches comitted upstream
- Exclude tools we don't need
- Fix bundled magic mime data

15 years ago* Bump latest 2.6.27 kernel header version to 2.6.27.10
Nigel Kukard [Wed, 31 Dec 2008 18:09:13 +0000 (18:09 -0000)]
* Bump latest 2.6.27 kernel header version to 2.6.27.10

15 years agobusybox: bump 1.12.x / 1.13.x versions
Peter Korsgaard [Wed, 31 Dec 2008 09:35:21 +0000 (09:35 -0000)]
busybox: bump 1.12.x / 1.13.x versions

15 years agolibgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loaders
Peter Korsgaard [Wed, 31 Dec 2008 09:35:15 +0000 (09:35 -0000)]
libgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loaders

It would be nicer to do this at compile time, but then we would need to
compile libgtk2 for the host as well.

15 years agopango: add init script to create /etc/pango/pango.modules
Peter Korsgaard [Wed, 31 Dec 2008 09:35:11 +0000 (09:35 -0000)]
pango: add init script to create /etc/pango/pango.modules

It would be nicer to do this at compile time, but then we would need to
compile pango for the host as well.

15 years agolibcurl/libglade: touch _HOOK_POST_INSTALL target
Peter Korsgaard [Wed, 31 Dec 2008 09:35:06 +0000 (09:35 -0000)]
libcurl/libglade: touch _HOOK_POST_INSTALL target

15 years agobusybox: 1.13.1 dc fix
Peter Korsgaard [Tue, 30 Dec 2008 19:15:22 +0000 (19:15 -0000)]
busybox: 1.13.1 dc fix

15 years agopackage: remove default y from xserver selection
Peter Korsgaard [Tue, 30 Dec 2008 19:15:14 +0000 (19:15 -0000)]
package: remove default y from xserver selection

15 years agoUpdate kernel patch from 2.6.28-rc6 to 2.6.28
Ulf Samuelsson [Tue, 30 Dec 2008 08:26:51 +0000 (08:26 -0000)]
Update kernel patch from 2.6.28-rc6 to 2.6.28

15 years agotoolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515)
Peter Korsgaard [Mon, 29 Dec 2008 15:22:23 +0000 (15:22 -0000)]
toolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515)

15 years agoxlib needs wchar support, so require it for tinyx as well
Peter Korsgaard [Mon, 29 Dec 2008 15:22:12 +0000 (15:22 -0000)]
xlib needs wchar support, so require it for tinyx as well

15 years agoUse correct filename for patch
Ulf Samuelsson [Mon, 29 Dec 2008 15:13:32 +0000 (15:13 -0000)]
Use correct filename for patch

15 years agoUse correct filename for patch
Ulf Samuelsson [Mon, 29 Dec 2008 15:12:10 +0000 (15:12 -0000)]
Use correct filename for patch

15 years agopango: fix download url
Peter Korsgaard [Mon, 29 Dec 2008 11:05:04 +0000 (11:05 -0000)]
pango: fix download url

Reported by Berns.

15 years agolibglib2: fix download url
Peter Korsgaard [Mon, 29 Dec 2008 11:05:00 +0000 (11:05 -0000)]
libglib2: fix download url

Reported by Berns.

15 years agogmpc: fix typo
Peter Korsgaard [Mon, 29 Dec 2008 10:09:55 +0000 (10:09 -0000)]
gmpc: fix typo

Thanks to Thomas for noticing.