[oe-commits] Koen Kooi : omap3-touchbook: drag in rt3070 driver using task-base

git version control git at git.openembedded.org
Mon Sep 21 06:47:34 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4181c6bab27050247e032fee337b29729c623184
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4181c6bab27050247e032fee337b29729c623184

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Sep 21 08:43:17 2009 +0200

omap3-touchbook: drag in rt3070 driver using task-base

---

 conf/machine/omap3-touchbook.conf |    2 +-
 recipes/tasks/task-base.bb        |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/conf/machine/omap3-touchbook.conf b/conf/machine/omap3-touchbook.conf
index 37e39dc..dd08dea 100644
--- a/conf/machine/omap3-touchbook.conf
+++ b/conf/machine/omap3-touchbook.conf
@@ -42,6 +42,6 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
 
 PREFERRED_VERSION_u-boot = "git"
 
-MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules "
+MACHINE_EXTRA_RRECOMMENDS = " rt3070 omap3-sgx-modules "
 # and sdio
 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen"
diff --git a/recipes/tasks/task-base.bb b/recipes/tasks/task-base.bb
index 7316d8f..db36143 100644
--- a/recipes/tasks/task-base.bb
+++ b/recipes/tasks/task-base.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r83"
+PR = "r84"
 
 inherit task
 
@@ -347,6 +347,7 @@ RDEPENDS_task-base-wifi = "\
 RRECOMMENDS_task-base-wifi = "\
     ${@base_contains('COMBINED_FEATURES', 'madwifi', 'madwifi-ng-modules', '',d)} \
     ${@base_contains('COMBINED_FEATURES', 'usbhost', 'kernel-module-zd1211rw', '',d)} \
+    ${@base_contains('COMBINED_FEATURES', 'usbhost', 'rt3070', '',d)} \
     kernel-module-ieee80211-crypt \
     kernel-module-ieee80211-crypt-ccmp \
     kernel-module-ieee80211-crypt-tkip \





More information about the Openembedded-commits mailing list