From 1c3e8b64288b1532cbf0eec66733ceecbbddcc12 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 27 Jul 2006 07:04:29 +0000 Subject: h3900.conf: remove h5xxx bits --- conf/machine/h3900.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 1611ed431a..17991f89f0 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -1,6 +1,6 @@ #@TYPE: Machine -#@NAME: Compaq iPAQ 39xx, Compaq iPAQ 54xx, Compaq iPAQ 55xx -#@DESCRIPTION: Machine configuration for the Compaq iPAQ 39xx, Compaq iPAQ 54xx, and Compaq iPAQ 55xx devices +#@NAME: Compaq iPAQ 39xx +#@DESCRIPTION: Machine configuration for the Compaq iPAQ 39xx KERNEL ?= "kernel24" #KERNEL ?= "kernel26" @@ -17,11 +17,10 @@ EXTRA_IMAGECMD_h3900_jffs2 = "-e 0x40000 -p" ROOT_FLASH_SIZE = "32" BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${H3900_MODULES}', d)}" -BOOTSTRAP_EXTRA_RDEPENDS_append_kernel24 = " at76c503a-modules" BOOTSTRAP_EXTRA_RDEPENDS_append_kernel26 = " udev module-init-tools" -H3900_MODULES_kernel24 = "g_ether pxa2xx_udc h3900_asic h5400_asic pxa_ir h5400_buzzer h5400_fsi mmc_h5400 usb-ohci-h5400 mmc_asic3 mtdchar h5400-audio h3900-uda1380" -H3900_MODULES_kernel26 = " h3900_lcd h5400_lcd asic2_adcts g_ether apm h5400_battery h3900_battery pcmcia-core" +H3900_MODULES_kernel24 = "g_ether pxa2xx_udc h3900_asic nmc_asic3 mtdchar h3900-uda1380" +H3900_MODULES_kernel26 = " h3900_lcd asic2_adcts g_ether apm h3900_battery pcmcia-core" # pxa2xx_udc is built in to the kernel SERIAL_CONSOLE = "115200 tts/0 vt100" -- cgit v1.2.3 tech-oe.git/tree/packages/xqt2?id=0f4e03158ddc147fe194b47f0f0da10076cdab48'>treecommitdiff
path: root/packages/xqt2
AgeCommit message (Expand)AuthorFiles
2007-07-15xqt2: move executable back from ${palmtopdir}/bin to plain old ${bindir}Michael Krelin1
2007-05-31xqt2: install into proper location. Closes #2100Michael Krelin1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ...Richard Purdie1
2006-08-06packages/*/*.bb: Stop GNUism on cp. -d -> -P, -a -> pPR...Holger Freyther1
2006-05-13add Xqt2, an X server for Opie environments. patch courtesy Enodr <nicolasfr@...Michael Lauer10