[oe-commits] org.oe.dev ixp4xx-npe: Now stages the firmware for later use.

rwhitby commit openembedded-commits at lists.openembedded.org
Mon Nov 13 12:49:59 UTC 2006


ixp4xx-npe: Now stages the firmware for later use.

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

#
# mt diff -r14f3e033bbf64b5af4b98c02ba821548407c7a1f -ra974e3566d9eb71aac39b6c3f1b397571d83cc0f
#
# 
# 
# patch "packages/ixp4xx/ixp4xx-npe_2.3.bb"
#  from [5bb1fd55d08a09dc2b68c17d6f155d2ab0afab49]
#    to [8a6822fe4364b6bb9431ff8b1d72ba2074d88133]
# 
============================================================
--- packages/ixp4xx/ixp4xx-npe_2.3.bb	5bb1fd55d08a09dc2b68c17d6f155d2ab0afab49
+++ packages/ixp4xx/ixp4xx-npe_2.3.bb	8a6822fe4364b6bb9431ff8b1d72ba2074d88133
@@ -1,6 +1,6 @@ LICENSE = "Intel Public Licence"
 DESCRIPTION = "NPE firmware for the IXP4xx line of devices"
 LICENSE = "Intel Public Licence"
-PR = "r6"
+PR = "r8"
 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}/
+}
+






More information about the Openembedded-commits mailing list