[oe-commits] org.oe.dev ipaq-pxa270.conf: remove movules from PXA270_MODULES that are already accounted for in task-base

pH5 commit openembedded-commits at lists.openembedded.org
Mon Oct 2 16:58:44 UTC 2006


ipaq-pxa270.conf: remove movules from PXA270_MODULES that are already accounted for in task-base

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: f69b3e75a1361f0c1933a6e5a478b9e6e47a3840
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f69b3e75a1361f0c1933a6e5a478b9e6e47a3840
Files:
1
conf/machine/ipaq-pxa270.conf
Diffs:

#
# mt diff -r9482aba3c011e02120024a59522901dbf368d881 -rf69b3e75a1361f0c1933a6e5a478b9e6e47a3840
#
# 
# 
# patch "conf/machine/ipaq-pxa270.conf"
#  from [b92bfd840b68afbc6eca6175eff9748d0e6e6e9c]
#    to [7eab0291429e57f1ebb8d32df4cd31af4021a5a1]
# 
============================================================
--- conf/machine/ipaq-pxa270.conf	b92bfd840b68afbc6eca6175eff9748d0e6e6e9c
+++ conf/machine/ipaq-pxa270.conf	7eab0291429e57f1ebb8d32df4cd31af4021a5a1
@@ -28,11 +28,10 @@ BOOTSTRAP_EXTRA_RRECOMMENDS += " ${BOOTM
 BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params "
 BOOTMODULES_RRECOMMENDS = "${@linux_module_packages('${PXA270_MODULES}', d)} ${@linux_module_packages('${HX4700_MODULES}', d)}"
 BOOTSTRAP_EXTRA_RRECOMMENDS += " ${BOOTMODULES_RRECOMMENDS}"
-BOOTSTRAP_EXTRA_RDEPENDS_append = " udev"
-BOOTSTRAP_EXTRA_RDEPENDS_append = " tiinit acx-firmware"
+BOOTSTRAP_EXTRA_RDEPENDS += " udev"
+BOOTSTRAP_EXTRA_RDEPENDS += " tiinit acx-firmware"
 
-PXA270_MODULES = "g_ether g_file_storage g_serial gadgetfs pxa27x_udc \
-		  snd_pcm_oss snd_mixer_oss evdev mmc_block pcmcia hidp \
+PXA270_MODULES = "snd_pcm_oss snd_mixer_oss hidp \
 		  nls_cp437 nls_iso8859-1 nls_utf8 af_key"
 
 SERIAL_CONSOLE = "115200 ttyS0"






More information about the Openembedded-commits mailing list