diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/handheld-common.conf | 23 | ||||
-rw-r--r-- | meta/conf/machine/include/zaurus-clamshell-2.6.conf | 42 | ||||
-rw-r--r-- | meta/conf/machine/ipaq-pxa270.conf | 7 | ||||
-rw-r--r-- | meta/conf/machine/spitz.conf | 4 |
5 files changed, 12 insertions, 66 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 4218ce80bc..4bfe462a40 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -171,3 +171,5 @@ PCMCIA_MANAGER ?= "pcmciautils" | |||
171 | CVS_TARBALL_STASH += "http://www.o-hand.com/~richard/poky/sources/" | 171 | CVS_TARBALL_STASH += "http://www.o-hand.com/~richard/poky/sources/" |
172 | 172 | ||
173 | IMAGE_LINGUAS = "en-gb" | 173 | IMAGE_LINGUAS = "en-gb" |
174 | |||
175 | DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi" | ||
diff --git a/meta/conf/machine/include/handheld-common.conf b/meta/conf/machine/include/handheld-common.conf deleted file mode 100644 index f8767d2ddf..0000000000 --- a/meta/conf/machine/include/handheld-common.conf +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | HANDHELD_MODULES = "ipv6 \ | ||
2 | ipsec \ | ||
3 | nvrd \ | ||
4 | mip6-mn \ | ||
5 | tun \ | ||
6 | ide-cs ide-disk ide-probe-mod \ | ||
7 | loop \ | ||
8 | vfat ext2 \ | ||
9 | sunrpc nfs \ | ||
10 | btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart hidp \ | ||
11 | pcnet-cs serial-cs airo-cs \ | ||
12 | af_packet \ | ||
13 | ppp-async ppp-deflate ppp-mppe \ | ||
14 | ip-gre ip-tables ipip \ | ||
15 | irda irlan irnet irport irtty ircomm-tty \ | ||
16 | input uinput \ | ||
17 | " | ||
18 | |||
19 | # Configuration bits for "generic handheld" | ||
20 | BOOTSTRAP_EXTRA_RDEPENDS += "${PCMCIA_MANAGER} apm apmd network-suspend-scripts" | ||
21 | BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}" | ||
22 | |||
23 | INHERIT += "linux_modules" | ||
diff --git a/meta/conf/machine/include/zaurus-clamshell-2.6.conf b/meta/conf/machine/include/zaurus-clamshell-2.6.conf index 3c19ef3da6..fa2adda6fb 100644 --- a/meta/conf/machine/include/zaurus-clamshell-2.6.conf +++ b/meta/conf/machine/include/zaurus-clamshell-2.6.conf | |||
@@ -6,41 +6,13 @@ PREFERRED_VERSION_wpa_supplicant = "0.4.7" | |||
6 | 6 | ||
7 | PCMCIA_MANAGER ?= "pcmciautils" | 7 | PCMCIA_MANAGER ?= "pcmciautils" |
8 | 8 | ||
9 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils spectrum-fw \ | 9 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget" |
10 | ${PCMCIA_MANAGER} apm wireless-tools irda-utils udev-utils keymaps hostap-utils prism3-firmware prism3-support \ | 10 | MACHINE_FEATURES_akita = "kernel26 apm alsa pcmcia bluetooth irda usbgadget usbhost" |
11 | ppp ppp-dialin openswan wpa-supplicant-nossl alsa-utils-alsactl alsa-utils-alsamixer module-init-tools alsa-conf zaurusd" | 11 | MACHINE_FEATURES_spitz = "kernel26 apm alsa pcmcia bluetooth irda usbgadget usbhost ext2" |
12 | 12 | ||
13 | # Ethernet modules | ||
14 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcnet-cs" | ||
15 | # NFS Modules | ||
16 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" | ||
17 | # Crypto Modules | ||
18 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5" | ||
19 | # SMB and CRAMFS | ||
20 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs" | ||
21 | # Serial Modules | ||
22 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 kernel-module-serial-cs" | ||
23 | # Bluetooth Modules | ||
24 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \ | ||
25 | kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \ | ||
26 | kernel-module-bt3c-cs kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs" | ||
27 | # Infrared Modules | ||
28 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel-module-ircomm \ | ||
29 | kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" | ||
30 | 13 | ||
31 | # USB Gadget Modules | 14 | MACHINE_EXTRA_RDEPENDS = "zaurusd" |
32 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \ | 15 | MACHINE_EXTRA_RRECOMMENDS_c7x0 = "kernel-module-snd-soc-corgi" |
33 | kernel-module-g-serial kernel-module-g-ether" | 16 | MACHINE_EXTRA_RRECOMMENDS_akita = "kernel-module-snd-soc-spitz" |
17 | MACHINE_EXTRA_RRECOMMENDS_spitz = "kernel-module-snd-soc-spitz" | ||
34 | 18 | ||
35 | # Wireless Modules | ||
36 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-hostap kernel-module-hostap-cs \ | ||
37 | kernel-module-hermes kernel-module-orinoco \ | ||
38 | kernel-module-orinoco-cs kernel-module-spectrum-cs \ | ||
39 | hostap-conf orinoco-conf" | ||
40 | |||
41 | # Sound Modules | ||
42 | BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 = " kernel-module-snd-soc-corgi " | ||
43 | BOOTSTRAP_EXTRA_RDEPENDS_append_akita = " kernel-module-snd-soc-spitz " | ||
44 | BOOTSTRAP_EXTRA_RDEPENDS_append_spitz = " kernel-module-snd-soc-spitz " | ||
45 | # For OSS | ||
46 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss" \ No newline at end of file | ||
diff --git a/meta/conf/machine/ipaq-pxa270.conf b/meta/conf/machine/ipaq-pxa270.conf index ffa8b2d9c5..1aeb8f3f2b 100644 --- a/meta/conf/machine/ipaq-pxa270.conf +++ b/meta/conf/machine/ipaq-pxa270.conf | |||
@@ -4,11 +4,9 @@ | |||
4 | 4 | ||
5 | TARGET_ARCH = "arm" | 5 | TARGET_ARCH = "arm" |
6 | IPKG_EXTRA_ARCHS = "armv4 armv5te ipaqpxa hx4700" | 6 | IPKG_EXTRA_ARCHS = "armv4 armv5te ipaqpxa hx4700" |
7 | #use this for a hx47xx ipaq | ||
8 | PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" | ||
9 | 7 | ||
10 | #use this for a hx2xxx ipaq | 8 | #use this for a hx2xxx ipaq |
11 | #PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" | 9 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" |
12 | 10 | ||
13 | PREFERRED_VERSION_orinoco-modules = "0.15rc1" | 11 | PREFERRED_VERSION_orinoco-modules = "0.15rc1" |
14 | 12 | ||
@@ -42,7 +40,8 @@ include conf/machine/include/tune-xscale.conf | |||
42 | # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first | 40 | # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first |
43 | #include conf/machine/include/tune-iwmmxt.conf | 41 | #include conf/machine/include/tune-iwmmxt.conf |
44 | 42 | ||
45 | BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}" | 43 | BOOTSTRAP_EXTRA_RRECOMMENDS += "" |
44 | #${@linux_module_packages('${HX4700_MODULES}', d)} | ||
46 | HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ | 45 | HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ |
47 | hx4700_ts hx4700_wlan snd_hx4700_audio hx4700_power" | 46 | hx4700_ts hx4700_wlan snd_hx4700_audio hx4700_power" |
48 | 47 | ||
diff --git a/meta/conf/machine/spitz.conf b/meta/conf/machine/spitz.conf index f8b0572b42..6588702a84 100644 --- a/meta/conf/machine/spitz.conf +++ b/meta/conf/machine/spitz.conf | |||
@@ -6,10 +6,6 @@ include conf/machine/include/zaurus-clamshell.conf | |||
6 | include conf/machine/include/zaurus-clamshell-2.6.conf | 6 | include conf/machine/include/zaurus-clamshell-2.6.conf |
7 | 7 | ||
8 | PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" | 8 | PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" |
9 | PIVOTBOOT_EXTRA_RRECOMMENDS += "" | ||
10 | |||
11 | # Useful things for the built-in Harddisk | ||
12 | BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs" | ||
13 | 9 | ||
14 | IMAGE_FSTYPES ?= "tar.gz" | 10 | IMAGE_FSTYPES ?= "tar.gz" |
15 | 11 | ||