diff options
author | Richard Purdie <richard@openedhand.com> | 2005-09-20 07:04:35 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-09-20 07:04:35 +0000 |
commit | b4a7122cacef647dbec3db5c9ebe1e504a7670df (patch) | |
tree | 006885a1f4e8032062632ee1a091e72c32dd2810 /openembedded/conf | |
parent | f9e1d16bfa73a2df5254c63ae1abb6a4bbe0a062 (diff) | |
download | poky-b4a7122cacef647dbec3db5c9ebe1e504a7670df.tar.gz |
Updates against mainline OE
git-svn-id: https://svn.o-hand.com/repos/poky@26 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf')
-rw-r--r-- | openembedded/conf/bitbake.conf | 3 | ||||
-rw-r--r-- | openembedded/conf/distro/familiar-0.8.3.conf | 4 | ||||
-rw-r--r-- | openembedded/conf/distro/openzaurus-3.5.4.conf | 15 | ||||
-rw-r--r-- | openembedded/conf/distro/openzaurus.inc (renamed from openembedded/conf/distro/openzaurus.conf) | 0 | ||||
-rw-r--r-- | openembedded/conf/distro/preferred-gpe-versions-2.7.inc | 7 | ||||
-rw-r--r-- | openembedded/conf/local.conf.sample | 16 | ||||
-rw-r--r-- | openembedded/conf/machine/ipaq-pxa270.conf | 7 | ||||
-rw-r--r-- | openembedded/conf/machine/spitz.conf | 2 | ||||
-rw-r--r-- | openembedded/conf/machine/zaurus-clamshell-2.6.conf | 7 |
9 files changed, 39 insertions, 22 deletions
diff --git a/openembedded/conf/bitbake.conf b/openembedded/conf/bitbake.conf index 04603d393d..7008ce9940 100644 --- a/openembedded/conf/bitbake.conf +++ b/openembedded/conf/bitbake.conf | |||
@@ -126,6 +126,7 @@ TMPDIR = "${TOPDIR}/tmp" | |||
126 | CACHE = "${TMPDIR}/cache" | 126 | CACHE = "${TMPDIR}/cache" |
127 | DL_DIR = "${TMPDIR}/downloads" | 127 | DL_DIR = "${TMPDIR}/downloads" |
128 | CVSDIR = "${DL_DIR}/cvs" | 128 | CVSDIR = "${DL_DIR}/cvs" |
129 | GITDIR = "${DL_DIR}/git" | ||
129 | 130 | ||
130 | STAMP = "${TMPDIR}/stamps/${PF}" | 131 | STAMP = "${TMPDIR}/stamps/${PF}" |
131 | WORKDIR = "${TMPDIR}/work/${PF}" | 132 | WORKDIR = "${TMPDIR}/work/${PF}" |
@@ -170,6 +171,8 @@ IMAGE_CMD_ext2 = "genext2fs -b ${IMAGE_ROOTFS_SIZE} -d ${IMAGE_ROOTFS} ${DEPLOY_ | |||
170 | IMAGE_CMD_ext2.gz = "mkdir ${DEPLOY_DIR_IMAGE}/tmp.gz; genext2fs -b ${IMAGE_ROOTFS_SIZE} -d ${IMAGE_ROOTFS} ${DEPLOY_DIR_IMAGE}/tmp.gz/${IMAGE_NAME}.rootfs.ext2 ${EXTRA_IMAGECMD}; gzip -f -9 ${DEPLOY_DIR_IMAGE}/tmp.gz/${IMAGE_NAME}.rootfs.ext2; mv ${DEPLOY_DIR_IMAGE}/tmp.gz/${IMAGE_NAME}.rootfs.ext2.gz ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext2.gz; rmdir ${DEPLOY_DIR_IMAGE}/tmp.gz" | 171 | IMAGE_CMD_ext2.gz = "mkdir ${DEPLOY_DIR_IMAGE}/tmp.gz; genext2fs -b ${IMAGE_ROOTFS_SIZE} -d ${IMAGE_ROOTFS} ${DEPLOY_DIR_IMAGE}/tmp.gz/${IMAGE_NAME}.rootfs.ext2 ${EXTRA_IMAGECMD}; gzip -f -9 ${DEPLOY_DIR_IMAGE}/tmp.gz/${IMAGE_NAME}.rootfs.ext2; mv ${DEPLOY_DIR_IMAGE}/tmp.gz/${IMAGE_NAME}.rootfs.ext2.gz ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext2.gz; rmdir ${DEPLOY_DIR_IMAGE}/tmp.gz" |
171 | IMAGE_CMD_squashfs = "mksquashfs ${IMAGE_ROOTFS} ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.squashfs ${EXTRA_IMAGECMD} -noappend" | 172 | IMAGE_CMD_squashfs = "mksquashfs ${IMAGE_ROOTFS} ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.squashfs ${EXTRA_IMAGECMD} -noappend" |
172 | IMAGE_CMD_tar = "cd ${IMAGE_ROOTFS} && tar -jcvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar.bz2 ." | 173 | IMAGE_CMD_tar = "cd ${IMAGE_ROOTFS} && tar -jcvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar.bz2 ." |
174 | IMAGE_CMD_tar.gz = "cd ${IMAGE_ROOTFS} && tar -zcvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar.gz ." | ||
175 | IMAGE_CMD_tar.bz2 = "cd ${IMAGE_ROOTFS} && tar -jcvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar.bz2 ." | ||
173 | EXTRA_IMAGECMD = "" | 176 | EXTRA_IMAGECMD = "" |
174 | EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" | 177 | EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" |
175 | EXTRA_IMAGECMD_squashfs = "-le -b 16384" | 178 | EXTRA_IMAGECMD_squashfs = "-le -b 16384" |
diff --git a/openembedded/conf/distro/familiar-0.8.3.conf b/openembedded/conf/distro/familiar-0.8.3.conf index 475117ceba..4b3d33dd9a 100644 --- a/openembedded/conf/distro/familiar-0.8.3.conf +++ b/openembedded/conf/distro/familiar-0.8.3.conf | |||
@@ -21,7 +21,7 @@ PREFERRED_PROVIDER_virtual/libiconv=glibc | |||
21 | PREFERRED_PROVIDER_virtual/libintl=glibc | 21 | PREFERRED_PROVIDER_virtual/libintl=glibc |
22 | PREFERRED_PROVIDER_x11=diet-x11 | 22 | PREFERRED_PROVIDER_x11=diet-x11 |
23 | 23 | ||
24 | PREFERRED_VERSION_hostap-modules ?= "0.3.9 | 24 | PREFERRED_VERSION_hostap-modules ?= "0.3.9" |
25 | 25 | ||
26 | # The CSL compiler is unusable because | 26 | # The CSL compiler is unusable because |
27 | # 1) certain programs stop to compile | 27 | # 1) certain programs stop to compile |
@@ -37,7 +37,7 @@ PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | |||
37 | PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" | 37 | PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" |
38 | PREFERRED_VERSION_qte = "2.3.10" | 38 | PREFERRED_VERSION_qte = "2.3.10" |
39 | 39 | ||
40 | #OPIE_VERSION = "1.2.0" | 40 | OPIE_VERSION = "1.2.1" |
41 | include conf/distro/preferred-opie-versions.inc | 41 | include conf/distro/preferred-opie-versions.inc |
42 | 42 | ||
43 | # | 43 | # |
diff --git a/openembedded/conf/distro/openzaurus-3.5.4.conf b/openembedded/conf/distro/openzaurus-3.5.4.conf index 61458c0b03..fbc1970864 100644 --- a/openembedded/conf/distro/openzaurus-3.5.4.conf +++ b/openembedded/conf/distro/openzaurus-3.5.4.conf | |||
@@ -1,4 +1,4 @@ | |||
1 | include conf/distro/openzaurus.conf | 1 | include conf/distro/openzaurus.inc |
2 | DISTRO = "openzaurus" | 2 | DISTRO = "openzaurus" |
3 | DISTRO_NAME = "OpenZaurus" | 3 | DISTRO_NAME = "OpenZaurus" |
4 | DISTRO_VERSION = "3.5.3-snapshot-${DATE}" | 4 | DISTRO_VERSION = "3.5.3-snapshot-${DATE}" |
@@ -27,6 +27,16 @@ KERNEL_CONSOLE = "ttyS0" | |||
27 | #DEBUG_BUILD = "1" | 27 | #DEBUG_BUILD = "1" |
28 | #INHIBIT_PACKAGE_STRIP = "1" | 28 | #INHIBIT_PACKAGE_STRIP = "1" |
29 | 29 | ||
30 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" | ||
31 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | ||
32 | |||
33 | PREFERRED_VERSION_hostap-modules ?= "0.3.9" | ||
34 | |||
35 | #fix some iconv issues, needs to be adjusted when doing uclibc builds | ||
36 | PREFERRED_PROVIDER_virtual/libiconv=glibc | ||
37 | PREFERRED_PROVIDER_virtual/libintl=glibc | ||
38 | |||
39 | |||
30 | # | 40 | # |
31 | # Base | 41 | # Base |
32 | # | 42 | # |
@@ -48,12 +58,11 @@ include conf/distro/preferred-opie-versions.inc | |||
48 | # | 58 | # |
49 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | 59 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" |
50 | PREFERRED_PROVIDER_x11 = "diet-x11" | 60 | PREFERRED_PROVIDER_x11 = "diet-x11" |
51 | #PREFERRED_PROVIDER_x11 = "x11" | ||
52 | include conf/distro/preferred-gpe-versions-2.7.inc | 61 | include conf/distro/preferred-gpe-versions-2.7.inc |
53 | 62 | ||
54 | # | 63 | # |
55 | # E | 64 | # E |
56 | # | 65 | # |
57 | include conf/distro/preferred-e-versions.inc | 66 | #include conf/distro/preferred-e-versions.inc |
58 | 67 | ||
59 | include conf/distro/poky-additions.inc \ No newline at end of file | 68 | include conf/distro/poky-additions.inc \ No newline at end of file |
diff --git a/openembedded/conf/distro/openzaurus.conf b/openembedded/conf/distro/openzaurus.inc index 9208aeda09..9208aeda09 100644 --- a/openembedded/conf/distro/openzaurus.conf +++ b/openembedded/conf/distro/openzaurus.inc | |||
diff --git a/openembedded/conf/distro/preferred-gpe-versions-2.7.inc b/openembedded/conf/distro/preferred-gpe-versions-2.7.inc index 5919f351fb..4a3078240a 100644 --- a/openembedded/conf/distro/preferred-gpe-versions-2.7.inc +++ b/openembedded/conf/distro/preferred-gpe-versions-2.7.inc | |||
@@ -7,13 +7,14 @@ | |||
7 | 7 | ||
8 | #set some preferred providers: | 8 | #set some preferred providers: |
9 | PREFERRED_PROVIDER_gconf=gconf-dbus | 9 | PREFERRED_PROVIDER_gconf=gconf-dbus |
10 | PREFERRED_PROVIDER_gnome-vfs=gnome-vfs-dbus | ||
10 | 11 | ||
11 | #specify versions, as the header says :) | 12 | #specify versions, as the header says :) |
12 | PREFERRED_VERSION_libmatchbox ?= "1.7" | 13 | PREFERRED_VERSION_libmatchbox ?= "1.7" |
13 | PREFERRED_VERSION_matchbox ?= "0.9.1" | 14 | PREFERRED_VERSION_matchbox ?= "0.9.1" |
14 | PREFERRED_VERSION_matchbox-common ?= "0.9.1" | 15 | PREFERRED_VERSION_matchbox-common ?= "0.9.1" |
15 | PREFERRED_VERSION_matchbox-desktop ?= "0.9.1" | 16 | PREFERRED_VERSION_matchbox-desktop ?= "0.9.1" |
16 | PREFERRED_VERSION_matchbox-wm ?= "0.9.5" | 17 | PREFERRED_VERSION_matchbox-wm ?= "0.9.5+cvs-${CVSDATE}" |
17 | PREFERRED_VERSION_matchbox-panel ?= "0.9.2" | 18 | PREFERRED_VERSION_matchbox-panel ?= "0.9.2" |
18 | PREFERRED_VERSION_matchbox-applet-inputmanager ?= "0.6" | 19 | PREFERRED_VERSION_matchbox-applet-inputmanager ?= "0.6" |
19 | PREFERRED_VERSION_atk ?= "1.9.0" | 20 | PREFERRED_VERSION_atk ?= "1.9.0" |
@@ -49,7 +50,7 @@ PREFERRED_VERSION_gpe-today ?= "0.09" | |||
49 | PREFERRED_VERSION_matchbox-panel-manager ?= "0.1" | 50 | PREFERRED_VERSION_matchbox-panel-manager ?= "0.1" |
50 | PREFERRED_VERSION_dbus ?= "0.23.4" | 51 | PREFERRED_VERSION_dbus ?= "0.23.4" |
51 | PREFERRED_VERSION_gpe-beam ?= "0.2.8" | 52 | PREFERRED_VERSION_gpe-beam ?= "0.2.8" |
52 | PREFERRED_VERSION_gpe-bluetooth ?= "0.44" | 53 | PREFERRED_VERSION_gpe-bluetooth ?= "0.45" |
53 | PREFERRED_VERSION_gpe-su ?= "0.18" | 54 | PREFERRED_VERSION_gpe-su ?= "0.18" |
54 | PREFERRED_VERSION_gpe-conf ?= "0.1.25" | 55 | PREFERRED_VERSION_gpe-conf ?= "0.1.25" |
55 | PREFERRED_VERSION_gpe-clock ?= "0.21" | 56 | PREFERRED_VERSION_gpe-clock ?= "0.21" |
@@ -86,7 +87,7 @@ PREFERRED_VERSION_minimo ?= "0.0cvs${CVSDATE_minimo}" | |||
86 | PREFERRED_VERSION_linphone-hh ?= "0.12.2.hh1" | 87 | PREFERRED_VERSION_linphone-hh ?= "0.12.2.hh1" |
87 | PREFERRED_VERSION_linphone ?= "0.12.2" | 88 | PREFERRED_VERSION_linphone ?= "0.12.2" |
88 | PREFERRED_VERSION_firefox ?= "1.0" | 89 | PREFERRED_VERSION_firefox ?= "1.0" |
89 | PREFERRED_VERSION_gaim ?= "2.0.0-cvs-mco1" | 90 | PREFERRED_VERSION_gaim ?= "2.0.0-cvs-mco1-20050904" |
90 | PREFERRED_VERSION_poppler ?= "0.3.3" | 91 | PREFERRED_VERSION_poppler ?= "0.3.3" |
91 | PREFERRED_VERSION_evince ?= "0.3.2" | 92 | PREFERRED_VERSION_evince ?= "0.3.2" |
92 | PREFERRED_VERSION_gpe_mini_browser ?= "0.15" | 93 | PREFERRED_VERSION_gpe_mini_browser ?= "0.15" |
diff --git a/openembedded/conf/local.conf.sample b/openembedded/conf/local.conf.sample index 52a0d5f120..49b66b2e50 100644 --- a/openembedded/conf/local.conf.sample +++ b/openembedded/conf/local.conf.sample | |||
@@ -3,6 +3,7 @@ | |||
3 | # This file is not used, see build/conf/local.conf instead | 3 | # This file is not used, see build/conf/local.conf instead |
4 | # | 4 | # |
5 | # XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | 5 | # XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
6 | |||
6 | # | 7 | # |
7 | # OpenEmbedded local configuration file (sample) | 8 | # OpenEmbedded local configuration file (sample) |
8 | # | 9 | # |
@@ -25,12 +26,11 @@ | |||
25 | # expansion. Stuff like starting with ${HOME} or ${TOPDIR} is ok). | 26 | # expansion. Stuff like starting with ${HOME} or ${TOPDIR} is ok). |
26 | 27 | ||
27 | # Use this to specify where BitBake should place the downloaded sources into | 28 | # Use this to specify where BitBake should place the downloaded sources into |
28 | DL_DIR = "POKYROOT/sources" | 29 | DL_DIR = "${HOME}/sources" |
29 | 30 | ||
30 | # Delete the line below. Then specify which .bb files to consider for | 31 | # Delete the line below. Then specify which .bb files to consider for |
31 | # your build. Typically this will be something like BBFILES = "/path/to/openembedded/packages/*/*.bb" | 32 | # your build. Typically this will be something like BBFILES = "/path/to/openembedded/packages/*/*.bb" |
32 | #BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}" | 33 | BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}" |
33 | BBFILES := "POKYROOT/openembedded/packages/*/*.bb" | ||
34 | 34 | ||
35 | # Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files | 35 | # Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files |
36 | # This is a regulary expression, so be sure to get your parenthesis balanced. | 36 | # This is a regulary expression, so be sure to get your parenthesis balanced. |
@@ -77,7 +77,8 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" | |||
77 | 77 | ||
78 | # Uncomment this to select a distribution policy. See the conf directory | 78 | # Uncomment this to select a distribution policy. See the conf directory |
79 | # for distributions currently known to OpenEmbedded. | 79 | # for distributions currently known to OpenEmbedded. |
80 | # DISTRO = "familiar" | 80 | # Stay away from unversioned distros unless you really know what you are doing |
81 | # DISTRO = "familiar-0.8.3" | ||
81 | 82 | ||
82 | # Uncomment this to select a particular kernel version if supported by | 83 | # Uncomment this to select a particular kernel version if supported by |
83 | # your MACHINE setting. Currently only supported on Zaurus Clamshells. | 84 | # your MACHINE setting. Currently only supported on Zaurus Clamshells. |
@@ -88,7 +89,7 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" | |||
88 | # INHERIT = "package_ipk" | 89 | # INHERIT = "package_ipk" |
89 | # INHERIT = "package_tar" | 90 | # INHERIT = "package_tar" |
90 | 91 | ||
91 | # Add the required image file system types below. Valid are jffs2, tar, cramfs | 92 | # Add the required image file system types below. Valid are jffs2, tar, cramfs and ext2 |
92 | IMAGE_FSTYPES = "jffs2 tar" | 93 | IMAGE_FSTYPES = "jffs2 tar" |
93 | 94 | ||
94 | # Uncomment this to disable the parse cache (not recommended). | 95 | # Uncomment this to disable the parse cache (not recommended). |
@@ -97,7 +98,8 @@ IMAGE_FSTYPES = "jffs2 tar" | |||
97 | # Uncomment this if you want BitBake to emit debugging output | 98 | # Uncomment this if you want BitBake to emit debugging output |
98 | # BBDEBUG = "yes" | 99 | # BBDEBUG = "yes" |
99 | 100 | ||
100 | # Uncomment these two if you want BitBake to build images useful for debugging. | 101 | # Uncomment these two if you want BitBake to build images useful for debugging. |
102 | # Note that INHIBIT_PACKAGE_STRIP needs a package format to be defined | ||
101 | # DEBUG_BUILD = "1" | 103 | # DEBUG_BUILD = "1" |
102 | # INHIBIT_PACKAGE_STRIP = "1" | 104 | # INHIBIT_PACKAGE_STRIP = "1" |
103 | 105 | ||
@@ -125,4 +127,4 @@ BBINCLUDELOGS = "yes" | |||
125 | CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" | 127 | CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" |
126 | 128 | ||
127 | # EDIT THIS FILE and then remove the line below before using! | 129 | # EDIT THIS FILE and then remove the line below before using! |
128 | #REMOVE_THIS_LINE:="${@oe.fatal('Read the comments in your conf/local.conf')}" | 130 | REMOVE_THIS_LINE:="${@oe.fatal('Read the comments in your conf/local.conf')}" |
diff --git a/openembedded/conf/machine/ipaq-pxa270.conf b/openembedded/conf/machine/ipaq-pxa270.conf index 0565b897b7..ec2b1beb02 100644 --- a/openembedded/conf/machine/ipaq-pxa270.conf +++ b/openembedded/conf/machine/ipaq-pxa270.conf | |||
@@ -5,6 +5,7 @@ | |||
5 | TARGET_ARCH = "arm" | 5 | TARGET_ARCH = "arm" |
6 | IPKG_ARCHS = "all arm armv4 armv5te ipaqpxa hx4700" | 6 | IPKG_ARCHS = "all arm armv4 armv5te ipaqpxa hx4700" |
7 | PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" | 7 | PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" |
8 | PREFERRED_VERSIONS_handhelds-pxa-2.6 = "2.6.12-hh3" | ||
8 | 9 | ||
9 | PREFERRED_VERSION_orinoco-modules = "0.15rc1" | 10 | PREFERRED_VERSION_orinoco-modules = "0.15rc1" |
10 | 11 | ||
@@ -24,14 +25,14 @@ include conf/machine/ipaq-common.conf | |||
24 | include conf/machine/handheld-common.conf | 25 | include conf/machine/handheld-common.conf |
25 | 26 | ||
26 | GUI_MACHINE_CLASS = "bigscreen" | 27 | GUI_MACHINE_CLASS = "bigscreen" |
27 | GPE_EXTRA_DEPENDS += "gaim sylpheed gpe-filemanager gpe-nmf evince" | 28 | GPE_EXTRA_DEPENDS += "gaim sylpheed" |
28 | GPE_EXTRA_INSTALL += "gaim sylpheed gpe-filemanager gpe-nmf evince" | 29 | GPE_EXTRA_INSTALL += "gaim sylpheed" |
29 | 30 | ||
30 | # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. | 31 | # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. |
31 | include conf/machine/tune-xscale.conf | 32 | include conf/machine/tune-xscale.conf |
32 | 33 | ||
33 | BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}" | 34 | BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}" |
34 | HX4700_MODULES = "asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ | 35 | HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ |
35 | hx4700_ts hx4700_wlan snd_pxa_i2sound_hx4700 hx4700_power" | 36 | hx4700_ts hx4700_wlan snd_pxa_i2sound_hx4700 hx4700_power" |
36 | 37 | ||
37 | module_autoload_hx4700_power = "hx4700_power" | 38 | module_autoload_hx4700_power = "hx4700_power" |
diff --git a/openembedded/conf/machine/spitz.conf b/openembedded/conf/machine/spitz.conf index 6e6ea7f605..79ce0c4193 100644 --- a/openembedded/conf/machine/spitz.conf +++ b/openembedded/conf/machine/spitz.conf | |||
@@ -15,6 +15,6 @@ PIVOTBOOT_EXTRA_RRECOMMENDS += "" | |||
15 | BOOTSTRAP_EXTRA_DEPENDS += "hdparm e2fsprogs" | 15 | BOOTSTRAP_EXTRA_DEPENDS += "hdparm e2fsprogs" |
16 | BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs" | 16 | BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs" |
17 | 17 | ||
18 | IMAGE_FSTYPES = "jffs2 tar" | 18 | IMAGE_FSTYPES = "jffs2 tar.gz" |
19 | 19 | ||
20 | ROOT_FLASH_SIZE = "100" | 20 | ROOT_FLASH_SIZE = "100" |
diff --git a/openembedded/conf/machine/zaurus-clamshell-2.6.conf b/openembedded/conf/machine/zaurus-clamshell-2.6.conf index 516b07ee15..a26ae7754f 100644 --- a/openembedded/conf/machine/zaurus-clamshell-2.6.conf +++ b/openembedded/conf/machine/zaurus-clamshell-2.6.conf | |||
@@ -2,13 +2,12 @@ | |||
2 | # Don't forget to include zaurus-clamshell.conf as well | 2 | # Don't forget to include zaurus-clamshell.conf as well |
3 | 3 | ||
4 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" | 4 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" |
5 | PREFERRED_VERSION_orinoco-modules = "0.15rc1" | ||
6 | 5 | ||
7 | BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel udev sysfsutils hostap-modules orinoco-modules \ | 6 | BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel udev sysfsutils hostap-modules spectrum-fw \ |
8 | pcmcia-cs apmd wireless-tools console-tools irda-utils lrzsz hostap-utils prism3-firmware prism3-support \ | 7 | pcmcia-cs apmd wireless-tools console-tools irda-utils lrzsz hostap-utils prism3-firmware prism3-support \ |
9 | ppp ppp-dialin openswan wpa-supplicant-nossl" | 8 | ppp ppp-dialin openswan wpa-supplicant-nossl" |
10 | 9 | ||
11 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils hostap-modules-cs orinoco-modules-cs \ | 10 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils hostap-modules-cs spectrum-fw \ |
12 | pcmcia-cs apm wireless-tools irda-utils udev-utils console-tools hostap-utils prism3-firmware prism3-support \ | 11 | pcmcia-cs apm wireless-tools irda-utils udev-utils console-tools hostap-utils prism3-firmware prism3-support \ |
13 | ppp ppp-dialin openswan wpa-supplicant-nossl" | 12 | ppp ppp-dialin openswan wpa-supplicant-nossl" |
14 | 13 | ||
@@ -34,3 +33,5 @@ BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel- | |||
34 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \ | 33 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \ |
35 | kernel-module-g-serial kernel-module-g-ether" | 34 | kernel-module-g-serial kernel-module-g-ether" |
36 | 35 | ||
36 | # Wireless Modules | ||
37 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-orinoco-cs kernel-module-spectrum-cs" | ||