summaryrefslogtreecommitdiff
path: root/orinoco
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /orinoco
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'orinoco')
-rw-r--r--orinoco/orinoco-modules_0.13e.bb0
-rw-r--r--orinoco/orinoco-modules_0.13e.oe27
-rw-r--r--orinoco/orinoco-modules_0.15rc1.bb0
-rw-r--r--orinoco/orinoco-modules_0.15rc1.oe31
-rw-r--r--orinoco/orinoco-modules_0.15rc2.bb0
-rw-r--r--orinoco/orinoco-modules_0.15rc2.oe38
6 files changed, 0 insertions, 96 deletions
diff --git a/orinoco/orinoco-modules_0.13e.bb b/orinoco/orinoco-modules_0.13e.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/orinoco/orinoco-modules_0.13e.bb
diff --git a/orinoco/orinoco-modules_0.13e.oe b/orinoco/orinoco-modules_0.13e.oe
deleted file mode 100644
index 886cf7f514..0000000000
--- a/orinoco/orinoco-modules_0.13e.oe
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "A driver for wireless LAN cards based on Hermes(Orinoco) cards. \
-Also contains support for cards using downloadable firmware, i.e. the Symbol/Socket family."
-SECTION = "kernel/modules"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-PR = "r1"
-
-SRC_URI = "http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz; \
- file://crosscompile.patch;patch=1 \
- file://monitor-${PV}.patch;patch=1 \
- file://spectrum*"
-S = "${WORKDIR}/orinoco-${PV}"
-
-inherit module
-
-do_compile_prepend() {
- cp -f ${WORKDIR}/spectrum* ${S}/
-}
-
-do_install() {
- install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless
- install -d ${D}/etc/pcmcia
- install -m 0644 *.o ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/
- install -m 0644 spectrum.conf ${D}/etc/pcmcia/
- install -m 0644 hermes.conf ${D}/etc/pcmcia/
-}
diff --git a/orinoco/orinoco-modules_0.15rc1.bb b/orinoco/orinoco-modules_0.15rc1.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/orinoco/orinoco-modules_0.15rc1.bb
diff --git a/orinoco/orinoco-modules_0.15rc1.oe b/orinoco/orinoco-modules_0.15rc1.oe
deleted file mode 100644
index 099c3be2c9..0000000000
--- a/orinoco/orinoco-modules_0.15rc1.oe
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "A driver for wireless LAN cards based on Hermes(Orinoco) cards. \
-Also contains support for cards using downloadable firmware, i.e. the Symbol/Socket family."
-SECTION = "kernel/modules"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-PR = "r2"
-
-# seems to cause problems on arm
-DEFAULT_PREFERENCE_arm = "-1"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/orinoco/orinoco-${PV}.tar.gz \
- file://list-move.patch;patch=1 \
- file://spectrum-firmware.patch;patch=1 \
- file://spectrum.conf \
- file://spectrum_fw.h"
-S = "${WORKDIR}/orinoco-${PV}"
-
-inherit module
-
-do_compile_prepend() {
- install ${WORKDIR}/spectrum_fw.h ${S}/
-}
-
-do_install() {
- install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless
- install -d ${D}/etc/pcmcia
- install -m 0644 *.o ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/
- install -m 0644 ${WORKDIR}/spectrum.conf ${D}/etc/pcmcia/
- install -m 0644 hermes.conf ${D}/etc/pcmcia/
-}
diff --git a/orinoco/orinoco-modules_0.15rc2.bb b/orinoco/orinoco-modules_0.15rc2.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/orinoco/orinoco-modules_0.15rc2.bb
diff --git a/orinoco/orinoco-modules_0.15rc2.oe b/orinoco/orinoco-modules_0.15rc2.oe
deleted file mode 100644
index 5d9c5bbfe3..0000000000
--- a/orinoco/orinoco-modules_0.15rc2.oe
+++ /dev/null
@@ -1,38 +0,0 @@
-DESCRIPTION = "A driver for wireless LAN cards based on Hermes(Orinoco) cards. \
-Also contains support for cards using downloadable firmware, i.e. the Symbol/Socket family."
-SECTION = "kernel/modules"
-PRIORITY = "optional"
-PROVIDES = "spectrum-modules"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-PR = "r2"
-
-# seems to cause problems on arm
-DEFAULT_PREFERENCE_arm = "-1"
-
-SELECTED_OPTIMIZATION = "-O -fno-strict-aliasing"
-
-SRC_URI = "http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz \
- file://list-move.patch;patch=1 \
- file://spectrum-firmware.patch;patch=1 \
- file://spectrum.conf \
- file://spectrum_fw.h \
- file://orinoco_cs.conf"
-S = "${WORKDIR}/orinoco-${PV}"
-
-inherit module
-
-do_compile_prepend() {
- install ${WORKDIR}/spectrum_fw.h ${S}/
-}
-
-do_install() {
- install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless
- install -d ${D}/etc/pcmcia
- install -m 0644 *.o ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/
- install -m 0644 ${WORKDIR}/spectrum.conf ${D}/etc/pcmcia/
- install -m 0644 hermes.conf ${D}/etc/pcmcia/
- install -d ${D}/etc/modutils
- install -m 0644 ${WORKDIR}/orinoco_cs.conf ${D}/etc/modutils/
-}
-