jlime-2010.1.conf: Cleaned up, fixed XSERVER line.
authorAlex Ferguson <thoughtmonster@gmail.com>
Sat, 30 Oct 2010 18:42:37 +0000 (21:42 +0300)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Wed, 3 Nov 2010 15:51:20 +0000 (16:51 +0100)
XSERVER was defined as SERVER, which is incorrect, and the file
contained several redundant newlines. I also fixed the headers
to make the file look more consistent.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
conf/distro/jlime-2010.1.conf

index 37e71d3..99e6433 100644 (file)
@@ -20,17 +20,15 @@ export FEED_URLS_jlime = "http://repository.jlime.com/"
 
 OVERRIDES .= ":jlime"
 
-#<>------------------------------------------------------------------>
-#<>What we want on the bootstrap image (extra) 
-#<>                                            
-#<>------------------------------------------------------------------<
+#
+# What we want on the bootstrap image (extra) 
+#
 DISTRO_EXTRA_RDEPENDS = "wireless-tools nano keymaps tslib-calibrate \
-                       console-tools tslib-tests parted dialog"
+                        console-tools tslib-tests parted dialog"
 
-#<>------------------------------------------------------------------>
-#<>Our Image files should look abit better.
-#<>
-#<>------------------------------------------------------------------<
+#
+# Our Image files should look abit better.
+#
 IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
 SPLASH = "psplash"
 
@@ -84,11 +82,9 @@ LIBC ?= "eglibc"
 require conf/distro/include/sane-toolchain.inc
 require conf/distro/include/arm-thumb.inc
 
-
-
 PREFERRED_PROVIDER_virtual/libc = "${LIBC}"
-PREFERRED_VERSION_eglibc             ?= "2.11"
-PREFERRED_VERSION_eglibc-initial     ?= "2.11"
+PREFERRED_VERSION_eglibc ?= "2.11"
+PREFERRED_VERSION_eglibc-initial ?= "2.11"
 PREFERRED_VERSION_linux-libc-headers = "2.6.34"
 
 #
@@ -107,7 +103,7 @@ PREFERRED_PROVIDER_virtual/libx11-native = "libx11-native"
 PREFERRED_PROVIDER_virtual/libsdl = "libsdl-x11"
 PREFERRED_PROVIDER_virtual/libgl = "mesa-xlib"
 PREFERRED_PROVIDER_tslib = "tslib"
-SERVER ?= " xserver-xorg xf86-input-evdev xf86-input-keyboard xf86-input-mousexf86-video-fbdev " 
+XSERVER ?= " xserver-xorg xf86-input-evdev xf86-input-keyboard xf86-input-mouse xf86-video-fbdev " 
 
 #
 # General Userspace