From afb016433a00c4629b76c6b5f73ce48844641577 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Thu, 10 Aug 2006 10:25:04 +0000 Subject: htcuniversal.conf: Update to latest Goxboxlive version. --- conf/machine/htcuniversal.conf | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index 8ce77e7449..0e141e5cbf 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -1,22 +1,28 @@ #@TYPE: Machine #@NAME: HTC Universal -#@DESCRIPTION: Machine configuration for the HTC Universal with a pxa27x CPU devices +#@DESCRIPTION: Machine configuration for the HTC Universal TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "armv4 armv5te ipaqpxa htcuniversal" +IPKG_EXTRA_ARCHS = "ipaqpxa htcuniversal" #use this for a HTC Universal PREFERRED_PROVIDER_xserver = "xserver-kdrive" -#PREFERRED_PROVIDER_virtual/kernel = "xanadux-un-2.6" -PREFERRED_PROVIDER_virtual/kernel = "handhelds-un-2.6" +PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" MODUTILS = "26" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params " -BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${PXA270_MODULES}', d)}" -#BOOTSTRAP_EXTRA_RDEPENDS_append = " udev" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel " +BOOTMODULES_RRECOMMENDS = "${@linux_module_packages('${PXA270_MODULES}', d)} ${@linux_module_packages('${UN_MODULES}', d)}" +BOOTSTRAP_EXTRA_RRECOMMENDS += " ${BOOTMODULES_RRECOMMENDS}" +BOOTSTRAP_EXTRA_RDEPENDS_append = " udev" BOOTSTRAP_EXTRA_RDEPENDS_append = " module-init-tools detect-stylus" BOOTSTRAP_EXTRA_RDEPENDS_append = " tiinit acx-firmware" -PXA270_MODULES = "g_ether hidp i2c-core i2c-pxa i2c-sensor" +PXA270_MODULES = "acx g_ether g_file_storage pxa27x_udc bsd_comp \ + snd_pcm_oss snd_mixer_oss \ + hidp bluetooth bfusb hci_usb \ + pppoe pppox \ + irtty-sir pxaficp_ir sir-dev \ + fuse smbfs" + include conf/machine/include/smartphone-common.conf @@ -28,23 +34,12 @@ include conf/machine/include/tune-xscale.conf # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first #include conf/machine/include/tune-iwmmxt.conf -BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${UN_MODULES}', d)}" -UN_MODULES = " htcuniversal_acx acx" - +UN_MODULES = "i2c-pxa htcuniversal_acx htcuniversal_power snd-htcuniversal_audio" #module_autoload_htcuniversal_power = "htcuniversal_power" -#module_autoload_snd-pxa-i2sound-htcuniversal = "snd-pxa-i2sound-htcuniversal" -#module_autoload_snd-pcm-oss = "snd-pcm-oss" -#module_autoload_snd-mixer-oss = "snd-mixer-oss" -#module_autoload_firmware-class = "firmware-class" +#module_autoload_snd-htcuniversal_audio = "snd-htcuniversal_audio" module_autoload_acx = "acx" -module_autoload_htcuniversal-acx = "htcuniversal_acx" -#module_autoload_htcuniversal-bt = "htcuniversal_bt" -#module_autoload_htcuniversal-power = "htcuniversal_power" - -#module_autoload_pxa27x_udc = "pxa27x_udc" +module_autoload_htcuniversal_acx = "htcuniversal_acx" #FIXME: this should be controlled by a userspace utility later. module_autoload_g_ether = "g_ether" - -#GPE_EXTRA_INSTALL += " gomunicator" -- cgit v1.2.3 From bcf26b48cd8f565e174574fc98f669f0fccc25a5 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 10 Aug 2006 11:40:16 +0000 Subject: htcuniversal.conf: unbreak it --- conf/machine/htcuniversal.conf | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index 0e141e5cbf..b346c5286e 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -3,13 +3,14 @@ #@DESCRIPTION: Machine configuration for the HTC Universal TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "ipaqpxa htcuniversal" +IPKG_EXTRA_ARCHS = "ipaqpxa arm armv4t armv5te iwmmxt" + #use this for a HTC Universal PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" +XSERVER = "xserver-kdrive-fbdev" MODUTILS = "26" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel " BOOTMODULES_RRECOMMENDS = "${@linux_module_packages('${PXA270_MODULES}', d)} ${@linux_module_packages('${UN_MODULES}', d)}" BOOTSTRAP_EXTRA_RRECOMMENDS += " ${BOOTMODULES_RRECOMMENDS}" BOOTSTRAP_EXTRA_RDEPENDS_append = " udev" @@ -19,10 +20,8 @@ BOOTSTRAP_EXTRA_RDEPENDS_append = " tiinit acx-firmware" PXA270_MODULES = "acx g_ether g_file_storage pxa27x_udc bsd_comp \ snd_pcm_oss snd_mixer_oss \ hidp bluetooth bfusb hci_usb \ - pppoe pppox \ irtty-sir pxaficp_ir sir-dev \ - fuse smbfs" - + " include conf/machine/include/smartphone-common.conf @@ -36,8 +35,6 @@ include conf/machine/include/tune-xscale.conf UN_MODULES = "i2c-pxa htcuniversal_acx htcuniversal_power snd-htcuniversal_audio" -#module_autoload_htcuniversal_power = "htcuniversal_power" -#module_autoload_snd-htcuniversal_audio = "snd-htcuniversal_audio" module_autoload_acx = "acx" module_autoload_htcuniversal_acx = "htcuniversal_acx" -- cgit v1.2.3 From 2250f0b4d64f005c28303d08870b2a10913bd2da Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 10 Aug 2006 13:06:33 +0000 Subject: htcuniversal.conf: "Since TARGET_ARCH is in IPKG_ARCHS by default you can lose the "arm" in there." - RP --- conf/machine/htcuniversal.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index b346c5286e..dac9a84aff 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the HTC Universal TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "ipaqpxa arm armv4t armv5te iwmmxt" +IPKG_EXTRA_ARCHS = "ipaqpxa armv4t armv5te iwmmxt" #use this for a HTC Universal PREFERRED_PROVIDER_xserver = "xserver-kdrive" -- cgit v1.2.3