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 "at91sa...
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 K...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
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.
* 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
buildroot: set SHELL instead of messing around with CONFIG_SHELLSimply set SHELL to bash instead of adding CONFIG_SHELL to all shell
invocations. CONFIG_SHELL is still set, as it is used by kconfig.
* 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] .
* 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
libgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loadersIt would be nicer to do this at compile time, but then we would need to
compile libgtk2 for the host as well.
pango: add init script to create /etc/pango/pango.modulesIt would be nicer to do this at compile time, but then we would need to
compile pango for the host as well.