This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-artifact.git

commit 8a3bd09fcd14c25f6f41ffbbb7f3b67fbfbb5a48
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Thu Dec 20 13:49:01 2018 -0800

    Include BSP name in mfg manifest
---
 manifest/mfg_manifest.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/manifest/mfg_manifest.go b/manifest/mfg_manifest.go
index 25cf9b7..bb27adc 100644
--- a/manifest/mfg_manifest.go
+++ b/manifest/mfg_manifest.go
@@ -39,6 +39,7 @@ type MfgManifest struct {
        Version    string            `json:"version"`
        Device     int               `json:"device"`
        BinPath    string            `json:"bin_path"`
+       Bsp        string            `json:"bsp"`
        FlashAreas []flash.FlashArea `json:"flash_map"`
 
        Targets []MfgManifestTarget `json:"targets"`

Reply via email to