You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2020/04/02 16:35:55 UTC

[mynewt-newt] branch master updated (b8147e0 -> 316ca1d)

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

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


    from b8147e0  Use rc-tag-inference in inter-repo dependencies
     new c5a8844  Update documentation for mfg create
     new 627d4d3  Removed create-image for bootloader, added link to file structure
     new 316ca1d  Removed unnecessary newt build

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/command_list/newt_mfg.rst | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)


[mynewt-newt] 02/03: Removed create-image for bootloader, added link to file structure

Posted by cc...@apache.org.
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-newt.git

commit 627d4d3e6db26c58eed6406de645463d630d5c35
Author: Stefan Diewald <dw...@users.noreply.github.com>
AuthorDate: Thu Apr 2 09:13:36 2020 +0200

    Removed create-image for bootloader, added link to file structure
    
    Removed create-image for the bootloader as commented by @ccollins476ad.
    Added a link to the file structure overview in the mfg README.md
---
 docs/command_list/newt_mfg.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/command_list/newt_mfg.rst b/docs/command_list/newt_mfg.rst
index ee89005..8df2a68 100644
--- a/docs/command_list/newt_mfg.rst
+++ b/docs/command_list/newt_mfg.rst
@@ -104,7 +104,7 @@ Build the bootloader and app images.
 
 .. code-block:: console
 
-    $ newt build rb_boot && newt create-image rb_boot 0.0.1
+    $ newt build rb_boot
     $ newt build rb_blink && newt create-image rb_blinky 0.0.1
 
 Run the ``newt mfg create`` command to collect all the manufacturing snapshot files.
@@ -116,3 +116,5 @@ Run the ``newt mfg create`` command to collect all the manufacturing snapshot fi
     <snip>
     Generated the following files:
     <snip>
+
+A description of the generated files is available in the implementation's `readme <https://github.com/apache/mynewt-newt/blob/master/newt/mfg/README.md#file-structure>`_


[mynewt-newt] 03/03: Removed unnecessary newt build

Posted by cc...@apache.org.
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-newt.git

commit 316ca1d40001450ed56cc1f1321a2cef54c0e6f1
Author: Stefan Diewald <dw...@users.noreply.github.com>
AuthorDate: Thu Apr 2 18:26:41 2020 +0200

    Removed unnecessary newt build
    
    Removed unnecessary newt build
    
    Signed-off-by: Stefan Diewald <dw...@users.noreply.github.com>
---
 docs/command_list/newt_mfg.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/command_list/newt_mfg.rst b/docs/command_list/newt_mfg.rst
index 8df2a68..819a27e 100644
--- a/docs/command_list/newt_mfg.rst
+++ b/docs/command_list/newt_mfg.rst
@@ -105,7 +105,7 @@ Build the bootloader and app images.
 .. code-block:: console
 
     $ newt build rb_boot
-    $ newt build rb_blink && newt create-image rb_blinky 0.0.1
+    $ newt create-image rb_blinky 0.0.1
 
 Run the ``newt mfg create`` command to collect all the manufacturing snapshot files.
 


[mynewt-newt] 01/03: Update documentation for mfg create

Posted by cc...@apache.org.
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-newt.git

commit c5a8844fe2c59486768c5bf55384a64c47851e07
Author: Stefan Diewald <dw...@users.noreply.github.com>
AuthorDate: Wed Apr 1 15:40:57 2020 +0200

    Update documentation for mfg create
    
    Update for the documentation of mfg create command
    to match the current implementation.
    
    Signed-off-by: Stefan Diewald <dw...@users.noreply.github.com>
---
 docs/command_list/newt_mfg.rst | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/docs/command_list/newt_mfg.rst b/docs/command_list/newt_mfg.rst
index e614788..ee89005 100644
--- a/docs/command_list/newt_mfg.rst
+++ b/docs/command_list/newt_mfg.rst
@@ -73,7 +73,7 @@ Create the directory to hold the mfg packages.
 
     $ mkdir -p mfgs/rb_blinky_rsa
 
-The ``rb_blinky_rsa`` package needs a pkg.yml file. In addition it is needs a mfg.yml file to specify the two constituent targets. An example of each file is shown below.
+The ``rb_blinky_rsa`` package needs a pkg.yml file. In addition, it needs a mfg.yml file to specify the two constituent targets. An example of each file is shown below.
 
 .. code-block:: console
 
@@ -87,16 +87,25 @@ The ``rb_blinky_rsa`` package needs a pkg.yml file. In addition it is needs a mf
 .. code-block:: console
 
     $  more mfgs/rb_blinky_rsa/mfg.yml
-    mfg.bootloader: 'targets/rb_boot'
-    mfg.images:
-        - 'targets/rb_blinky'
+    mfg.bsp: "@apache-mynewt-core/hw/bsp/rb-nano2"
+    mfg.targets:
+        - rb_boot:
+          name: "targets/rb_boot"
+          area: FLASH_AREA_BOOTLOADER
+          offset: 0x0
+        - rb_blinky:
+          name: "targets/rb_blinky"
+          area: FLASH_AREA_IMAGE_0
+          offset: 0x0
+    mfg.meta:
+        area: FLASH_AREA_BOOTLOADER
 
 Build the bootloader and app images.
 
 .. code-block:: console
 
-    $ newt build rb_boot
-    $ newt create-image rb_blinky 0.0.1
+    $ newt build rb_boot && newt create-image rb_boot 0.0.1
+    $ newt build rb_blink && newt create-image rb_blinky 0.0.1
 
 Run the ``newt mfg create`` command to collect all the manufacturing snapshot files.