aboutsummaryrefslogtreecommitdiffstats
path: root/prism54
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 /prism54
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
downloadopenembedded-a780643c4b6aa11e1a36965a69df7116477c7b4c.tar.gz
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 'prism54')
-rw-r--r--prism54/prism54-firmware_1.0.3.0.bb (renamed from prism54/prism54-firmware_1.0.3.0.oe)0
-rw-r--r--prism54/prism54-firmware_1.0.4.3.bb0
-rw-r--r--prism54/prism54-firmware_1.0.4.3.oe16
-rw-r--r--prism54/prism54-module_1.2.bb0
-rw-r--r--prism54/prism54-module_1.2.oe32
-rw-r--r--prism54/prism54-module_cvs.bb0
-rw-r--r--prism54/prism54-module_cvs.oe5
7 files changed, 0 insertions, 53 deletions
diff --git a/prism54/prism54-firmware_1.0.3.0.oe b/prism54/prism54-firmware_1.0.3.0.bb
index e69de29bb2..e69de29bb2 100644
--- a/prism54/prism54-firmware_1.0.3.0.oe
+++ b/prism54/prism54-firmware_1.0.3.0.bb
diff --git a/prism54/prism54-firmware_1.0.4.3.bb b/prism54/prism54-firmware_1.0.4.3.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/prism54/prism54-firmware_1.0.4.3.bb
diff --git a/prism54/prism54-firmware_1.0.4.3.oe b/prism54/prism54-firmware_1.0.4.3.oe
deleted file mode 100644
index ada7a59d3a..0000000000
--- a/prism54/prism54-firmware_1.0.4.3.oe
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Firmware for the Prism54 driver"
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
-LICENSE = "unknown"
-
-SRC_URI = "http://prism54.org/~mcgrof/firmware/${PV}.arm"
-
-S = "${WORKDIR}/prism54.org"
-
-do_install() {
- install -d ${D}/lib/firmware/
- install -m 0644 ${PV}.arm ${D}/lib/firmware/isl3890
-}
-
-FILES_${PN} = "/lib/firmware/"
diff --git a/prism54/prism54-module_1.2.bb b/prism54/prism54-module_1.2.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/prism54/prism54-module_1.2.bb
diff --git a/prism54/prism54-module_1.2.oe b/prism54/prism54-module_1.2.oe
deleted file mode 100644
index 8db1c630ba..0000000000
--- a/prism54/prism54-module_1.2.oe
+++ /dev/null
@@ -1,32 +0,0 @@
-DESCRIPTION = "Linux Driver for the 802.11g Prism GT / Prism Duette / Prism Indigo Chipsets"
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
-HOMEPAGE = "http://prism54.org"
-LICENSE = "GPL"
-RDEPENDS = "kernel (${KERNEL_VERSION}) kernel-module-firmware-class prism54-firmware (1.0.3.0) hotplug"
-DEPENDS = "virtual/kernel prism54-firmware"
-
-SRC_URI = "http://prism54.org/pub/linux/testing/tars/2004-06/prism54-1.2.tar.bz2"
-
-S = "${WORKDIR}/prism54-${PV}"
-
-inherit module-base
-
-# Hack Alert :D
-ARCH_mipsel = "mips"
-
-EXTRA_OEMAKE = "KDIR=${STAGING_KERNEL_DIR} KMISC=${D}/lib/modules/${KERNEL_VERSION}/net KVER=${KERNEL_VERSION}"
-
-do_compile() {
- unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- oe_runmake modules
-}
-
-do_install() {
- unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- oe_runmake install
-
-}
-
-FILES_${PN} = "/lib/modules/"
diff --git a/prism54/prism54-module_cvs.bb b/prism54/prism54-module_cvs.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/prism54/prism54-module_cvs.bb
diff --git a/prism54/prism54-module_cvs.oe b/prism54/prism54-module_cvs.oe
deleted file mode 100644
index 58d1ab21c7..0000000000
--- a/prism54/prism54-module_cvs.oe
+++ /dev/null
@@ -1,5 +0,0 @@
-SECTION = "base"
-include prism54-module_1.2.oe
-
-SRC_URI = "http://prism54.org/pub/linux/snapshot/tars/prism54-cvs-latest.tar.bz2"
-S = "${WORKDIR}/prism54-cvs-latest"