aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h3900.conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-12-12 18:29:43 +0000
committerPhil Blundell <philb@gnu.org>2004-12-12 18:29:43 +0000
commit954f5f3a4aef15dabcbe8e803ec6611a307603d2 (patch)
tree01b30fdd2933157bc905f995b4eba4a938a503c4 /conf/machine/h3900.conf
parent5a0d654462217e0dda094364c6e3e1a51527e4b1 (diff)
downloadopenembedded-954f5f3a4aef15dabcbe8e803ec6611a307603d2.tar.gz
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into stealth.nexus.co.uk:/home/pb/oe/oe 2004/12/12 18:28:53+00:00 nexus.co.uk!pb add /boot/params file for iPAQ, as found in Familiar 0.7.x. BKrev: 41bc8e17NpC6xRd-tHBNtXHu9DI5bw
Diffstat (limited to 'conf/machine/h3900.conf')
-rw-r--r--conf/machine/h3900.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf
index 32186963d5..1ffa052bef 100644
--- a/conf/machine/h3900.conf
+++ b/conf/machine/h3900.conf
@@ -12,10 +12,11 @@ IPKG_ARCHS = "all arm ipaqpxa h3900"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa"
EXTRA_IMAGECMD_h3900 = "-e 0x40000 -p"
+BOOTSTRAP_EXTRA_DEPENDS = "ipaq-boot-params"
BOOTSTRAP_EXTRA_DEPENDS_append_kernel24 = " handhelds-pxa at76c503a-modules"
# at76c503a-modules not working with kernel26 yet
BOOTSTRAP_EXTRA_DEPENDS_append_kernel26 = " handhelds-pxa-2.6 udev module-init-tools"
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel ${@linux_module_packages('${H3900_MODULES}')}"
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${H3900_MODULES}')}"
BOOTSTRAP_EXTRA_RDEPENDS_append_kernel24 = " at76c503a-modules"
BOOTSTRAP_EXTRA_RDEPENDS_append_kernel26 = " udev module-init-tools"
H3900_MODULES = "h3900_asic h5400_asic pxa_ir h5400_buzzer h5400_fsi mmc_h5400 usb-ohci-h5400 mmc_asic3 mtdchar h5400-audio h3900-uda1380"