[oe-commits] org.oe.dev ixp4xx-npe: Update firmware installation path

nail commit openembedded-commits at lists.openembedded.org
Wed Sep 13 14:11:33 UTC 2006


ixp4xx-npe: Update firmware installation path

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: aa70f35e12bec75c0c43f7c69c41e959b5d83092
ViewMTN: http://monotone.openembedded.org/revision.psp?id=aa70f35e12bec75c0c43f7c69c41e959b5d83092
Files:
1
packages/ixp4xx/ixp4xx-npe_0.1.bb
Diffs:

#
# mt diff -r3b0daf53d3c14566601b7cab0bdd8e970d7918d8 -raa70f35e12bec75c0c43f7c69c41e959b5d83092
#
# 
# 
# patch "packages/ixp4xx/ixp4xx-npe_0.1.bb"
#  from [4b03bf829f8f88446454576c57777d3d7d0aebeb]
#    to [1970ec2e2c8ac08ed632d1a74af7b3d6fcf67aa4]
# 
============================================================
--- packages/ixp4xx/ixp4xx-npe_0.1.bb	4b03bf829f8f88446454576c57777d3d7d0aebeb
+++ packages/ixp4xx/ixp4xx-npe_0.1.bb	1970ec2e2c8ac08ed632d1a74af7b3d6fcf67aa4
@@ -1,8 +1,31 @@ MAINTAINER = "Oyvind Repvik <nail at nslu2-
 DESCRIPTION = "Firmware for the IXP4xx line of devices"
 MAINTAINER = "Oyvind Repvik <nail at nslu2-linux.org>"
-LICENSE = "Intel Public Licence"
-PR = "r0"
+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"
+PR = "r1"
 
+# You must download the following software to your OpenEmbedded downloads
+# directory before using this package:
+#
+#       IPL_ixp400AccessLibrary-2_1.zip
+#       IPL_ixp400NpeLibrary-2_1.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 2.1, encryption is not required.)
+#
+# Store the files with the names given below in your downloads directory
+# and store the 32 character md5sum of the file in a file of the same
+# name with the additional extension .md5:
+#
+#       IPL_ixp400AccessLibrary-2_1.zip.md5
+#       IPL_ixp400NpeLibrary-2_1.zip.md5
+#
+
 SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400AccessLibrary-2_1.zip"
 inherit native
 S = ${WORKDIR}/ixp400_xscale_sw/src/npeDl
@@ -13,6 +36,6 @@ do_install() {
 }
 
 do_install() {
-	install -d ${D}/usr/lib/firmware/NPE-B
-	install ${S}/NPE-B.010c0200 ${D}/usr/lib/firmware/NPE-B/
+	install -d ${D}/lib/firmware
+	install ${S}/NPE-B.010c0200 ${D}/lib/firmware/
 }






More information about the Openembedded-commits mailing list