diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-01 16:45:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-01 16:45:35 +0000 |
commit | 3bf03ed3afe95a58d235b972fa3d9820684bf2f5 (patch) | |
tree | c53e6fbf6739f637f564b3c3f9dd4e610802bb4c | |
parent | cc3d92ac65c143b3ef5644e774266cdbf923ac9f (diff) |
ixp4xx: corrected licenses and dependencies
It is necessary to download the .zip files from Intel by hand before
building this package.
-rw-r--r-- | packages/ixp4xx/ixp-osal_1.5.bb | 24 | ||||
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr_1.5.bb | 28 |
2 files changed, 41 insertions, 11 deletions
diff --git a/packages/ixp4xx/ixp-osal_1.5.bb b/packages/ixp4xx/ixp-osal_1.5.bb index d68b6d9e35..8de9983dda 100644 --- a/packages/ixp4xx/ixp-osal_1.5.bb +++ b/packages/ixp4xx/ixp-osal_1.5.bb @@ -1,10 +1,24 @@ # Intel ixp4xx access library software. Note that this has an Intel # license which restricts its use. -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/download_ixp400.htm" -LICENSE = "${PN}" -LICENSE_HOMEPAGE = "http://www.intel.com/design/network/swsup/ixp400AccessLibrary-1_5.htm" -SRC_URI = "http://www.intel.com/design/network/swsup/ixp400AccessLibrary-1_5.zip" +MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>" +HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/ixp420.htm" +LICENSE = "http://www.intel.com/design/network/swsup/np_sla/ixp400.htm" +LICENSE_HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/ixp425swr1.htm" +# You must download the following software to your OpenEmbedded downloads +# directory before using this package: +# +# ixp400AccessLibrary-1_5.zip +# +# To do this go to the LICENSE_HOMEPAGE above, register/login (using a +# web browser which is supported by the login page), this will give you +# access to the web page from which you can download the software - you +# need the: "IntelĀ® IXP400 Software and RedBoot* Boot Loader" and, from +# this the "Intel Hardware Access Software" (versions 1.5 encryption is +# not required.) +# +# Store the file with the name given below in your downloads directory +# +SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/ixp400AccessLibrary-1_5.zip" SRC_URI += "file://2.6.patch;patch=1" S = "${WORKDIR}/ixp_osal" PR = "r0" diff --git a/packages/ixp4xx/ixp4xx-csr_1.5.bb b/packages/ixp4xx/ixp4xx-csr_1.5.bb index 55dc0f245f..d07e464f91 100644 --- a/packages/ixp4xx/ixp4xx-csr_1.5.bb +++ b/packages/ixp4xx/ixp4xx-csr_1.5.bb @@ -1,12 +1,28 @@ # Intel ixp4xx access library software. Note that this has an Intel # license which restricts its use. -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/download_ixp400.htm" -LICENSE = "${PN}" -LICENSE_HOMEPAGE = "http://www.intel.com/design/network/swsup/ixp400AccessLibrary-1_5.htm" -SRC_URI = "http://www.intel.com/design/network/swsup/ixp400AccessLibrary-1_5.zip" -SRC_URI += "http://www.intel.com/design/network/swsup/ixp400NpeLibrary-1_5.zip" +MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>" +HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/ixp420.htm" +LICENSE = "http://www.intel.com/design/network/swsup/np_sla/ixp400.htm" +LICENSE_HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/ixp425swr1.htm" +# You must download the following software to your OpenEmbedded downloads +# directory before using this package: +# +# ixp400AccessLibrary-1_5.zip +# ixp400NpeLibrary-1_5.zip +# +# To do this go to the LICENSE_HOMEPAGE above, register/login (using a +# web browser which is supported by the login page), this will give you +# access to the web page from which you can download the software - you +# need the: "IntelĀ® IXP400 Software and RedBoot* Boot Loader" and, from +# this the "Intel Hardware Access Software" and "NPE Microcode" (both +# versions 1.5, encryption is not required.) +# +# Store the files with the names given below in your downloads directory +# +SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/ixp400AccessLibrary-1_5.zip" +SRC_URI += "http://www.intel.com/Please-Read-The-BB-File/ixp400NpeLibrary-1_5.zip" SRC_URI += "file://2.6.patch;patch=1" +DEPENDS = "ixp-osal" S = "${WORKDIR}/ixp400_xscale_sw" PR = "r0" |