r1794 - in trunk/vendors/Nintendo

dslinux_pepsiman at dslinux.in-berlin.de dslinux_pepsiman at dslinux.in-berlin.de
Tue Jun 12 21:24:47 CEST 2007


Author: pepsiman
Date: 2007-06-12 21:24:42 +0200 (Tue, 12 Jun 2007)
New Revision: 1794

Log:
run bulkbuild.sh -u

Modified: trunk/vendors/Nintendo/DLDI/config.linux-2.6.x
===================================================================
--- trunk/vendors/Nintendo/DLDI/config.linux-2.6.x	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/DLDI/config.linux-2.6.x	2007-06-12 19:24:42 UTC (rev 1794)
@@ -816,7 +816,6 @@
 # CONFIG_PRINTK_TIME is not set
 # CONFIG_DEBUG_KERNEL is not set
 CONFIG_LOG_BUF_SHIFT=14
-# CONFIG_FRAME_POINTER is not set
 # CONFIG_DEBUG_USER is not set
 
 #

Modified: trunk/vendors/Nintendo/DLDI/config.uClibc
===================================================================
--- trunk/vendors/Nintendo/DLDI/config.uClibc	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/DLDI/config.uClibc	2007-06-12 19:24:42 UTC (rev 1794)
@@ -62,6 +62,7 @@
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
+# PTHREADS_DEBUG_SUPPORT is not set
 # UCLIBC_HAS_LFS is not set
 MALLOC=y
 # MALLOC_SIMPLE is not set

Modified: trunk/vendors/Nintendo/DLDI/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DLDI/config.vendor	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/DLDI/config.vendor	2007-06-12 19:24:42 UTC (rev 1794)
@@ -1,5 +1,5 @@
 #
-# Automatically generated by make menuconfig: don't edit
+# Automatically generated make config: don't edit
 #
 
 #
@@ -238,9 +238,12 @@
 # CONFIG_USER_KLAXON_KLAXON is not set
 # CONFIG_USER_L2TPD_L2TPD is not set
 CONFIG_USER_LINKS_LINKS=y
+CONFIG_LIB_LIBSSL=y
 CONFIG_USER_LINKS_WITH_GPM=y
+CONFIG_LIB_GPM=y
 CONFIG_USER_LINKS_WITH_GRAPHICS=y
-CONFIG_LIB_LIBSSL=y
+CONFIG_LIB_LIBPNG=y
+CONFIG_LIB_LIBJPEG=y
 # CONFIG_USER_LINUXIGD_LINUXIGD is not set
 # CONFIG_USER_LOATTACH_LOATTACH is not set
 # CONFIG_USER_LRPSTAT_LRPSTAT is not set
@@ -405,6 +408,7 @@
 # CONFIG_USER_THREADDEMOS_THREADDEMOS is not set
 # CONFIG_USER_TIP_TIP is not set
 # CONFIG_USER_TRIPWIRE_TRIPWIRE is not set
+# CONFIG_USER_TINYSID_TINYSID is not set
 # CONFIG_USER_UNRAR_UNRAR is not set
 CONFIG_USER_UNZIP_UNZIP=y
 CONFIG_USER_UNZIP_FUNZIP=y
@@ -484,6 +488,10 @@
 CONFIG_USER_FILEUTILS_RMDIR=y
 CONFIG_USER_FILEUTILS_SYNC=y
 CONFIG_USER_FILEUTILS_TOUCH=y
+
+#
+# Shutils tools
+#
 CONFIG_USER_SHUTILS_BASENAME=y
 CONFIG_USER_SHUTILS_DATE=y
 CONFIG_USER_SHUTILS_DIRNAME=y
@@ -837,17 +845,37 @@
 # MicroWindows
 #
 CONFIG_USER_MICROWIN=y
+
+#
+# Compiling Options
+#
 CONFIG_USER_MICROWIN_OPTIMIZE=y
 CONFIG_USER_MICROWIN_DEBUG=y
 CONFIG_USER_MICROWIN_VERBOSE=y
+
+#
+# Libraries
+#
 # CONFIG_USER_MICROWIN_MICROWIN is not set
 CONFIG_USER_MICROWIN_NANOX=y
 # CONFIG_USER_MICROWIN_SHAREDLIBS is not set
 CONFIG_USER_MICROWIN_NWIDGET=y
 # CONFIG_USER_MICROWIN_OBJFRAMEWORK is not set
+
+#
+# Demos
+#
 CONFIG_USER_MICROWIN_MICROWINDEMO=y
 CONFIG_USER_MICROWIN_NANOXDEMO=y
+
+#
+# Applications
+#
 CONFIG_USER_MICROWIN_NANOWM=y
+
+#
+# Settings
+#
 # CONFIG_USER_MICROWIN_MWPF_PALETTE is not set
 # CONFIG_USER_MICROWIN_MWPF_TRUECOLOR0888 is not set
 # CONFIG_USER_MICROWIN_MWPF_TRUECOLOR888 is not set
@@ -873,6 +901,10 @@
 # CONFIG_USER_MICROWIN_ERASEMOVE is not set
 CONFIG_USER_MICROWIN_UPDATEREGIONS=y
 # CONFIG_USER_MICROWIN_GRAYPALETTE is not set
+
+#
+# Display Config
+#
 # CONFIG_USER_MICROWIN_X11 is not set
 CONFIG_USER_MICROWIN_FRAMEBUFFER=y
 # CONFIG_USER_MICROWIN_FBVGA is not set
@@ -882,6 +914,10 @@
 # CONFIG_USER_MICROWIN_VGALIB is not set
 # CONFIG_USER_MICROWIN_HWVGA is not set
 # CONFIG_USER_MICROWIN_CLEOVGA is not set
+
+#
+# Mouse/Touch Screen
+#
 # CONFIG_USER_MICROWIN_GPMMOUSE is not set
 CONFIG_USER_MICROWIN_SERMOUSE=y
 # CONFIG_USER_MICROWIN_TPMOUSE is not set
@@ -894,11 +930,19 @@
 # CONFIG_USER_MICROWIN_DE2TSMOUSE is not set
 # CONFIG_USER_MICROWIN_CLEOMOUSE is not set
 # CONFIG_USER_MICROWIN_NOMOUSE is not set
+
+#
+# Keyboard
+#
 CONFIG_USER_MICROWIN_TTYKBD=y
 # CONFIG_USER_MICROWIN_SCANKBD is not set
 # CONFIG_USER_MICROWIN_PIPEKBD is not set
 # CONFIG_USER_MICROWIN_CLEOKBD is not set
 # CONFIG_USER_MICROWIN_NOKBD is not set
+
+#
+# Install These Applications
+#
 CONFIG_USER_MICROWIN_BIN_LANDMINE=y
 CONFIG_USER_MICROWIN_BIN_LAUNCHER=y
 CONFIG_USER_MICROWIN_BIN_MOVE=y

Modified: trunk/vendors/Nintendo/DSGBA/config.linux-2.6.x
===================================================================
--- trunk/vendors/Nintendo/DSGBA/config.linux-2.6.x	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/DSGBA/config.linux-2.6.x	2007-06-12 19:24:42 UTC (rev 1794)
@@ -738,7 +738,6 @@
 # CONFIG_PRINTK_TIME is not set
 # CONFIG_DEBUG_KERNEL is not set
 CONFIG_LOG_BUF_SHIFT=14
-CONFIG_FRAME_POINTER=y
 # CONFIG_DEBUG_USER is not set
 
 #

Modified: trunk/vendors/Nintendo/DSGBA/config.uClibc
===================================================================
--- trunk/vendors/Nintendo/DSGBA/config.uClibc	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/DSGBA/config.uClibc	2007-06-12 19:24:42 UTC (rev 1794)
@@ -62,6 +62,7 @@
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
+# PTHREADS_DEBUG_SUPPORT is not set
 # UCLIBC_HAS_LFS is not set
 MALLOC=y
 # MALLOC_SIMPLE is not set

Modified: trunk/vendors/Nintendo/DSGBA/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSGBA/config.vendor	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/DSGBA/config.vendor	2007-06-12 19:24:42 UTC (rev 1794)
@@ -56,6 +56,7 @@
 # Force build (Normally built when required)
 #
 # CONFIG_LIB_FLEX_FORCE is not set
+# CONFIG_LIB_GPM_FORCE is not set
 # CONFIG_LIB_LIBAES_FORCE is not set
 # CONFIG_LIB_LIBDES_FORCE is not set
 # CONFIG_LIB_LIBSSL_FORCE is not set
@@ -376,6 +377,7 @@
 # CONFIG_USER_MATH_TEST is not set
 CONFIG_USER_MATHOMATIC=y
 # CONFIG_USER_MAWK_AWK is not set
+# CONFIG_USER_MC is not set
 # CONFIG_USER_MPC is not set
 # CONFIG_USER_MYSQL is not set
 # CONFIG_USER_NULL_NULL is not set
@@ -386,6 +388,7 @@
 # CONFIG_USER_READPROFILE_READPROFILE is not set
 # CONFIG_USER_ROOTLOADER_ROOTLOADER is not set
 # CONFIG_USER_RL_RL is not set
+# CONFIG_USER_SED_SED is not set
 # CONFIG_USER_SETSERIAL_SETSERIAL is not set
 # CONFIG_USER_TRIPWIRE_SIGGEN is not set
 CONFIG_USER_SL_SL=y
@@ -396,6 +399,7 @@
 # CONFIG_USER_THREADDEMOS_THREADDEMOS is not set
 # CONFIG_USER_TIP_TIP is not set
 # CONFIG_USER_TRIPWIRE_TRIPWIRE is not set
+# CONFIG_USER_TINYSID_TINYSID is not set
 # CONFIG_USER_UNRAR_UNRAR is not set
 # CONFIG_USER_UNZIP_UNZIP is not set
 # CONFIG_USER_UNZOO_UNZOO is not set

Modified: trunk/vendors/Nintendo/DSMEM/config.linux-2.6.x
===================================================================
--- trunk/vendors/Nintendo/DSMEM/config.linux-2.6.x	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/DSMEM/config.linux-2.6.x	2007-06-12 19:24:42 UTC (rev 1794)
@@ -823,7 +823,6 @@
 # CONFIG_PRINTK_TIME is not set
 # CONFIG_DEBUG_KERNEL is not set
 CONFIG_LOG_BUF_SHIFT=14
-CONFIG_FRAME_POINTER=y
 # CONFIG_DEBUG_USER is not set
 
 #

Modified: trunk/vendors/Nintendo/DSMEM/config.uClibc
===================================================================
--- trunk/vendors/Nintendo/DSMEM/config.uClibc	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/DSMEM/config.uClibc	2007-06-12 19:24:42 UTC (rev 1794)
@@ -62,6 +62,7 @@
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
+# PTHREADS_DEBUG_SUPPORT is not set
 # UCLIBC_HAS_LFS is not set
 MALLOC=y
 # MALLOC_SIMPLE is not set

Modified: trunk/vendors/Nintendo/DSMEM/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSMEM/config.vendor	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/DSMEM/config.vendor	2007-06-12 19:24:42 UTC (rev 1794)
@@ -56,6 +56,7 @@
 # Force build (Normally built when required)
 #
 # CONFIG_LIB_FLEX_FORCE is not set
+# CONFIG_LIB_GPM_FORCE is not set
 # CONFIG_LIB_LIBAES_FORCE is not set
 # CONFIG_LIB_LIBDES_FORCE is not set
 # CONFIG_LIB_LIBSSL_FORCE is not set
@@ -375,6 +376,7 @@
 # CONFIG_USER_MATH_TEST is not set
 CONFIG_USER_MATHOMATIC=y
 # CONFIG_USER_MAWK_AWK is not set
+# CONFIG_USER_MC is not set
 # CONFIG_USER_MPC is not set
 # CONFIG_USER_MYSQL is not set
 # CONFIG_USER_NULL_NULL is not set
@@ -385,6 +387,7 @@
 # CONFIG_USER_READPROFILE_READPROFILE is not set
 # CONFIG_USER_ROOTLOADER_ROOTLOADER is not set
 # CONFIG_USER_RL_RL is not set
+# CONFIG_USER_SED_SED is not set
 # CONFIG_USER_SETSERIAL_SETSERIAL is not set
 # CONFIG_USER_TRIPWIRE_SIGGEN is not set
 CONFIG_USER_SL_SL=y
@@ -395,6 +398,7 @@
 # CONFIG_USER_THREADDEMOS_THREADDEMOS is not set
 # CONFIG_USER_TIP_TIP is not set
 # CONFIG_USER_TRIPWIRE_TRIPWIRE is not set
+# CONFIG_USER_TINYSID_TINYSID is not set
 # CONFIG_USER_UNRAR_UNRAR is not set
 # CONFIG_USER_UNZIP_UNZIP is not set
 # CONFIG_USER_UNZOO_UNZOO is not set

Modified: trunk/vendors/Nintendo/GBAMP/config.linux-2.6.x
===================================================================
--- trunk/vendors/Nintendo/GBAMP/config.linux-2.6.x	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/GBAMP/config.linux-2.6.x	2007-06-12 19:24:42 UTC (rev 1794)
@@ -841,7 +841,6 @@
 # CONFIG_PRINTK_TIME is not set
 # CONFIG_DEBUG_KERNEL is not set
 CONFIG_LOG_BUF_SHIFT=14
-CONFIG_FRAME_POINTER=y
 # CONFIG_DEBUG_USER is not set
 
 #

Modified: trunk/vendors/Nintendo/GBAMP/config.uClibc
===================================================================
--- trunk/vendors/Nintendo/GBAMP/config.uClibc	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/GBAMP/config.uClibc	2007-06-12 19:24:42 UTC (rev 1794)
@@ -62,6 +62,7 @@
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
+# PTHREADS_DEBUG_SUPPORT is not set
 # UCLIBC_HAS_LFS is not set
 MALLOC=y
 # MALLOC_SIMPLE is not set

Modified: trunk/vendors/Nintendo/GBAMP/config.vendor
===================================================================
--- trunk/vendors/Nintendo/GBAMP/config.vendor	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/GBAMP/config.vendor	2007-06-12 19:24:42 UTC (rev 1794)
@@ -56,6 +56,7 @@
 # Force build (Normally built when required)
 #
 # CONFIG_LIB_FLEX_FORCE is not set
+# CONFIG_LIB_GPM_FORCE is not set
 # CONFIG_LIB_LIBAES_FORCE is not set
 # CONFIG_LIB_LIBDES_FORCE is not set
 # CONFIG_LIB_LIBSSL_FORCE is not set
@@ -375,6 +376,7 @@
 # CONFIG_USER_MATH_TEST is not set
 CONFIG_USER_MATHOMATIC=y
 # CONFIG_USER_MAWK_AWK is not set
+# CONFIG_USER_MC is not set
 # CONFIG_USER_MPC is not set
 # CONFIG_USER_MYSQL is not set
 # CONFIG_USER_NULL_NULL is not set
@@ -385,6 +387,7 @@
 # CONFIG_USER_READPROFILE_READPROFILE is not set
 # CONFIG_USER_ROOTLOADER_ROOTLOADER is not set
 # CONFIG_USER_RL_RL is not set
+# CONFIG_USER_SED_SED is not set
 # CONFIG_USER_SETSERIAL_SETSERIAL is not set
 # CONFIG_USER_TRIPWIRE_SIGGEN is not set
 CONFIG_USER_SL_SL=y
@@ -395,6 +398,7 @@
 # CONFIG_USER_THREADDEMOS_THREADDEMOS is not set
 # CONFIG_USER_TIP_TIP is not set
 # CONFIG_USER_TRIPWIRE_TRIPWIRE is not set
+# CONFIG_USER_TINYSID_TINYSID is not set
 # CONFIG_USER_UNRAR_UNRAR is not set
 # CONFIG_USER_UNZIP_UNZIP is not set
 # CONFIG_USER_UNZOO_UNZOO is not set

Modified: trunk/vendors/Nintendo/GBAMP-EXT2/config.linux-2.6.x
===================================================================
--- trunk/vendors/Nintendo/GBAMP-EXT2/config.linux-2.6.x	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/GBAMP-EXT2/config.linux-2.6.x	2007-06-12 19:24:42 UTC (rev 1794)
@@ -843,7 +843,6 @@
 # CONFIG_PRINTK_TIME is not set
 # CONFIG_DEBUG_KERNEL is not set
 CONFIG_LOG_BUF_SHIFT=14
-CONFIG_FRAME_POINTER=y
 # CONFIG_DEBUG_USER is not set
 
 #

Modified: trunk/vendors/Nintendo/GBAMP-EXT2/config.uClibc
===================================================================
--- trunk/vendors/Nintendo/GBAMP-EXT2/config.uClibc	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/GBAMP-EXT2/config.uClibc	2007-06-12 19:24:42 UTC (rev 1794)
@@ -62,6 +62,7 @@
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
+# PTHREADS_DEBUG_SUPPORT is not set
 # UCLIBC_HAS_LFS is not set
 MALLOC=y
 # MALLOC_SIMPLE is not set

Modified: trunk/vendors/Nintendo/GBAMP-EXT2/config.vendor
===================================================================
--- trunk/vendors/Nintendo/GBAMP-EXT2/config.vendor	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/GBAMP-EXT2/config.vendor	2007-06-12 19:24:42 UTC (rev 1794)
@@ -56,6 +56,7 @@
 # Force build (Normally built when required)
 #
 # CONFIG_LIB_FLEX_FORCE is not set
+# CONFIG_LIB_GPM_FORCE is not set
 # CONFIG_LIB_LIBAES_FORCE is not set
 # CONFIG_LIB_LIBDES_FORCE is not set
 # CONFIG_LIB_LIBSSL_FORCE is not set
@@ -375,6 +376,7 @@
 # CONFIG_USER_MATH_TEST is not set
 CONFIG_USER_MATHOMATIC=y
 # CONFIG_USER_MAWK_AWK is not set
+# CONFIG_USER_MC is not set
 # CONFIG_USER_MPC is not set
 # CONFIG_USER_MYSQL is not set
 # CONFIG_USER_NULL_NULL is not set
@@ -385,6 +387,7 @@
 # CONFIG_USER_READPROFILE_READPROFILE is not set
 # CONFIG_USER_ROOTLOADER_ROOTLOADER is not set
 # CONFIG_USER_RL_RL is not set
+# CONFIG_USER_SED_SED is not set
 # CONFIG_USER_SETSERIAL_SETSERIAL is not set
 # CONFIG_USER_TRIPWIRE_SIGGEN is not set
 CONFIG_USER_SL_SL=y
@@ -395,6 +398,7 @@
 # CONFIG_USER_THREADDEMOS_THREADDEMOS is not set
 # CONFIG_USER_TIP_TIP is not set
 # CONFIG_USER_TRIPWIRE_TRIPWIRE is not set
+# CONFIG_USER_TINYSID_TINYSID is not set
 # CONFIG_USER_UNRAR_UNRAR is not set
 # CONFIG_USER_UNZIP_UNZIP is not set
 # CONFIG_USER_UNZOO_UNZOO is not set

Modified: trunk/vendors/Nintendo/NDS/config.linux-2.6.x
===================================================================
--- trunk/vendors/Nintendo/NDS/config.linux-2.6.x	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/NDS/config.linux-2.6.x	2007-06-12 19:24:42 UTC (rev 1794)
@@ -760,7 +760,6 @@
 # CONFIG_PRINTK_TIME is not set
 # CONFIG_DEBUG_KERNEL is not set
 CONFIG_LOG_BUF_SHIFT=14
-CONFIG_FRAME_POINTER=y
 # CONFIG_DEBUG_USER is not set
 
 #

Modified: trunk/vendors/Nintendo/NDS/config.uClibc
===================================================================
--- trunk/vendors/Nintendo/NDS/config.uClibc	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/NDS/config.uClibc	2007-06-12 19:24:42 UTC (rev 1794)
@@ -62,6 +62,7 @@
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
+# PTHREADS_DEBUG_SUPPORT is not set
 # UCLIBC_HAS_LFS is not set
 MALLOC=y
 # MALLOC_SIMPLE is not set

Modified: trunk/vendors/Nintendo/NDS/config.vendor
===================================================================
--- trunk/vendors/Nintendo/NDS/config.vendor	2007-06-12 18:01:42 UTC (rev 1793)
+++ trunk/vendors/Nintendo/NDS/config.vendor	2007-06-12 19:24:42 UTC (rev 1794)
@@ -56,6 +56,7 @@
 # Force build (Normally built when required)
 #
 # CONFIG_LIB_FLEX_FORCE is not set
+# CONFIG_LIB_GPM_FORCE is not set
 # CONFIG_LIB_LIBAES_FORCE is not set
 # CONFIG_LIB_LIBDES_FORCE is not set
 # CONFIG_LIB_LIBSSL_FORCE is not set
@@ -373,6 +374,7 @@
 # CONFIG_USER_MATH_TEST is not set
 CONFIG_USER_MATHOMATIC=y
 # CONFIG_USER_MAWK_AWK is not set
+# CONFIG_USER_MC is not set
 # CONFIG_USER_MPC is not set
 # CONFIG_USER_MYSQL is not set
 # CONFIG_USER_NULL_NULL is not set
@@ -383,6 +385,7 @@
 # CONFIG_USER_READPROFILE_READPROFILE is not set
 # CONFIG_USER_ROOTLOADER_ROOTLOADER is not set
 # CONFIG_USER_RL_RL is not set
+# CONFIG_USER_SED_SED is not set
 # CONFIG_USER_SETSERIAL_SETSERIAL is not set
 # CONFIG_USER_TRIPWIRE_SIGGEN is not set
 # CONFIG_USER_SL_SL is not set
@@ -393,6 +396,7 @@
 # CONFIG_USER_THREADDEMOS_THREADDEMOS is not set
 # CONFIG_USER_TIP_TIP is not set
 # CONFIG_USER_TRIPWIRE_TRIPWIRE is not set
+# CONFIG_USER_TINYSID_TINYSID is not set
 # CONFIG_USER_UNRAR_UNRAR is not set
 # CONFIG_USER_UNZIP_UNZIP is not set
 # CONFIG_USER_UNZOO_UNZOO is not set




More information about the dslinux-commit mailing list