ixp4xx-npe: Now stages the firmware for later use.
authorRod Whitby <rod@whitby.id.au>
Mon, 13 Nov 2006 12:34:53 +0000 (12:34 +0000)
committerRod Whitby <rod@whitby.id.au>
Mon, 13 Nov 2006 12:34:53 +0000 (12:34 +0000)
packages/ixp4xx/ixp4xx-npe_2.3.bb

index 039308a..dcff23b 100644 (file)
@@ -1,6 +1,6 @@
 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}/
+}
+