diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-14 20:46:00 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-14 20:46:00 +0000 |
commit | ad4709d9b4b501a030df260eec39d0a901e0f081 (patch) | |
tree | 3ec652c8e960b095146c64d54d01499f780f0a8e | |
parent | bd6df5f63ed79414acf915bc1de4a26e16e8f8cd (diff) |
ixp4xx-npe: Added the download location
-rw-r--r-- | packages/ixp4xx/ixp4xx-npe_2.3.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/ixp4xx/ixp4xx-npe_2.3.bb b/packages/ixp4xx/ixp4xx-npe_2.3.bb index c6d91ff950..1a675dcfd9 100644 --- a/packages/ixp4xx/ixp4xx-npe_2.3.bb +++ b/packages/ixp4xx/ixp4xx-npe_2.3.bb @@ -3,7 +3,12 @@ LICENSE = "Intel Public Licence" PR = "r8" DEPENDS = "ixp4xx-npe-native" -SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400NpeLibrary-2_3.zip" +# You need to download the IPL_ixp400NpeLibrary-2_3.zip file from: +# http://www.intel.com/design/network/products/npfamily/ixp400_current.htm +# and put it in your downloads directory so bitbake will find it. +# Make sure you *read* and accept the license - it is not a standard one. + +SRC_URI = "http://You-Have-To-Download-The-Microcode-Manually-So-Please-Read-ixp4xx-npe_2.3.bb-For-Instructions/IPL_ixp400NpeLibrary-2_3.zip" S = "${WORKDIR}/ixp400_xscale_sw/src/npeDl" COMPATIBLE_MACHINE = "(nslu2|ixp4xx)" |