nokia900: add keyboard to MACHINE_FEATURES, watchdog to MACHINE_EXTRA_RRECOMMENDS...
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 19 Sep 2010 19:28:31 +0000 (21:28 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 27 Oct 2010 21:07:25 +0000 (23:07 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
conf/machine/nokia900.conf
recipes/tasks/task-boot.bb

index 2d6fb54..f7543b6 100644 (file)
@@ -14,6 +14,8 @@ XSERVER = "xserver-xorg \
            xf86-input-keyboard \
            xf86-video-omapfb "
 
+MACHINE_EXTRA_RRECOMMENDS = "watchdog"
+
 GUI_MACHINE_CLASS = "bigscreen"
 MACHINE_DISPLAY_WIDTH_PIXELS = "800"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
@@ -32,7 +34,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux"
 #use this if you are using the nokia initfs
 ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
 
-MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget vfat"
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget vfat keyboard"
+
+module_autoload_g_ether = "g_ether"
 
 # Copied from include/omap3.inc (as we do not use linux-omap recipes):
 #
index d193393..0eb34a8 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Basic task to get a device booting"
-PR = "r52"
+PR = "r53"
 
 inherit task