diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-24 07:33:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-24 07:33:34 +0000 |
commit | 932e81b3b51eb8f914822ee37128c3e0a61da78f (patch) | |
tree | bd87cc2ec46f776b85d6bff75d728e75bcc5b235 /packages/ixp4xx | |
parent | 65137b9eaf4ec4cca3bc6d625d4f7b16b5fd1438 (diff) |
ixp4xx-csr: improve Intel license handling in 1.4
- version 1.4 of ixp4xx-csr now behaves like the other versions and
- requires users of the package to download the source code themselves
- from Intel. This helps ensure than no one accidentally violates the
- license agreement (by forcing all builders of the software to read it)
Diffstat (limited to 'packages/ixp4xx')
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr_1.4.bb | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/packages/ixp4xx/ixp4xx-csr_1.4.bb b/packages/ixp4xx/ixp4xx-csr_1.4.bb index d4d0f1fa4b..ca502ca4d9 100644 --- a/packages/ixp4xx/ixp4xx-csr_1.4.bb +++ b/packages/ixp4xx/ixp4xx-csr_1.4.bb @@ -1,11 +1,29 @@ -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_4.htm" -SRC_URI = "http://www.intel.com/design/network/swsup/ixp400AccessLibrary-1_4.zip \ - http://www.wnk.at/ixp400_accesslib_kernel26/data/patch_accesslib_kernel26_20040811.diff;patch=1 \ - file://badpaths.patch;patch=1 \ - file://build-timing-annoyance.patch;patch=1" +# Intel ixp4xx access library software. Note that this has an Intel +# license which restricts its use. +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_4.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", follow +# the "Archived" link and the v1.4 software then select the the "Intel +# Hardware Access Software" "1.4 download", this will take you to the +# license agreement which you must accept to use this package. +# +# 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_4.zip" +SRC_URI += "http://www.wnk.at/ixp400_accesslib_kernel26/data/patch_accesslib_kernel26_20040811.diff;patch=1" +SRC_URI += "file://badpaths.patch;patch=1" +SRC_URI += "file://build-timing-annoyance.patch;patch=1" + S = "${WORKDIR}/ixp400_xscale_sw" PR = "r5" |