[oe-commits] org.oe.dev ixp4xx-npe: fixed the extraction

rwhitby commit openembedded-commits at lists.openembedded.org
Thu Sep 14 13:34:27 UTC 2006


ixp4xx-npe: fixed the extraction

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: c9d0318a798cf380cccad10bda938323d3644f3f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c9d0318a798cf380cccad10bda938323d3644f3f
Files:
1
packages/ixp4xx/ixp4xx-npe_2.3.bb
Diffs:

#
# mt diff -ra3a176fe9d652c1663829714a08b25f5e2b86747 -rc9d0318a798cf380cccad10bda938323d3644f3f
#
# 
# 
# patch "packages/ixp4xx/ixp4xx-npe_2.3.bb"
#  from [5c06372e305e8c6e385cba7fdf8ace927e564c60]
#    to [61398a865b7b51f0af718bb0e0b4e36619b5408e]
# 
============================================================
--- packages/ixp4xx/ixp4xx-npe_2.3.bb	5c06372e305e8c6e385cba7fdf8ace927e564c60
+++ packages/ixp4xx/ixp4xx-npe_2.3.bb	61398a865b7b51f0af718bb0e0b4e36619b5408e
@@ -25,20 +25,22 @@ SRC_URI = "http://downloadmirror.intel.c
 
 SRC_URI = "http://downloadmirror.intel.com/df-support/11190/eng/BSD_ixp400AccessLibrary-2_3.zip \
            http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400NpeLibrary-2_3.zip \
-	   http://www.hohnstaedt.de/ixp_npe/mc_grab.c"
+	   http://www.hohnstaedt.de/ixp_npe/IxNpeMicrocode.h"
 
 inherit native
 
 S = ${WORKDIR}/ixp400_xscale_sw/src/npeDl
 
 do_compile() {
-	${CC} -Wall -fno-builtin -I../include ${S}/ixNpeDlImageConverter.c -o ${S}/ixNpeDlImageConverter
-	${S}/ixNpeDlImageConverter
-	${CC} -Wall ${S}/../../../mc_grab.c -o ${S}/mc_grab
-	${S}/mc_grab 010c0200 < ${S}/IxNpeMicrocode.dat > ${S}/NPE-B.010c0200
+	cp ${S}/../../../IxNpeMicrocode.h ${S}/IxNpeMicrocode.h
+	${CC} -Wall ${S}/IxNpeMicrocode.c -o ${S}/IxNpeMicrocode
+	${S}/IxNpeMicrocode
 }
 
 do_install() {
 	install -d ${D}/lib/firmware
 	install ${S}/NPE-B.010c0200 ${D}/lib/firmware/
 }
+
+do_stage() {
+}






More information about the Openembedded-commits mailing list