CHANGES: update with recent changes and resolved issues

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-02-02 22:44:21 +01:00
parent 126a2e75f5
commit d1a9302286

53
CHANGES
View File

@ -20,7 +20,10 @@
Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
preparation for support of SDK. For the same reason, the preparation for support of SDK. For the same reason, the
toolchain binaries (cross-compiler and other related tools) toolchain binaries (cross-compiler and other related tools)
are now installed in $(O)/host/usr/bin/. are now installed in $(O)/host/usr/bin/. The cross pkg-config
now also automatically returns correct values for cross
compilation, without needing any environment variables to be
set.
Ccache support reworked. Now used for both host and target Ccache support reworked. Now used for both host and target
compilation, and cache is stored in ~/.buildroot-ccache. compilation, and cache is stored in ~/.buildroot-ccache.
@ -33,53 +36,67 @@
Support for bzr downloads, next to the existing git/svn support. Support for bzr downloads, next to the existing git/svn support.
Kconfig infrastructure rebased against 2.6.38-rc3, bringing
misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
EXT2 file system size handling improved, UBI image support, fs EXT2 file system size handling improved, UBI image support, fs
configuration options cleanup, U-Boot/Barebox version bumps. configuration options cleanup, U-Boot/Barebox version bumps.
Updated/fixed packages: alsa-utils, at, autoconf, automake, Updated/fixed packages: alsa-utils, at, autoconf, automake,
bash, binutils, bison, busybox, bzip2, cdrkit, cloop, bash, binutils, bison, busybox, bzip2, cdrkit, cloop,
coreutils, cups, dbus, dbus-python, direcfb-examples, dmalloc, coreutils, cups, dbus, dbus-python, dhcp, directfb,
dosfstools, ed, ffmpeg, findutils, flac, freetype, gdk-pixbuf, direcfb-examples, dmalloc, dnsmasq, dosfstools, ed, fbset,
gmp, grep, gperf, gst-plugins-good, gstreamer, gvfs, hdparm, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp, grep,
hostapd, i2c-tools, icu, input-tools, iproute2, iptables, gperf, gst-plugins-good, gstreamer, gvfs, hdparm, hostapd,
jpeg, kexec, libaio, libcap, libconfig, libfuse, libglib2, i2c-tools, icu, imagemagick, input-tools, iproute2, iptables,
libmad, libogg, libpcap, libsndfile, libtheora, libtool, jpeg, kexec, libaio, libart, libcap, libconfig, libfuse,
libvorbis, libxcb, libxml2, libxslt, linux-fusion, lm-sensors, libglib2, libidn, libmad, libogg, libpcap, libsndfile,
lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs, libtheora, libtool, libusb-compat, libvorbis, libxcb, libxml2,
memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer, libxslt, linux-fusion, lm-sensors, lsof, ltp-testsuite,
mrouted, nano, netperf, netplug, ntfs-3g, openssh, openssl, ltrace, lvm2, lzo, m4, makedevs, memtester, mesa3d, mii-diag,
openvpn, oprofile, pango, patch, pciutils, php, portmap, mpc, mpfr, mpg123, mplayer, mrouted, mtd-utils, nano, netperf,
psmisc, python, qt, rsync, screen, sdl_gfx, sdl_sound, netplug, ntfs-3g, ntp, openssh, openssl, openvpn, oprofile,
pango, patch, pciutils, php, pkgconfig, portmap, psmisc,
python, qt, rsync, ruby, screen, sdl_gfx, sdl_sound,
smartmontools, sqlite, squid, sshfs, sstrip, sysklogd, smartmontools, sqlite, squid, sshfs, sstrip, sysklogd,
sysstat, sysvinit, tar, tcpdump, tslib, udev, usbutils, vim, sysstat, sysvinit, tar, tcpdump, tslib, udev, usbutils, vim,
vtun, webkit, wipe, xapp_xlogo, xcb-proto, xkeyboard-config, vtun, webkit, wipe, x11vnc, xapp_xlogo, xcb-proto,
xlib_libX11, xz, zlib xfont_font-util, xkeyboard-config, xlib_libX11, xz, zlib
New packages: dhrystone, faad2, fbgrab, irda-utils, libao, New packages: dhrystone, faad2, fbgrab, irda-utils, libao,
libcuefile, libffi, libreplaygain, libsamplerate, libsigc++, libcuefile, libffi, libhid, libreplaygain, libsamplerate,
lsuio, mpd, musepack, python-mad, python-serial, rsh-redone, sdparm, libsigc++, lsuio, mpd, musepack, python-mad, python-serial,
vorbis-tools, wavpack, whetstone, xl2tp rsh-redone, sdparm, vorbis-tools, wavpack, whetstone, xl2tp
Removed packages: hotplug, l2tp, libfloat, microcom, Removed packages: hotplug, l2tp, libfloat, microcom,
ng-spice-rework ng-spice-rework
Issues resolved (http://bugs.uclibc.org): Issues resolved (http://bugs.uclibc.org):
#267: The make target: cross fails because toolchain_build_...
#415: Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
#561: ltp-testsuite failed to install #561: ltp-testsuite failed to install
#1447: Installing gfortran on PowerPC
#1651: Build fail caused by ccache in module-init-tools #1651: Build fail caused by ccache in module-init-tools
#1681: Cross-compiled binaries shouldn't be installed into staging #1681: Cross-compiled binaries shouldn't be installed into staging
#1723: [PATCH] axel: convert to generic package infrastructure and...
#1735: [PATCH] mplayer: convert to autotools infrastructure #1735: [PATCH] mplayer: convert to autotools infrastructure
#2551: [PATCH] native toolchain in the target filesystem fails
#2623: buildroot-snapshot-20100922 fails when compiling development...
#2647: makedevs package lacks support for 16-bit major/minor numbers #2647: makedevs package lacks support for 16-bit major/minor numbers
#2371: QT MYSQL Module does not build when MySQL installed on the host #2371: QT MYSQL Module does not build when MySQL installed on the host
#2839: compile fails in various packages with a odd message "error:... #2839: compile fails in various packages with a odd message "error:...
#2887: tar "buffer overflow detected" error
#2893: Broken "make source" with external toolchain #2893: Broken "make source" with external toolchain
#2905: Qt: Speed up compilation, if gui-module isn't selected #2905: Qt: Speed up compilation, if gui-module isn't selected
#2929: genext2fs: couldn't allocate a block (no free space) #2929: genext2fs: couldn't allocate a block (no free space)
#2965: Broken linkage to xkbcomp (blocking X server startup) #2965: Broken linkage to xkbcomp (blocking X server startup)
#2983: xlib_libX11 build failed #2983: xlib_libX11 build failed
#3007: kexec doesn't build: Missing regdef.h file #3007: kexec doesn't build: Missing regdef.h file
#3085: Init scripts are not compatible with sysVinit (when busybox...
#3103: make external-deps wants to download gcc-.tar.bz2 when... #3103: make external-deps wants to download gcc-.tar.bz2 when...
#3109: abnormal `make busybox-menuconfig` #3109: abnormal `make busybox-menuconfig`
#3115: How about board specific makefiles?
#3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/ #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
2010.11, Released November 30th, 2010: 2010.11, Released November 30th, 2010: