[oe-commits] Denis 'GNUtoo' Carikli : nokia900: add keyboard to MACHINE_FEATURES, watchdog to MACHINE_EXTRA_RRECOMMENDS and autoload for g_ether

git version control git at git.openembedded.org
Wed Oct 27 21:16:50 UTC 2010


Module: openembedded.git
Branch: master
Commit: 7d66ee089b1efcb8a07c90c1ca586c27703b1cfe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7d66ee089b1efcb8a07c90c1ca586c27703b1cfe

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun Sep 19 21:28:31 2010 +0200

nokia900: add keyboard to MACHINE_FEATURES, watchdog to MACHINE_EXTRA_RRECOMMENDS and autoload for g_ether

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/machine/nokia900.conf |    6 +++++-
 recipes/tasks/task-boot.bb |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf
index 2d6fb54..f7543b6 100644
--- a/conf/machine/nokia900.conf
+++ b/conf/machine/nokia900.conf
@@ -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):
 #
diff --git a/recipes/tasks/task-boot.bb b/recipes/tasks/task-boot.bb
index d193393..0eb34a8 100644
--- a/recipes/tasks/task-boot.bb
+++ b/recipes/tasks/task-boot.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Basic task to get a device booting"
-PR = "r52"
+PR = "r53"
 
 inherit task
 





More information about the Openembedded-commits mailing list