[commit] r2288 - in trunk: config user user/console-tools

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Mon Jul 21 18:01:58 CEST 2008


Author: dslinux_sonny_jim
Date: Mon Jul 21 18:01:57 2008
New Revision: 2288

Log:
Intergrating console-tools into the build system

Modified:
   trunk/config/Configure.help
   trunk/config/config.in
   trunk/user/Makefile
   trunk/user/console-tools/Makefile

Modified: trunk/config/Configure.help
==============================================================================
--- trunk/config/Configure.help	(original)
+++ trunk/config/Configure.help	Mon Jul 21 18:01:57 2008
@@ -3946,6 +3946,23 @@
 
 CONFIG_USER_TMSNC
   Console based MSN client
+
+CONFIG_USER_WARP
+  Realtime picture 'gooing' demo
+
+CONFIG_USER_CONSOLETOOLS_CONSOLETOOLS
+  Console Tools is a set of tools allowing a 
+  Linux user to set up the console's behaviour
+
+CONFIG_USER_CONSOLETOOLS_FONTFILETOOLS
+  A set of tools to modify PSF fonts
+
+CONFIG_USER_CONSOLETOOLS_SCREENFONTTOOLS
+  A set of tools for changing the font
+
+CONFIG_USER_CONSOLETOOLS_VTTOOLS
+  A set of tools for controlling VT's
+
 #
 # END of proprietary config help
 #

Modified: trunk/config/config.in
==============================================================================
--- trunk/config/config.in	(original)
+++ trunk/config/config.in	Mon Jul 21 18:01:57 2008
@@ -798,6 +798,12 @@
 	define_bool CONFIG_LIB_PTHREAD y
 fi
 bool 'clock'			CONFIG_USER_CLOCK_CLOCK
+bool 'consoletools'		CONFIG_USER_CONSOLETOOLS_CONSOLETOOLS
+if [ "$CONFIG_USER_CONSOLETOOLS_CONSOLETOOLS" = "y" ]; then
+	bool 'fontfiletools'	CONFIG_USER_CONSOLETOOLS_FONTFILETOOLS
+	bool 'screenfonttools'	CONFIG_USER_CONSOLETOOLS_SCREENFONTTOOLS
+	bool 'vttools'		CONFIG_USER_CONSOLETOOLS_VTTOOLS
+fi
 bool 'cpu'			CONFIG_USER_CPU_CPU
 bool 'cryptotest'		CONFIG_USER_CRYPTO_TOOLS_CRYPTOTEST
 bool 'cryptokeytest'		CONFIG_USER_CRYPTO_TOOLS_CRYPTOKEYTEST

Modified: trunk/user/Makefile
==============================================================================
--- trunk/user/Makefile	(original)
+++ trunk/user/Makefile	Mon Jul 21 18:01:57 2008
@@ -60,6 +60,7 @@
 dir_$(CONFIG_USER_CAL_DATE)                 += cal
 dir_$(CONFIG_USER_CAMSERV)                  += camserv
 dir_$(CONFIG_USER_CAN_EXAMPLES)             += can4linux
+dir_$(CONFIG_USER_CONSOLETOOLS_CONSOLETOOLS) += console-tools
 dir_$(CONFIG_USER_CPSCAN) 	            += cpscan
 dir_$(CONFIG_USER_DICTIONARY_AMERICAN)		+= dict-words
 dir_$(CONFIG_USER_DICTIONARY_BRITISH)		+= dict-words
@@ -409,6 +410,7 @@
 dir_$(CONFIG_USER_VPLAY_VREC)               += vplay
 dir_$(CONFIG_USER_VPLAY_MIXER)              += vplay
 dir_$(CONFIG_USER_VPNLED_VPNLED)            += vpnled
+dir_$(CONFIG_USER_WARP) 	            += warp
 dir_$(CONFIG_USER_W3CAM_VIDCAT)             += w3cam
 dir_$(CONFIG_USER_W3CAM_W3CAMD)             += w3cam
 dir_$(CONFIG_USER_WGET)                     += wget

Modified: trunk/user/console-tools/Makefile
==============================================================================
--- trunk/user/console-tools/Makefile	(original)
+++ trunk/user/console-tools/Makefile	Mon Jul 21 18:01:57 2008
@@ -23,4 +23,32 @@
 	rm -f .configured .compiled
 
 romfs:
-	$(ROMFSINST) src/screenfonttools/consolechars /usr/bin
+	
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_FONTFILETOOLS \
+			src/fontfiletools/psfaddtable /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_FONTFILETOOLS \
+			src/fontfiletools/psfgettable /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_FONTFILETOOLS \
+			src/fontfiletools/psfstriptable /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_SCREENFONTTOOLS \
+			src/screenfonttools/consolechars /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_SCREENFONTTOOLS \
+			src/screenfonttools/showcfont /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_VTTOOLS \
+			src/vttools/chvt /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_VTTOOLS \
+			src/vttools/deallocvt /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_VTTOOLS \
+			src/vttools/fgconsole /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_VTTOOLS \
+			src/vttools/openvt /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_VTTOOLS \
+			src/vttools/screendump /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_VTTOOLS \
+			src/vttools/setvesablank /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_VTTOOLS \
+			src/vttools/vcstime /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_VTTOOLS \
+			src/vttools/vt-is-UTF8 /usr/bin
+	$(ROMFSINST) -e CONFIG_USER_CONSOLETOOLS_VTTOOLS \
+			src/vttools/writevt /usr/bin


More information about the dslinux-commit mailing list