mokoslug.conf: Updated to use task-mokogateway.
authorRod Whitby <rod@whitby.id.au>
Fri, 9 Mar 2007 13:04:32 +0000 (13:04 +0000)
committerRod Whitby <rod@whitby.id.au>
Fri, 9 Mar 2007 13:04:32 +0000 (13:04 +0000)
conf/distro/mokoslug.conf

index ea20fdd..01ab62c 100644 (file)
@@ -14,9 +14,16 @@ DISTRO_VERSION = "1.0-alpha"
 DISTRO_REVISION = "1"
 DISTRO_TYPE = "debug"
 
+MACHINE_TASK_PROVIDER = "task-mokogateway-everything"
+
+# Even though the NSLU2 does not have built-in bluetooth,
+# we assume that a MokoSlug gateway has a bluetooth dongle.
 MACHINE_FEATURES_append_nslu2 = " bluetooth"
 
-# No room for debug apps in 8MB.
-DEBUG_APPS = ""
+# No room for debug apps on an NSLU2.
+DEBUG_APPS_nslu2 = ""
+
+# No room for a kernel image on an NSLU2.
+IMAGE_PREPROCESS_COMMAND_append_nslu2 = "rm ${IMAGE_ROOTFS}/boot/zImage*;"
 
-INHERIT += "nslu2-image"
\ No newline at end of file
+INHERIT_append_nslu2 = "nslu2-image"
\ No newline at end of file