# Small error in packaging WP77 CWE

**URL:** https://forum.legato.io/t/small-error-in-packaging-wp77-cwe/3175
**Category:** Uncategorized
**Created:** [March 25, 2018, 10:33pm UTC](https://forum.legato.io/t/small-error-in-packaging-wp77-cwe/3175 "2018-03-25T22:33:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![gregnietsky](https://avatars.discourse-cdn.com/v4/letter/g/7feea3/32.png) [@gregnietsky](https://forum.legato.io/u/gregnietsky)
#### Post date: [March 25, 2018, 10:33pm UTC](https://forum.legato.io/t/small-error-in-packaging-wp77-cwe/3175/1 "2018-03-25T22:33:52Z")

</div>

WP77 information is never set correctly with the following patch not applied

```
diff --git a/meta-swi-mdm9x28/recipes/images/mdm9x28-image-cwe.inc b/meta-swi-mdm9x28/recipes/images/mdm9x28-image-cwe.inc
index 8bbc3b9..b250798 100644
--- a/meta-swi-mdm9x28/recipes/images/mdm9x28-image-cwe.inc
+++ b/meta-swi-mdm9x28/recipes/images/mdm9x28-image-cwe.inc
@@ -141,8 +141,7 @@ generate_cwe_target() {
                 PLATFORM[0]='9X40' ;;
         ar758x) PID[0]='9X28'
                 PLATFORM='9X28' ;;
- wp76xx | wp77xx)
- PID[0]='Y921'
+ wp76xx) PID[0]='Y921'
                 PID[1]='Y922'
                 PAGE_SIZE[1]=2k
                 PLATFORM='9X28' ;;

```

---

<div class="post-metadata">

### Author: ![rkirk](https://avatars.discourse-cdn.com/v4/letter/r/da6949/32.png) [@rkirk](https://forum.legato.io/u/rkirk)
#### Post date: [March 26, 2018, 1:34am UTC](https://forum.legato.io/t/small-error-in-packaging-wp77-cwe/3175/2 "2018-03-26T01:34:50Z")

</div>

Thanks @gregnietsky, we noticed that recently as well. The images types are compatible, so this isn’t blocking the firmware update, but you’re right with the catch nonetheless. We’re also removing the 2k support, since hardware is not available, which also fixes the appsboot CWE file by providing the 4k format we need (Y921).

Thanks,  
Ryan
