diff options
-rw-r--r-- | doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml b/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml index 41b6218..e084502 100644 --- a/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml +++ b/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml | |||
@@ -1,4 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="ISO-8859-1"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | 2 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | 3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> |
4 | <chapter id="using_sdks"> | 4 | <chapter id="using_sdks"> |
@@ -138,8 +138,8 @@ | |||
138 | 138 | ||
139 | <para>The Element ODM SDK contains a compressed archive file, | 139 | <para>The Element ODM SDK contains a compressed archive file, |
140 | odm-sdk-x.y.z-arch.tar.gz. Please refer to the Element ODM documentation | 140 | odm-sdk-x.y.z-arch.tar.gz. Please refer to the Element ODM documentation |
141 | located at the documentation folder for how to build, install and use | 141 | located at the documentation folder on how to build, install and use the |
142 | the ODM SDK.</para> | 142 | ODM SDK.</para> |
143 | 143 | ||
144 | <programlisting>Documentation/ | 144 | <programlisting>Documentation/ |
145 | Element_ODM_Kick_Start_Guide.pdf | 145 | Element_ODM_Kick_Start_Guide.pdf |
@@ -151,7 +151,8 @@ | |||
151 | $ make</programlisting> | 151 | $ make</programlisting> |
152 | 152 | ||
153 | <note> | 153 | <note> |
154 | <para>odm_target_kit.tar.gz is generated in the make directory.</para> | 154 | <para><literal>odm_target_kit.tar.gz</literal> is generated in the |
155 | make directory.</para> | ||
155 | </note> | 156 | </note> |
156 | </section> | 157 | </section> |
157 | 158 | ||
@@ -489,9 +490,10 @@ NOTE: following directories and files are created: | |||
489 | EX: | 490 | EX: |
490 | $ devtool build bbexample | 491 | $ devtool build bbexample |
491 | or | 492 | or |
492 | $ devtool build isic</programlisting>The recipe build results can be seen | 493 | $ devtool build isic</programlisting><note> |
493 | here:<literal> | 494 | <para>The image build result can be seen here: |
494 | <literal><SDK_dir>/tmp/work/<arch>-enea-linux/<recipe></literal></literal></para> | 495 | <literal><SDK_dir>/tmp/deploy/images/qemux86-64</literal></para> |
496 | </note></para> | ||
495 | </listitem> | 497 | </listitem> |
496 | </orderedlist> | 498 | </orderedlist> |
497 | </section> | 499 | </section> |
@@ -556,8 +558,8 @@ usage: isic [-v] [-D] -s <source ip> -d <destination ip> [-r <ran | |||
556 | 558 | ||
557 | <orderedlist> | 559 | <orderedlist> |
558 | <listitem> | 560 | <listitem> |
559 | <para>Create container image recipe in the workspace layer e.g. | 561 | <para>Create a container image recipe in the workspace layer e.g. |
560 | cont-image and add the following lines:</para> | 562 | <literal>cont-image</literal> and add the following lines:</para> |
561 | 563 | ||
562 | <programlisting>IMAGE_INSTALL += "your_application" | 564 | <programlisting>IMAGE_INSTALL += "your_application" |
563 | 565 | ||
@@ -569,7 +571,8 @@ inherit core-image</programlisting> | |||
569 | </listitem> | 571 | </listitem> |
570 | 572 | ||
571 | <listitem> | 573 | <listitem> |
572 | <para>Add the following line in local.conf:</para> | 574 | <para>Add the following line in |
575 | <literal>local.conf</literal>:</para> | ||
573 | 576 | ||
574 | <programlisting>IMAGE_CONTAINER_NO_DUMMY = "1"</programlisting> | 577 | <programlisting>IMAGE_CONTAINER_NO_DUMMY = "1"</programlisting> |
575 | </listitem> | 578 | </listitem> |
@@ -577,10 +580,12 @@ inherit core-image</programlisting> | |||
577 | <listitem> | 580 | <listitem> |
578 | <para>Build the container image:</para> | 581 | <para>Build the container image:</para> |
579 | 582 | ||
580 | <programlisting>$ devtool build-image cont-image | 583 | <programlisting>$ devtool build-image cont-image </programlisting> |
581 | 584 | ||
582 | NOTE: The image build result can be seen here:<literal> | 585 | <note> |
583 | <literal><SDK_dir></literal></literal>/tmp/deploy/images/qemux86-64/</programlisting> | 586 | <para>The image build result can be seen here: |
587 | <literal><SDK_dir>/tmp/deploy/images/qemux86-64</literal></para> | ||
588 | </note> | ||
584 | </listitem> | 589 | </listitem> |
585 | 590 | ||
586 | <listitem> | 591 | <listitem> |
@@ -591,4 +596,4 @@ NOTE: The image build result can be seen here:<literal> | |||
591 | </orderedlist> | 596 | </orderedlist> |
592 | </section> | 597 | </section> |
593 | </section> | 598 | </section> |
594 | </chapter> | 599 | </chapter> \ No newline at end of file |