Commit Graph

5179 Commits

Author SHA1 Message Date
Nigel Kukard 910dc8cb07 rsync doesn't support install-exec, override RSYNC_INSTALL_TARGET_OPT to install non-stripped 2009-01-03 08:04:21 +00:00
Ulf Samuelsson 4eb79e2732 Update linux versions 2009-01-03 01:06:36 +00:00
Ulf Samuelsson 309af037c8 one more fix of binutils config for AVR32 toolchain 2009-01-03 01:06:16 +00:00
Ulf Samuelsson 42c16c7ddb Unbreak AVR32 toolchain, by making binutils-2.17 available 2009-01-03 00:59:57 +00:00
Ulf Samuelsson d2485586b9 Fix remaining 'butterfinger' issue 2009-01-03 00:40:02 +00:00
Ulf Samuelsson 5dec4da010 Remove debugging variable added to svn by mistake, (Thanks Pter) 2009-01-03 00:07:25 +00:00
Ulf Samuelsson 7213dae7a5 Add support for at91sam9g20 to U-Boot 2009-01-03 00:06:13 +00:00
Ulf Samuelsson fc6be2d970 Add facilities for installing u-boot in different locations 2009-01-03 00:05:42 +00:00
Ulf Samuelsson f563fc9565 Provide factory default command to u-boot, using Buildroot variables 2009-01-03 00:04:55 +00:00
Ulf Samuelsson 75c6381110 Fix issue with AT91/AVR32 Ethernet MACB 2009-01-03 00:04:14 +00:00
Ulf Samuelsson ff9b66d5d0 Add X-Modem tools for minicom to u-boot allowing easy downloading of U-Boot 2009-01-03 00:03:31 +00:00
Ulf Samuelsson b00e4bf529 Add Memory configration to u-boot (Config.in) and remove comments from 'choice's', Rearrange options for clarity 2009-01-03 00:02:07 +00:00
Ulf Samuelsson e074c38220 Add Memory configuration to U-Boot build, remove some debugging info 2009-01-03 00:00:46 +00:00
Peter Korsgaard 0cea718b8a toolchain: remove empty export-toolchain dir (git-svn issue) 2009-01-02 20:31:44 +00:00
Peter Korsgaard 3db839986d 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.
2009-01-02 20:31:01 +00:00
Peter Korsgaard 31de8c37da 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.
2009-01-02 20:30:54 +00:00
Ulf Samuelsson 4705b4c21a Apply some care, when copying the linux configuration file 2009-01-02 15:44:18 +00:00
Nigel Kukard 380d77c6a3 * 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
2009-01-02 12:01:49 +00:00
Ulf Samuelsson abda401711 Support AT91 in vanilla U-Boot 2009-01-02 11:18:09 +00:00
Ulf Samuelsson e195cb19f2 Update at91sam9260dfc BSP 2009-01-02 08:32:25 +00:00
Ulf Samuelsson 55abdf59e8 Remove whitespace damage in uclibc.mk 2009-01-02 08:30:44 +00:00
Ulf Samuelsson 3fde5702db Bump socat version, optionally add configure variables 2009-01-02 08:29:31 +00:00
Peter Korsgaard 160d559b81 dependencies: simplistic SHELL = bash check 2009-01-01 21:20:46 +00:00
Peter Korsgaard 69f8592407 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.
2009-01-01 21:20:35 +00:00
Nigel Kukard ae6011eb33 * Bump release of bootutils to 0.0.9 2009-01-01 19:41:52 +00:00
Nigel Kukard 26ffa9c2d6 * Running the make for lvm2 in parallel can cause build failures, revert to -j1 2009-01-01 19:30:55 +00:00
Nigel Kukard 0ad5759a0d * Bumped to version 1.41.3
- Disable tls
- rel-libs is now implemented upstream
- Install ext4 tools aswell
2009-01-01 17:50:49 +00:00
Nigel Kukard 33b846773a * Added "generic" option to x86_64 target
- Default to generic and not core2
2009-01-01 17:48:06 +00:00
Nigel Kukard 94e6f8a4db * 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] .
2009-01-01 17:28:51 +00:00
Nigel Kukard 2ac7adce28 * By default pciutils build of libpci.a uses the host ar/ranlib, force the use of the target tools 2009-01-01 14:05:54 +00:00
Nigel Kukard 793ef73913 * 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
2009-01-01 14:00:35 +00:00
Nigel Kukard 39c0548428 * Added option to build with gcc 4.3.2 2008-12-31 18:28:59 +00:00
Nigel Kukard be2f1705e8 * Select zlib support in neon for rpm 2008-12-31 18:27:31 +00:00
Nigel Kukard eb3bf1437a * 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
2008-12-31 18:25:23 +00:00
Nigel Kukard cc6562ff83 * Refined building of neon options
- Added support to build with or without zlib support
2008-12-31 18:22:43 +00:00
Nigel Kukard a36ca7a8c5 * Bump rpm to 5.1.6
- Remove patches comitted upstream
- Exclude tools we don't need
- Fix bundled magic mime data
2008-12-31 18:12:22 +00:00
Nigel Kukard d31f42fe34 * Bump latest 2.6.27 kernel header version to 2.6.27.10 2008-12-31 18:09:13 +00:00
Peter Korsgaard 658529f40a busybox: bump 1.12.x / 1.13.x versions 2008-12-31 09:35:21 +00:00
Peter Korsgaard ccb02b009b 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.
2008-12-31 09:35:15 +00:00
Peter Korsgaard e528d99d96 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.
2008-12-31 09:35:11 +00:00
Peter Korsgaard 85f10c757c libcurl/libglade: touch _HOOK_POST_INSTALL target 2008-12-31 09:35:06 +00:00
Peter Korsgaard f86c067bad busybox: 1.13.1 dc fix 2008-12-30 19:15:22 +00:00
Peter Korsgaard c184803861 package: remove default y from xserver selection 2008-12-30 19:15:14 +00:00
Ulf Samuelsson 3de57c4447 Update kernel patch from 2.6.28-rc6 to 2.6.28 2008-12-30 08:26:51 +00:00
Peter Korsgaard 4826e57a04 toolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515) 2008-12-29 15:22:23 +00:00
Peter Korsgaard 1f8d65ea73 xlib needs wchar support, so require it for tinyx as well 2008-12-29 15:22:12 +00:00
Ulf Samuelsson e2ba403798 Use correct filename for patch 2008-12-29 15:13:32 +00:00
Ulf Samuelsson b9dc2a4b66 Use correct filename for patch 2008-12-29 15:12:10 +00:00
Peter Korsgaard 8dd24e0f54 pango: fix download url
Reported by Berns.
2008-12-29 11:05:04 +00:00
Peter Korsgaard f21ff9b8e7 libglib2: fix download url
Reported by Berns.
2008-12-29 11:05:00 +00:00