[oe-commits] org.oe.dev mokoslug.conf: Updated to use task-mokogateway.

rwhitby commit openembedded-commits at lists.openembedded.org
Fri Mar 9 14:27:17 UTC 2007


mokoslug.conf: Updated to use task-mokogateway.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 8db34d3c922bc225d441090dfb421dad9abdcaa9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8db34d3c922bc225d441090dfb421dad9abdcaa9
Files:
1
conf/distro/mokoslug.conf
Diffs:

#
# mt diff -r794352bda663704eefbcebbd9631fe4d4e912795 -r8db34d3c922bc225d441090dfb421dad9abdcaa9
#
# 
# 
# patch "conf/distro/mokoslug.conf"
#  from [658b5107df1f9d619bacba9c32424de667a8c660]
#    to [be96df52787bd8bd71821c923ba8c8d94003bf7e]
# 
============================================================
--- conf/distro/mokoslug.conf	658b5107df1f9d619bacba9c32424de667a8c660
+++ conf/distro/mokoslug.conf	be96df52787bd8bd71821c923ba8c8d94003bf7e
@@ -14,9 +14,16 @@ DISTRO_TYPE = "debug"
 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_append_nslu2 = "nslu2-image"
-INHERIT += "nslu2-image"






More information about the Openembedded-commits mailing list