[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-294-g4b4285a
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-07-05 09:58:05
|
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 "armadeus".
The branch, master has been updated
via 4b4285a79eb14a6537cadd96fdf9e412b1c967c8 (commit)
via 33752d867ff85d3acbd586cf6c84b39b90dc92da (commit)
via 39b236e7d54c58b15e73d97264c8a216025f72d9 (commit)
via 7ca32d64384215549b2713aa92e9249b497e3e3d (commit)
via a442584f28ed79ac127e03f5d4fa2cfd90d26d22 (commit)
from 137cfdb41bde206268294055b15883222a2dc964 (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 4b4285a79eb14a6537cadd96fdf9e412b1c967c8
Merge: 33752d867ff85d3acbd586cf6c84b39b90dc92da 137cfdb41bde206268294055b15883222a2dc964
Author: Julien Boibessot <jul...@ar...>
Date: Tue Jul 5 11:57:17 2011 +0200
Merge branch 'master' of ssh://armadeus.git.sourceforge.net/gitroot/armadeus/armadeus
commit 33752d867ff85d3acbd586cf6c84b39b90dc92da
Author: Julien Boibessot <jul...@ar...>
Date: Tue Jul 5 11:56:47 2011 +0200
[BUILDROOT] Updates apf9328test_defconfig
commit 39b236e7d54c58b15e73d97264c8a216025f72d9
Author: Julien Boibessot <jul...@ar...>
Date: Tue Jul 5 11:56:06 2011 +0200
[TESTS] Spare some memory on APF9328 by removing temp files in test_madplay.sh & test_mplayer.sh
commit 7ca32d64384215549b2713aa92e9249b497e3e3d
Author: Julien Boibessot <jul...@ar...>
Date: Tue Jul 5 11:54:59 2011 +0200
[TESTS] Fixes test_slideshow.sh
commit a442584f28ed79ac127e03f5d4fa2cfd90d26d22
Author: Julien Boibessot <jul...@ar...>
Date: Tue Jul 5 11:52:30 2011 +0200
[TESTS] Fixes test_fpga.sh
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf9328test_defconfig | 220 +++++++++++++++++++++++--------
target/test/packages/test_madplay.sh | 13 ++
target/test/packages/test_mplayer.sh | 13 ++
target/test/packages/test_slideshow.sh | 4 +-
target/test/test_fpga.sh | 3 +-
5 files changed, 197 insertions(+), 56 deletions(-)
diff --git a/buildroot/configs/apf9328test_defconfig b/buildroot/configs/apf9328test_defconfig
index 4abecac..1fca69a 100644
--- a/buildroot/configs/apf9328test_defconfig
+++ b/buildroot/configs/apf9328test_defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Buildroot version: 2010.11
-# Fri Jun 24 10:57:47 2011
+# Tue Jul 5 11:12:47 2011
#
BR2_HAVE_DOT_CONFIG=y
BR2_arm=y
@@ -74,6 +74,7 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to the Armadeus development environment."
#
# Commands
#
+BR2_COPY="cp -R "
BR2_WGET="wget --passive-ftp --tries=3"
BR2_SVN="svn"
BR2_BZR="bzr"
@@ -82,7 +83,6 @@ BR2_ZCAT="gzip -d -c"
BR2_BZCAT="bzcat"
BR2_TAR_OPTIONS=""
BR2_DL_DIR="$(BASE_DIR)/../downloads"
-BR2_COPYTO=""
BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir"
#
@@ -110,11 +110,6 @@ BR2_OPTIMIZE_S=y
# BR2_HAVE_DEVFILES is not set
#
-# Advanced
-#
-BR2_CONFIG_CACHE=y
-
-#
# Toolchain
#
BR2_TOOLCHAIN_BUILDROOT=y
@@ -124,9 +119,9 @@ BR2_TOOLCHAIN_BUILDROOT=y
#
# Kernel Header Options
#
-# BR2_KERNEL_HEADERS_2_6_33 is not set
# BR2_KERNEL_HEADERS_2_6_34 is not set
# BR2_KERNEL_HEADERS_2_6_35 is not set
+# BR2_KERNEL_HEADERS_2_6_36 is not set
BR2_KERNEL_HEADERS_VERSION=y
# BR2_KERNEL_HEADERS_SNAP is not set
BR2_DEFAULT_KERNEL_VERSION="2.6.29.6"
@@ -157,10 +152,12 @@ BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
# BR2_GCC_VERSION_4_2_4 is not set
# BR2_GCC_VERSION_4_3_X is not set
BR2_GCC_VERSION_4_4_X=y
+# BR2_GCC_VERSION_4_5_X is not set
# BR2_GCC_VERSION_SNAP is not set
BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y
BR2_GCC_VERSION="4.4.5"
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
+# BR2_GCC_CROSS_OBJC is not set
# BR2_GCC_CROSS_FORTRAN is not set
# BR2_INSTALL_OBJC is not set
# BR2_INSTALL_FORTRAN is not set
@@ -175,7 +172,7 @@ BR2_CCACHE_DIR="$(TOOLCHAIN_DIR)/ccache-$(CCACHE_VER)/cache"
#
# Gdb Options
#
-# BR2_PACKAGE_GDB is not set
+BR2_PACKAGE_GDB=y
BR2_PACKAGE_GDB_SERVER=y
BR2_PACKAGE_GDB_HOST=y
BR2_GDB_VERSION_6_7_1=y
@@ -223,23 +220,56 @@ BR2_BUSYBOX_VERSION_1_16_X=y
BR2_BUSYBOX_VERSION="1.16.2"
BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
BR2_PACKAGE_BUSYBOX_CONFIG="target/device/armadeus/busybox-$(BR2_BUSYBOX_VERSION).config"
-# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
+BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
# BR2_PACKAGE_CUSTOMIZE is not set
#
# Armadeus specific tools/utilities
#
-# BR2_PACKAGE_AD9889CTRL is not set
-# BR2_PACKAGE_AS_DEVICES is not set
-BR2_PACKAGE_CH7024CTRL=y
-# BR2_PACKAGE_ARMADEUS_DEMOS is not set
+# BR2_PACKAGE_ANYBUSD is not set
+BR2_PACKAGE_AS_DEVICES=y
+BR2_PACKAGE_AS_DEVICES_TESTS=y
+BR2_PACKAGE_AS_DEVICES_CPP=y
+BR2_PACKAGE_AS_DEVICES_TESTS_CPP=y
+BR2_PACKAGE_ARMADEUS_DEMOS=y
+
+#
+# Choose the demos to install
+#
+BR2_PACKAGE_ARMADEUS_DEMOS_ARMANOID=y
+BR2_PACKAGE_ARMADEUS_DEMOS_BACKLIGHT=y
+BR2_PACKAGE_ARMADEUS_DEMOS_GPIO=y
+BR2_PACKAGE_ARMADEUS_DEMOS_GPS=y
+BR2_PACKAGE_ARMADEUS_DEMOS_INPUT=y
+BR2_PACKAGE_ARMADEUS_DEMOS_MUSIC_PLAYER=y
+# BR2_PACKAGE_ARMADEUS_DEMOS_CAPTURE is not set
+BR2_PACKAGE_ARMADEUS_DEMOS_OSCILLO=y
+BR2_PACKAGE_ARMADEUS_DEMOS_SHOW_IMAGE=y
+BR2_PACKAGE_ARMADEUS_DEMOS_TEST_LCD=y
+BR2_PACKAGE_ARMADEUS_DEMOS_MCP25020=y
BR2_PACKAGE_FPGAREGS=y
+# BR2_PACKAGE_ARMADEUS_FPGA_FIRMWARE is not set
BR2_PACKAGE_IMXREGS=y
# BR2_PACKAGE_IMXSSI is not set
BR2_PACKAGE_MAX5821CTRL=y
+# BR2_PACKAGE_STRATON is not set
+BR2_PACKAGE_ARMADEUS_TESTSUITE=y
+
+#
+# APF27 specific:
+#
+# BR2_PACKAGE_AD9889CTRL is not set
# BR2_PACKAGE_ARMADEUS_PPS_UTILITIES is not set
-# BR2_PACKAGE_ARMADEUS_TESTSUITE is not set
+
+#
+# APF51 specific:
+#
+# BR2_PACKAGE_TFP410CTRL is not set
+
+#
+# APF9328 specific:
+#
+BR2_PACKAGE_CH7024CTRL=y
#
# Audio and video libraries and applications
@@ -271,7 +301,7 @@ BR2_PACKAGE_ALSA_UTILS_ALSAMIXER=y
# BR2_PACKAGE_ALSA_UTILS_AMIDI is not set
BR2_PACKAGE_ALSA_UTILS_AMIXER=y
BR2_PACKAGE_ALSA_UTILS_APLAY=y
-# BR2_PACKAGE_ALSA_UTILS_ARECORD is not set
+BR2_PACKAGE_ALSA_UTILS_ARECORD=y
# BR2_PACKAGE_ALSA_UTILS_IECSET is not set
# BR2_PACKAGE_ALSA_UTILS_ACONNECT is not set
# BR2_PACKAGE_ALSA_UTILS_APLAYMIDI is not set
@@ -287,8 +317,8 @@ BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
# BR2_PACKAGE_LIBCDAUDIO is not set
# BR2_PACKAGE_LIBDVDREAD is not set
# BR2_PACKAGE_LIBDVDNAV is not set
-# BR2_PACKAGE_LIBID3TAG is not set
-# BR2_PACKAGE_LIBMAD is not set
+BR2_PACKAGE_LIBID3TAG=y
+BR2_PACKAGE_LIBMAD=y
# BR2_PACKAGE_LIBMMS is not set
# BR2_PACKAGE_LIBMPD is not set
# BR2_PACKAGE_LIBMPEG2 is not set
@@ -296,9 +326,10 @@ BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
# BR2_PACKAGE_LIBSNDFILE is not set
# BR2_PACKAGE_LIBTHEORA is not set
# BR2_PACKAGE_LIBVORBIS is not set
-# BR2_PACKAGE_MADPLAY is not set
+BR2_PACKAGE_MADPLAY=y
+BR2_PACKAGE_MADPLAY_ALSA=y
# BR2_PACKAGE_MPG123 is not set
-# BR2_PACKAGE_MPLAYER is not set
+BR2_PACKAGE_MPLAYER=y
# BR2_PACKAGE_PYWEBRADIO is not set
# BR2_PACKAGE_SPEEX is not set
# BR2_PACKAGE_SWFDEC is not set
@@ -309,6 +340,8 @@ BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
#
# Compressors and decompressors
#
+# BR2_PACKAGE_BZIP2 is not set
+# BR2_PACKAGE_GZIP is not set
# BR2_PACKAGE_LZOP is not set
# BR2_PACKAGE_XZ is not set
@@ -319,11 +352,11 @@ BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
# BR2_PACKAGE_KEXEC is not set
# BR2_PACKAGE_LMBENCH is not set
# BR2_PACKAGE_LSOF is not set
-# BR2_PACKAGE_LTRACE is not set
+BR2_PACKAGE_LTRACE=y
# BR2_PACKAGE_MEMSTAT is not set
# BR2_PACKAGE_NETPERF is not set
# BR2_PACKAGE_OPROFILE is not set
-# BR2_PACKAGE_STRACE is not set
+BR2_PACKAGE_STRACE=y
#
# Development tools
@@ -332,24 +365,32 @@ BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
# BR2_PACKAGE_AUTOMAKE is not set
# BR2_PACKAGE_BISON is not set
# BR2_PACKAGE_BSDIFF is not set
+# BR2_PACKAGE_COREUTILS is not set
# BR2_PACKAGE_CVS is not set
+# BR2_PACKAGE_DIFFUTILS is not set
# BR2_PACKAGE_DISTCC is not set
# BR2_PACKAGE_FAKEROOT is not set
+# BR2_PACKAGE_FINDUTILS is not set
# BR2_PACKAGE_FLEX is not set
+# BR2_PACKAGE_GAWK is not set
#
# native toolchain needs development files in target filesystem
#
# BR2_PACKAGE_GETTEXT is not set
-# BR2_PACKAGE_LIBINTL is not set
+BR2_PACKAGE_LIBINTL=y
# BR2_PACKAGE_LIBGMP is not set
# BR2_PACKAGE_GPERF is not set
-# BR2_PACKAGE_INTLTOOL is not set
+# BR2_PACKAGE_GREP is not set
# BR2_PACKAGE_MAKE is not set
+# BR2_PACKAGE_LIBMPC is not set
# BR2_PACKAGE_LIBMPFR is not set
# BR2_PACKAGE_LIBTOOL is not set
# BR2_PACKAGE_M4 is not set
+# BR2_PACKAGE_PATCH is not set
# BR2_PACKAGE_PKG_CONFIG is not set
+# BR2_PACKAGE_SED is not set
+# BR2_PACKAGE_TAR is not set
#
# Games
@@ -379,17 +420,42 @@ BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
# BR2_PACKAGE_ALLEGRO is not set
# BR2_PACKAGE_DIRECTFB is not set
# BR2_PACKAGE_FBDUMP is not set
-# BR2_PACKAGE_FBGRAB is not set
-# BR2_PACKAGE_FBTEST is not set
-# BR2_PACKAGE_FBV is not set
+BR2_PACKAGE_FBGRAB=y
+# BR2_PACKAGE_FBSET is not set
+BR2_PACKAGE_FBTEST=y
+BR2_PACKAGE_FBV=y
# BR2_PACKAGE_IMAGEMAGICK is not set
# BR2_PACKAGE_LINUX_FUSION is not set
-# BR2_PACKAGE_SDL is not set
+BR2_PACKAGE_SDL=y
+BR2_PACKAGE_SDL_FBCON=y
+BR2_PACKAGE_SDL_IMAGE=y
+
+#
+# SDL_image file format support
+#
+BR2_PACKAGE_SDL_IMAGE_BMP=y
+BR2_PACKAGE_SDL_IMAGE_GIF=y
+BR2_PACKAGE_SDL_IMAGE_JPEG=y
+# BR2_PACKAGE_SDL_IMAGE_LBM is not set
+# BR2_PACKAGE_SDL_IMAGE_PCX is not set
+BR2_PACKAGE_SDL_IMAGE_PNG=y
+# BR2_PACKAGE_SDL_IMAGE_PNM is not set
+# BR2_PACKAGE_SDL_IMAGE_TARGA is not set
+# BR2_PACKAGE_SDL_IMAGE_TIFF is not set
+# BR2_PACKAGE_SDL_IMAGE_XCF is not set
+# BR2_PACKAGE_SDL_IMAGE_XPM is not set
+# BR2_PACKAGE_SDL_IMAGE_XV is not set
+BR2_PACKAGE_SDL_MIXER=y
+# BR2_PACKAGE_SDL_SOUND is not set
+BR2_PACKAGE_SDL_NET=y
+BR2_PACKAGE_SDL_TTF=y
+# BR2_PACKAGE_SDL_GFX is not set
+BR2_PACKAGE_SLIDESHOW=y
#
# Demos
#
-# BR2_PACKAGE_SDL_WATER is not set
+BR2_PACKAGE_SDL_WATER=y
#
# other GUIs
@@ -429,6 +495,7 @@ BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
#
# dbus not available (need expat or libxml2)
#
+# BR2_PACKAGE_DEVMEM2 is not set
# BR2_PACKAGE_DMRAID is not set
# BR2_PACKAGE_DOSFSTOOLS is not set
# BR2_PACKAGE_E2FSPROGS is not set
@@ -443,10 +510,16 @@ BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
# BR2_PACKAGE_GPSD is not set
# BR2_PACKAGE_GVFS is not set
# BR2_PACKAGE_HAL is not set
+# BR2_PACKAGE_HDPARM is not set
# BR2_PACKAGE_HWDATA is not set
-# BR2_PACKAGE_I2C_TOOLS is not set
-# BR2_PACKAGE_INPUT_TOOLS is not set
+BR2_PACKAGE_I2C_TOOLS=y
+BR2_PACKAGE_INPUT_TOOLS=y
+BR2_PACKAGE_INPUT_TOOLS_EVTEST=y
+BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH=y
+BR2_PACKAGE_INPUT_TOOLS_JSCAL=y
+BR2_PACKAGE_INPUT_TOOLS_JSTEST=y
# BR2_PACKAGE_IOSTAT is not set
+# BR2_PACKAGE_KBD is not set
# BR2_PACKAGE_LCD4LINUX is not set
# BR2_PACKAGE_LM_SENSORS is not set
# BR2_PACKAGE_LVM2 is not set
@@ -498,7 +571,7 @@ BR2_PACKAGE_MTD_UBIUPDATEVOL=y
# BR2_PACKAGE_NTFS_3G is not set
# BR2_PACKAGE_NTFSPROGS is not set
# BR2_PACKAGE_PCIUTILS is not set
-# BR2_PACKAGE_PCMCIA is not set
+# BR2_PACKAGE_RNG_TOOLS is not set
# BR2_PACKAGE_SETSERIAL is not set
# BR2_PACKAGE_SMARTMONTOOLS is not set
# BR2_PACKAGE_SQUASHFS is not set
@@ -565,12 +638,13 @@ BR2_PACKAGE_ZLIB=y
# BR2_PACKAGE_ATK is not set
# BR2_PACKAGE_CAIRO is not set
# BR2_PACKAGE_FONTCONFIG is not set
-# BR2_PACKAGE_FREETYPE is not set
-# BR2_PACKAGE_JPEG is not set
+BR2_PACKAGE_FREETYPE=y
+BR2_PACKAGE_JPEG=y
# BR2_PACKAGE_LIBART is not set
-# BR2_PACKAGE_LIBPNG is not set
+# BR2_PACKAGE_GDK_PIXBUF is not set
+BR2_PACKAGE_LIBPNG=y
# BR2_PACKAGE_LIBSVGTINY is not set
-# BR2_PACKAGE_LIBUNGIF is not set
+BR2_PACKAGE_LIBUNGIF=y
# BR2_PACKAGE_MESALIB is not set
# BR2_PACKAGE_PANGO is not set
# BR2_PACKAGE_PIXMAN is not set
@@ -586,7 +660,13 @@ BR2_PACKAGE_ZLIB=y
# BR2_PACKAGE_LIBAIO is not set
# BR2_PACKAGE_LIBRAW1394 is not set
BR2_PACKAGE_TSLIB=y
-# BR2_PACKAGE_LIBUSB is not set
+BR2_PACKAGE_LIBUSB=y
+# BR2_PACKAGE_LIBUSB_COMPAT is not set
+
+#
+# Java
+#
+# BR2_PACKAGE_CLASSPATH is not set
#
# Networking
@@ -600,7 +680,7 @@ BR2_PACKAGE_TSLIB=y
# BR2_PACKAGE_LIBMICROHTTPD is not set
# BR2_PACKAGE_NEON is not set
# BR2_PACKAGE_LIBNL is not set
-# BR2_PACKAGE_LIBPCAP is not set
+BR2_PACKAGE_LIBPCAP=y
# BR2_PACKAGE_LIBOSIP2 is not set
# BR2_PACKAGE_LIBRSYNC is not set
# BR2_PACKAGE_LIBSOUP is not set
@@ -609,10 +689,11 @@ BR2_PACKAGE_TSLIB=y
#
# Other
#
+# BR2_PACKAGE_ARGP_STANDALONE is not set
# BR2_PACKAGE_LIBATOMIC_OPS is not set
# BR2_PACKAGE_LIBCAP is not set
# BR2_PACKAGE_LIBDAEMON is not set
-# BR2_PACKAGE_LIBELF is not set
+BR2_PACKAGE_LIBELF=y
# BR2_PACKAGE_LIBEVENT is not set
# BR2_PACKAGE_LIBGLIB2 is not set
# BR2_PACKAGE_LIBOIL is not set
@@ -622,7 +703,6 @@ BR2_PACKAGE_TSLIB=y
#
# BR2_PACKAGE_ENCHANT is not set
# BR2_PACKAGE_ICU is not set
-# BR2_PACKAGE_LIBICONV is not set
BR2_PACKAGE_NCURSES=y
BR2_PACKAGE_NCURSES_TARGET_PANEL=y
BR2_PACKAGE_NCURSES_TARGET_FORM=y
@@ -630,7 +710,7 @@ BR2_PACKAGE_NCURSES_TARGET_MENU=y
# BR2_PACKAGE_NEWT is not set
# BR2_PACKAGE_PCRE is not set
# BR2_PACKAGE_POPT is not set
-# BR2_PACKAGE_READLINE is not set
+BR2_PACKAGE_READLINE=y
# BR2_PACKAGE_SLANG is not set
#
@@ -653,6 +733,7 @@ BR2_PACKAGE_NCURSES_TARGET_MENU=y
# BR2_PACKAGE_ARGUS is not set
# BR2_PACKAGE_AVAHI is not set
# BR2_PACKAGE_AXEL is not set
+BR2_PACKAGE_BOA=y
# BR2_PACKAGE_BIND is not set
# BR2_PACKAGE_BLUEZ3_LIBS is not set
@@ -661,34 +742,48 @@ BR2_PACKAGE_NCURSES_TARGET_MENU=y
#
# BR2_PACKAGE_BMON is not set
# BR2_PACKAGE_BRIDGE is not set
+BR2_PACKAGE_CAN_UTILS=y
# BR2_PACKAGE_CTORRENT is not set
# BR2_PACKAGE_CUPS is not set
+# BR2_PACKAGE_DHCP is not set
# BR2_PACKAGE_DNSMASQ is not set
-# BR2_PACKAGE_DROPBEAR is not set
-# BR2_PACKAGE_ETHTOOL is not set
+BR2_PACKAGE_DROPBEAR=y
+# BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS is not set
+BR2_PACKAGE_ETHTOOL=y
# BR2_PACKAGE_HOSTAPD is not set
# BR2_PACKAGE_IFPLUGD is not set
-# BR2_PACKAGE_IPERF is not set
-# BR2_PACKAGE_IPROUTE2 is not set
+BR2_PACKAGE_IPERF=y
+BR2_PACKAGE_IPROUTE2=y
# BR2_PACKAGE_IPSEC_TOOLS is not set
# BR2_PACKAGE_IPTABLES is not set
# BR2_PACKAGE_IW is not set
# BR2_PACKAGE_KISMET is not set
# BR2_PACKAGE_L2TP is not set
-# BR2_PACKAGE_LINKS is not set
+# BR2_PACKAGE_LIGHTTPD is not set
+BR2_PACKAGE_LINKS=y
# BR2_PACKAGE_LRZSZ is not set
# BR2_PACKAGE_MIIDIAG is not set
# BR2_PACKAGE_MROUTED is not set
# BR2_PACKAGE_MUTT is not set
# BR2_PACKAGE_NBD is not set
# BR2_PACKAGE_NCFTP is not set
+# BR2_PACKAGE_NETCAT is not set
+# BR2_PACKAGE_NETKITBASE is not set
+# BR2_PACKAGE_NETKITTELNET is not set
# BR2_PACKAGE_NETPLUG is not set
# BR2_PACKAGE_NETSNMP is not set
# BR2_PACKAGE_NETSTAT_NAT is not set
# BR2_PACKAGE_NFS_UTILS is not set
+# BR2_PACKAGE_NGIRCD is not set
BR2_PACKAGE_NTP=y
-# BR2_PACKAGE_NTP_NTPD is not set
# BR2_PACKAGE_NTP_SNTP is not set
+# BR2_PACKAGE_NTP_NTP_KEYGEN is not set
+# BR2_PACKAGE_NTP_NTPD is not set
+BR2_PACKAGE_NTP_NTPDATE=y
+# BR2_PACKAGE_NTP_NTPDC is not set
+# BR2_PACKAGE_NTP_NTPQ is not set
+# BR2_PACKAGE_NTP_TICKADJ is not set
+# BR2_PACKAGE_NUTTCP is not set
# BR2_PACKAGE_OLSR is not set
# BR2_PACKAGE_OPENNTPD is not set
# BR2_PACKAGE_OPENOBEX is not set
@@ -697,7 +792,6 @@ BR2_PACKAGE_NTP=y
BR2_PACKAGE_PORTMAP=y
# BR2_PACKAGE_PPPD is not set
# BR2_PACKAGE_RADVD is not set
-# BR2_PACKAGE_RP_PPPOE is not set
# BR2_PACKAGE_PPTP_LINUX is not set
# BR2_PACKAGE_PROFTPD is not set
# BR2_PACKAGE_QUAGGA is not set
@@ -705,13 +799,15 @@ BR2_PACKAGE_PORTMAP=y
# BR2_PACKAGE_SAMBA is not set
# BR2_PACKAGE_SER2NET is not set
# BR2_PACKAGE_SOCAT is not set
-# BR2_PACKAGE_SOCKETCAN is not set
# BR2_PACKAGE_SPAWN_FCGI is not set
# BR2_PACKAGE_SQUID is not set
-# BR2_PACKAGE_STUNNEL is not set
-# BR2_PACKAGE_TCPDUMP is not set
+BR2_PACKAGE_TCPDUMP=y
+# BR2_PACKAGE_TCPDUMP_SMB is not set
# BR2_PACKAGE_DHCPDUMP is not set
# BR2_PACKAGE_TCPREPLAY is not set
+# BR2_PACKAGE_TFTPD is not set
+# BR2_PACKAGE_THTTPD is not set
+# BR2_PACKAGE_TINYHTTPD is not set
# BR2_PACKAGE_TN5250 is not set
# BR2_PACKAGE_TTCP is not set
# BR2_PACKAGE_UDPCAST is not set
@@ -721,6 +817,7 @@ BR2_PACKAGE_PORTMAP=y
# BR2_PACKAGE_VSFTPD is not set
# BR2_PACKAGE_VTUN is not set
# BR2_PACKAGE_WEBIF is not set
+# BR2_PACKAGE_WGET is not set
# BR2_PACKAGE_WIRELESS_TOOLS is not set
# BR2_PACKAGE_WPA_SUPPLICANT is not set
@@ -730,9 +827,15 @@ BR2_PACKAGE_PORTMAP=y
# BR2_PACKAGE_IPKG is not set
#
+# rpm requires libneon with SSL, XML and ZLIB support
+#
+
+#
# Shell and utilities
#
# BR2_PACKAGE_AT is not set
+# BR2_PACKAGE_BASH is not set
+# BR2_PACKAGE_DASH is not set
# BR2_PACKAGE_DIALOG is not set
# BR2_PACKAGE_FILE is not set
# BR2_PACKAGE_LOCKFILE_PROGS is not set
@@ -744,19 +847,30 @@ BR2_PACKAGE_PORTMAP=y
#
# System tools
#
+# BR2_PACKAGE_BOOTUTILS is not set
+# BR2_PACKAGE_MODULE_INIT_TOOLS is not set
+# BR2_PACKAGE_PROCPS is not set
+# BR2_PACKAGE_PSMISC is not set
+# BR2_PACKAGE_SYSKLOGD is not set
+# BR2_PACKAGE_SYSVINIT is not set
+# BR2_PACKAGE_UTIL-LINUX is not set
#
# Text editors and viewers
#
# BR2_PACKAGE_ED is not set
+# BR2_PACKAGE_LESS is not set
BR2_PACKAGE_NANO=y
# BR2_PACKAGE_UEMACS is not set
+# BR2_PACKAGE_VIM is not set
#
# Target filesystem options
#
BR2_ROOTFS_POST_BUILD_SCRIPT=""
BR2_ROOTFS_DEVICE_TABLE="target/device/armadeus/rootfs/device_table.txt"
+BR2_ROOTFS_SKELETON_DEFAULT=y
+# BR2_ROOTFS_SKELETON_CUSTOM is not set
# BR2_TARGET_ROOTFS_CRAMFS is not set
# BR2_TARGET_ROOTFS_CLOOP is not set
# BR2_TARGET_ROOTFS_EXT2 is not set
@@ -817,7 +931,7 @@ BR2_TARGET_UBOOT_COPYTO=""
# Kernel
#
BR2_LINUX_KERNEL=y
-# BR2_LINUX_KERNEL_2_6_35 is not set
+# BR2_LINUX_KERNEL_2_6_36 is not set
# BR2_LINUX_KERNEL_SAME_AS_HEADERS is not set
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
# BR2_LINUX_KERNEL_CUSTOM_TARBALL is not set
diff --git a/target/test/packages/test_madplay.sh b/target/test/packages/test_madplay.sh
index 1bd7c9a..b1fa5a4 100755
--- a/target/test/packages/test_madplay.sh
+++ b/target/test/packages/test_madplay.sh
@@ -21,6 +21,18 @@ EXEC_NAME="madplay"
FILE_WEB_ADDRESS="http://www.armadeus.com/assos_downloads/misc/mozart.mp3"
MUSIC_FILE_NAME="$TEMP_DIR/mozart.mp3"
+remove_files()
+{
+ if [ "$1" == "APF9328" ]; then
+ # We are a little short in memory on APF9328
+ rm -f $MUSIC_FILE_NAME
+ elif [ "$1" == "APF27" ] || [ "$1" == "APF51" ]; then
+ echo
+ else
+ echo "Platform not supported by this test"
+ fi
+}
+
test_madplay()
{
show_test_banner "MADplay"
@@ -48,6 +60,7 @@ test_madplay()
sleep 10
ask_user "Was music correctly played ? (y/N)"
kill $PID
+ execute_for_target remove_files
if [ "$response" == "y" ] || [ "$response" == "yes" ]; then
echo_test_ok
exit 0
diff --git a/target/test/packages/test_mplayer.sh b/target/test/packages/test_mplayer.sh
index 5ca110a..1f141da 100755
--- a/target/test/packages/test_mplayer.sh
+++ b/target/test/packages/test_mplayer.sh
@@ -21,6 +21,18 @@ EXEC_NAME="mplayer"
FILE_WEB_ADDRESS="http://www.armadeus.com//assos_downloads/misc/apf27.mpg"
VIDEO_FILE_NAME="$TEMP_DIR/apf27.mpg"
+remove_files()
+{
+ if [ "$1" == "APF9328" ]; then
+ # We are a little short in memory on APF9328
+ rm -f $VIDEO_FILE_NAME
+ elif [ "$1" == "APF27" ] || [ "$1" == "APF51" ]; then
+ ;
+ else
+ echo "Platform not supported by this test"
+ fi
+}
+
test_mplayer()
{
show_test_banner "Mplayer"
@@ -52,6 +64,7 @@ test_mplayer()
if [ "$RES" == 0 ]; then
ask_user "Was video correctly displayed ? (y/N)"
+ execute_for_target remove_files
if [ "$response" == "y" ] || [ "$response" == "yes" ]; then
echo_test_ok
exit 0
diff --git a/target/test/packages/test_slideshow.sh b/target/test/packages/test_slideshow.sh
index 8279b65..fc932b4 100755
--- a/target/test/packages/test_slideshow.sh
+++ b/target/test/packages/test_slideshow.sh
@@ -3,7 +3,7 @@
#
# Script to test a Buildroot package for Armadeus Software release
#
-# Copyright (C) 2008 The Armadeus Project
+# Copyright (C) 2008-2011 The Armadeus Project
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@ source ./test_env.sh
# Requires: test_sdl.sh
# Validates: libpng & slideshow
EXEC_NAME="slideshow"
-TEST_DIR="../data/images/"
+TEST_DIR="/usr/bin/testsuite/data/images/"
test_slideshow()
{
diff --git a/target/test/test_fpga.sh b/target/test/test_fpga.sh
index 5de07c3..4e1a5f9 100755
--- a/target/test/test_fpga.sh
+++ b/target/test/test_fpga.sh
@@ -44,6 +44,7 @@ load_led()
load_button()
{
if [ "$1" == "APF9328" ]; then
+ echo "Connect a 10K resistor on FPGA1 pin 1 and put to GND (pin 31) to simulate button"
load_fpga ./data/fpga/wishbone_example_apf9328_200k.bit
RES=$?
elif [ "$1" == "APF27" ]; then
@@ -84,7 +85,7 @@ test_fpga_it()
exit_failed
fi
- modprobe irq_ocore && modprobe gbutton && modprobe board_buttons
+ modprobe irq_ocore && modprobe board_irq_mng && modprobe gbutton && modprobe board_buttons
DEVICE_NODE=`cat /proc/devices | grep BUTTON | cut -d " " -f 1`
if [ "$?" != 0 ] || [ "$DEVICE_NODE" == "" ]; then
echo "Some modules failed to load"
hooks/post-receive
--
armadeus
|