From: Heiko Z. <smi...@us...> - 2010-12-30 14:32:00
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 38246c02e59bac4d4621bc38d74962189644de24 (commit) via bd891474cc9f15c5105124fac6f25b6adf86536f (commit) via fe008aaf38f3ac2d8083ec88f68616c721cd5c53 (commit) via 2bf3c1660965d73a553d3c99d6f1a62f36e0069b (commit) via 17dfec8c9b92824544ba6e4e9d0e23614e2347ba (commit) via 74058758e4165dbef1d8f1d446cce0d9fb27a955 (commit) from a04390c17179e4351cbe0224cedf98d67004d6a1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 38246c02e59bac4d4621bc38d74962189644de24 Merge: a04390c17179e4351cbe0224cedf98d67004d6a1 bd891474cc9f15c5105124fac6f25b6adf86536f Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 30 08:31:13 2010 -0600 Merge branch 'master' of git://git.buildroot.net/buildroot commit bd891474cc9f15c5105124fac6f25b6adf86536f Author: Peter Korsgaard <ja...@su...> Date: Thu Dec 30 08:45:29 2010 +0100 busybox: 1.18.1 fixes for bzip2 and cpio Signed-off-by: Peter Korsgaard <ja...@su...> commit fe008aaf38f3ac2d8083ec88f68616c721cd5c53 Author: Yegor Yefremov <yeg...@vi...> Date: Tue Dec 7 10:05:32 2010 +0100 New package: sdparm Add utility to accesses SCSI device parameters. Signed-off-by: Yegor Yefremov <yeg...@go...> Acked-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 2bf3c1660965d73a553d3c99d6f1a62f36e0069b Author: Daniel Nyström <dan...@ti...> Date: Sun Dec 26 00:29:42 2010 +0100 Reset critical environment variables Reset them early in top-level Makefile to ensure they're keept unset all the way through the build process. This also removes the requirement of these variables being unset globally prior the build. Signed-off-by: Daniel Nyström <dan...@ti...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 17dfec8c9b92824544ba6e4e9d0e23614e2347ba Author: Gustavo Zacarias <gu...@za...> Date: Tue Dec 28 16:10:35 2010 -0300 toolchain: drop BR2_CROSS_TOOLCHAIN_TARGET_UTILS option It's really not very useful, all it does is install a target strace and ldd in a target_utils directory in staging. While at it clean up the strace makefile a bit. Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 74058758e4165dbef1d8f1d446cce0d9fb27a955 Author: Gustavo Zacarias <gu...@za...> Date: Tue Dec 28 16:10:32 2010 -0300 package: drop sparc64 bits Remove VIS optimization, it's for sparc64 and it's gone. Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> ----------------------------------------------------------------------- Summary of changes: Makefile | 6 +++ configs/arm_nptl_toolchain_defconfig | 1 - configs/arm_toolchain_defconfig | 1 - package/Config.in | 1 + package/Makefile.in | 5 -- .../busybox-1.18.1/busybox-1.18.1-bzip2.patch | 40 ++++++++++++++++++++ .../busybox-1.18.1/busybox-1.18.1-cpio.patch | 20 ++++++++++ package/sdparm/Config.in | 6 +++ package/sdparm/sdparm.mk | 5 ++ package/strace/strace.mk | 22 ++-------- target/xtensa/defconfig | 1 - toolchain/dependencies/dependencies.sh | 9 ---- toolchain/toolchain-buildroot/Config.in.2 | 12 ------ toolchain/uClibc/uclibc.mk | 5 -- 14 files changed, 83 insertions(+), 51 deletions(-) create mode 100644 package/busybox/busybox-1.18.1/busybox-1.18.1-bzip2.patch create mode 100644 package/busybox/busybox-1.18.1/busybox-1.18.1-cpio.patch create mode 100644 package/sdparm/Config.in create mode 100644 package/sdparm/sdparm.mk hooks/post-receive -- Devil-Linux |