aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-02-23 18:24:21 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-02-23 18:24:21 +0000
commit500c1640c84f0ce83214ca767b08b2db46ea9a7f (patch)
treef1b3e7d09b5d7b98ac24a38d2e4c3c4ae7fe57b6
parentf549e8a9acf576f78c744c7cee85c4f490f73903 (diff)
downloadopenembedded-500c1640c84f0ce83214ca767b08b2db46ea9a7f.tar.gz
applied changes from 6453c1938bbcd0ab830b8bc186e501a3ec4ebb10
through 1821f6eadefc14ad7ce51d5ab026da139608f557 h3900.conf: Ship ipaq-boot-params (PaulS, Koen)
-rw-r--r--conf/machine/h3900.conf2
-rw-r--r--packages/tasks/task-base.bb5
2 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf
index 5db7abd3d4..8b9b7ee365 100644
--- a/conf/machine/h3900.conf
+++ b/conf/machine/h3900.conf
@@ -24,6 +24,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
PCMCIA_MANAGER = "pcmciautils"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+MACHINE_EXTRA_RDEPENDS = "kernel ipaq-boot-params"
+
#
# Modules autoload and other boot properties
#
diff --git a/packages/tasks/task-base.bb b/packages/tasks/task-base.bb
index 0b485f2a96..bb89ac0c2b 100644
--- a/packages/tasks/task-base.bb
+++ b/packages/tasks/task-base.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r59"
+PR = "r61"
inherit task
@@ -168,7 +168,8 @@ RRECOMMENDS_task-base-kernel26 = "\
kernel-module-rtc-dev \
kernel-module-rtc-proc \
kernel-module-rtc-sysfs \
- kernel-module-rtc-sa1100"
+ kernel-module-rtc-sa1100 \
+ kernel-module-unix"
RDEPENDS_task-base-keyboard = "\
keymaps"