git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
279ef40
)
ixp4xx-npe: Now stages the firmware for later use.
author
Rod Whitby
<rod@whitby.id.au>
Mon, 13 Nov 2006 12:34:53 +0000
(12:34 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Mon, 13 Nov 2006 12:34:53 +0000
(12:34 +0000)
packages/ixp4xx/ixp4xx-npe_2.3.bb
patch
|
blob
|
history
diff --git
a/packages/ixp4xx/ixp4xx-npe_2.3.bb
b/packages/ixp4xx/ixp4xx-npe_2.3.bb
index
039308a
..
dcff23b
100644
(file)
--- a/
packages/ixp4xx/ixp4xx-npe_2.3.bb
+++ b/
packages/ixp4xx/ixp4xx-npe_2.3.bb
@@
-1,6
+1,6
@@
DESCRIPTION = "NPE firmware for the IXP4xx line of devices"
LICENSE = "Intel Public Licence"
-PR = "r
6
"
+PR = "r
8
"
DEPENDS = "ixp4xx-npe-native"
SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400NpeLibrary-2_3.zip"
@@
-26,3
+26,8
@@
do_install() {
install ${S}/NPE-B ${D}/${base_libdir}/firmware/
}
+do_populate_staging() {
+ install -d ${STAGING_FIRMWARE_DIR}
+ install ${S}/NPE-B ${STAGING_FIRMWARE_DIR}/
+}
+