All of lore.kernel.org
 help / color / mirror / Atom feed
* [review-request] [PATCH] toaster-manual: Improve the explanation of TOASTER_DIR and checksettings
@ 2016-02-02 17:28 Belen Barros Pena
  2016-02-03  0:34 ` Scott Rifenbark
  0 siblings, 1 reply; 5+ messages in thread
From: Belen Barros Pena @ 2016-02-02 17:28 UTC (permalink / raw)
  To: toaster

From: Belen Barros Pena <belen.barros.pena@intel.com>

In section 3.6 of the manual about setting up a production instance of
Toaster, explain that TOASTER_DIR determines the location of the build
directory, and that the checksettings command configures the build
environment for Toaster.

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
---
 .../toaster-manual-setup-and-use.xml               | 31 ++++++++++++++++++----
 1 file changed, 26 insertions(+), 5 deletions(-)

diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 3ac1654..447984f 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -328,15 +328,36 @@
 
                         <para>
                             The next line sets the Toaster root directory
-                            <filename>TOASTER_DIR</filename>, and the location of
-                            the Toaster configuration file <filename>TOASTER_CONF</filename>,
-                            relative to the root directory. For more information on the
-                            Toaster configuration file see the
-                            "<link linkend='toaster-json-files'>JSON Files</link>"
+                            <filename>TOASTER_DIR</filename> and the location of
+                            the Toaster configuration file
+                            <filename>TOASTER_CONF</filename>, which is
+                            relative to the Toaster root directory
+                            <filename>TOASTER_DIR</filename>. For more
+                            information on the Toaster configuration file
+                            <filename>TOASTER_CONF</filename> see the
+                            <link linkend='toaster-json-files'>JSON Files</link>
                             section of this manual.
                         </para>
 
                         <para>
+                            This line also runs the <filename>checksettings</filename>
+                            command, which configures the location of the Toaster
+                            <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build directory</ulink>.
+                            The Toaster root directory <filename>TOASTER_DIR</filename>
+                            determines where the Toaster build directory
+                            is created on the file system. In the example above,
+                            <filename>TOASTER_DIR</filename> is set to
+                            <literallayout class="monospaced">
+     /var/wwww/toaster/poky
+                            </literallayout>
+                            This means that the Toaster build directory will be
+                            set to
+                            <literallayout class="monospaced">
+     /var/www/toaster/poky/build
+                            </literallayout>
+                        </para>
+
+                        <para>
                             Finally, the <filename>collectstatic</filename> command
                             is a Django framework command that collects all the
                             statically served files into a designated directory to
-- 
2.5.4 (Apple Git-61)



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [review-request] [PATCH] toaster-manual: Improve the explanation of TOASTER_DIR and checksettings
  2016-02-02 17:28 [review-request] [PATCH] toaster-manual: Improve the explanation of TOASTER_DIR and checksettings Belen Barros Pena
@ 2016-02-03  0:34 ` Scott Rifenbark
  2016-02-03  8:37   ` Barros Pena, Belen
  0 siblings, 1 reply; 5+ messages in thread
From: Scott Rifenbark @ 2016-02-03  0:34 UTC (permalink / raw)
  To: Belen Barros Pena; +Cc: toaster

[-- Attachment #1: Type: text/plain, Size: 4050 bytes --]

Patch applied to version 2.1 of the Toaster Manual.  See
http://www.yoctoproject.org/docs/2.1/toaster-manual/toaster-manual.html#toaster-installation-steps
for the changes.

Scott

On Tue, Feb 2, 2016 at 9:28 AM, Belen Barros Pena <
belen.barros.pena@linux.intel.com> wrote:

> From: Belen Barros Pena <belen.barros.pena@intel.com>
>
> In section 3.6 of the manual about setting up a production instance of
> Toaster, explain that TOASTER_DIR determines the location of the build
> directory, and that the checksettings command configures the build
> environment for Toaster.
>
> Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
> ---
>  .../toaster-manual-setup-and-use.xml               | 31
> ++++++++++++++++++----
>  1 file changed, 26 insertions(+), 5 deletions(-)
>
> diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
> b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
> index 3ac1654..447984f 100644
> --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
> +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
> @@ -328,15 +328,36 @@
>
>                          <para>
>                              The next line sets the Toaster root directory
> -                            <filename>TOASTER_DIR</filename>, and the
> location of
> -                            the Toaster configuration file
> <filename>TOASTER_CONF</filename>,
> -                            relative to the root directory. For more
> information on the
> -                            Toaster configuration file see the
> -                            "<link linkend='toaster-json-files'>JSON
> Files</link>"
> +                            <filename>TOASTER_DIR</filename> and the
> location of
> +                            the Toaster configuration file
> +                            <filename>TOASTER_CONF</filename>, which is
> +                            relative to the Toaster root directory
> +                            <filename>TOASTER_DIR</filename>. For more
> +                            information on the Toaster configuration file
> +                            <filename>TOASTER_CONF</filename> see the
> +                            <link linkend='toaster-json-files'>JSON
> Files</link>
>                              section of this manual.
>                          </para>
>
>                          <para>
> +                            This line also runs the
> <filename>checksettings</filename>
> +                            command, which configures the location of the
> Toaster
> +                            <ulink
> url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build directory</ulink>.
> +                            The Toaster root directory
> <filename>TOASTER_DIR</filename>
> +                            determines where the Toaster build directory
> +                            is created on the file system. In the example
> above,
> +                            <filename>TOASTER_DIR</filename> is set to
> +                            <literallayout class="monospaced">
> +     /var/wwww/toaster/poky
> +                            </literallayout>
> +                            This means that the Toaster build directory
> will be
> +                            set to
> +                            <literallayout class="monospaced">
> +     /var/www/toaster/poky/build
> +                            </literallayout>
> +                        </para>
> +
> +                        <para>
>                              Finally, the
> <filename>collectstatic</filename> command
>                              is a Django framework command that collects
> all the
>                              statically served files into a designated
> directory to
> --
> 2.5.4 (Apple Git-61)
>
> --
> _______________________________________________
> toaster mailing list
> toaster@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster
>

[-- Attachment #2: Type: text/html, Size: 5661 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [review-request] [PATCH] toaster-manual: Improve the explanation of TOASTER_DIR and checksettings
  2016-02-03  0:34 ` Scott Rifenbark
@ 2016-02-03  8:37   ` Barros Pena, Belen
  2016-02-03 15:07     ` Scott Rifenbark
  0 siblings, 1 reply; 5+ messages in thread
From: Barros Pena, Belen @ 2016-02-03  8:37 UTC (permalink / raw)
  To: Scott Rifenbark, Belen Barros Pena; +Cc: toaster



On 03/02/2016 00:34, "toaster-bounces@yoctoproject.org on behalf of Scott
Rifenbark" <toaster-bounces@yoctoproject.org on behalf of
srifenbark@gmail.com> wrote:

>Patch applied to version 2.1 of the Toaster Manual.

Thanks Scott! This also applies to the 2.0 manual. Any chance it could be
applied to that one as well? Apologies, I should probably have mentioned
this when I submitted the patch.

Cheers

Belén

> See 
>http://www.yoctoproject.org/docs/2.1/toaster-manual/toaster-manual.html#to
>aster-installation-steps
><http://www.yoctoproject.org/docs/2.1/toaster-manual/toaster-manual.html#t
>oaster-installation-steps> for the changes.
>
>
>Scott
>
>
>On Tue, Feb 2, 2016 at 9:28 AM, Belen Barros Pena
><belen.barros.pena@linux.intel.com> wrote:
>
>From: Belen Barros Pena <belen.barros.pena@intel.com>
>
>In section 3.6 of the manual about setting up a production instance of
>Toaster, explain that TOASTER_DIR determines the location of the build
>directory, and that the checksettings command configures the build
>environment for Toaster.
>
>Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
>---
> .../toaster-manual-setup-and-use.xml               | 31
>++++++++++++++++++----
> 1 file changed, 26 insertions(+), 5 deletions(-)
>
>diff --git 
>a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
>b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
>index 3ac1654..447984f 100644
>--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
>+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
>@@ -328,15 +328,36 @@
>
>                         <para>
>                             The next line sets the Toaster root directory
>-                            <filename>TOASTER_DIR</filename>, and the
>location of
>-                            the Toaster configuration file
><filename>TOASTER_CONF</filename>,
>-                            relative to the root directory. For more
>information on the
>-                            Toaster configuration file see the
>-                            "<link linkend='toaster-json-files'>JSON
>Files</link>"
>+                            <filename>TOASTER_DIR</filename> and the
>location of
>+                            the Toaster configuration file
>+                            <filename>TOASTER_CONF</filename>, which is
>+                            relative to the Toaster root directory
>+                            <filename>TOASTER_DIR</filename>. For more
>+                            information on the Toaster configuration file
>+                            <filename>TOASTER_CONF</filename> see the
>+                            <link linkend='toaster-json-files'>JSON
>Files</link>
>                             section of this manual.
>                         </para>
>
>                         <para>
>+                            This line also runs the
><filename>checksettings</filename>
>+                            command, which configures the location of
>the Toaster
>+                            <ulink
>url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build directory</ulink>.
>+                            The Toaster root directory
><filename>TOASTER_DIR</filename>
>+                            determines where the Toaster build directory
>+                            is created on the file system. In the
>example above,
>+                            <filename>TOASTER_DIR</filename> is set to
>+                            <literallayout class="monospaced">
>+     /var/wwww/toaster/poky
>+                            </literallayout>
>+                            This means that the Toaster build directory
>will be
>+                            set to
>+                            <literallayout class="monospaced">
>+     /var/www/toaster/poky/build
>+                            </literallayout>
>+                        </para>
>+
>+                        <para>
>                             Finally, the
><filename>collectstatic</filename> command
>                             is a Django framework command that collects
>all the
>                             statically served files into a designated
>directory to
>--
>2.5.4 (Apple Git-61)
>
>--
>_______________________________________________
>toaster mailing list
>toaster@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/toaster
>
>
>
>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [review-request] [PATCH] toaster-manual: Improve the explanation of TOASTER_DIR and checksettings
  2016-02-03  8:37   ` Barros Pena, Belen
@ 2016-02-03 15:07     ` Scott Rifenbark
  2016-02-04 11:20       ` Barros Pena, Belen
  0 siblings, 1 reply; 5+ messages in thread
From: Scott Rifenbark @ 2016-02-03 15:07 UTC (permalink / raw)
  To: Barros Pena, Belen; +Cc: Belen Barros Pena, toaster

[-- Attachment #1: Type: text/plain, Size: 5001 bytes --]

Belen,

I back-ported this into Jethro.  You can see it at
http://www.yoctoproject.org/docs/2.0/toaster-manual/toaster-manual.html#toaster-installation-steps
.

Thanks

On Wed, Feb 3, 2016 at 12:37 AM, Barros Pena, Belen <
belen.barros.pena@intel.com> wrote:

>
>
> On 03/02/2016 00:34, "toaster-bounces@yoctoproject.org on behalf of Scott
> Rifenbark" <toaster-bounces@yoctoproject.org on behalf of
> srifenbark@gmail.com> wrote:
>
> >Patch applied to version 2.1 of the Toaster Manual.
>
> Thanks Scott! This also applies to the 2.0 manual. Any chance it could be
> applied to that one as well? Apologies, I should probably have mentioned
> this when I submitted the patch.
>
> Cheers
>
> Belén
>
> > See
> >
> http://www.yoctoproject.org/docs/2.1/toaster-manual/toaster-manual.html#to
> >aster-installation-steps
> ><
> http://www.yoctoproject.org/docs/2.1/toaster-manual/toaster-manual.html#t
> >oaster-installation-steps> for the changes.
> >
> >
> >Scott
> >
> >
> >On Tue, Feb 2, 2016 at 9:28 AM, Belen Barros Pena
> ><belen.barros.pena@linux.intel.com> wrote:
> >
> >From: Belen Barros Pena <belen.barros.pena@intel.com>
> >
> >In section 3.6 of the manual about setting up a production instance of
> >Toaster, explain that TOASTER_DIR determines the location of the build
> >directory, and that the checksettings command configures the build
> >environment for Toaster.
> >
> >Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
> >---
> > .../toaster-manual-setup-and-use.xml               | 31
> >++++++++++++++++++----
> > 1 file changed, 26 insertions(+), 5 deletions(-)
> >
> >diff --git
> >a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
> >b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
> >index 3ac1654..447984f 100644
> >--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
> >+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
> >@@ -328,15 +328,36 @@
> >
> >                         <para>
> >                             The next line sets the Toaster root directory
> >-                            <filename>TOASTER_DIR</filename>, and the
> >location of
> >-                            the Toaster configuration file
> ><filename>TOASTER_CONF</filename>,
> >-                            relative to the root directory. For more
> >information on the
> >-                            Toaster configuration file see the
> >-                            "<link linkend='toaster-json-files'>JSON
> >Files</link>"
> >+                            <filename>TOASTER_DIR</filename> and the
> >location of
> >+                            the Toaster configuration file
> >+                            <filename>TOASTER_CONF</filename>, which is
> >+                            relative to the Toaster root directory
> >+                            <filename>TOASTER_DIR</filename>. For more
> >+                            information on the Toaster configuration file
> >+                            <filename>TOASTER_CONF</filename> see the
> >+                            <link linkend='toaster-json-files'>JSON
> >Files</link>
> >                             section of this manual.
> >                         </para>
> >
> >                         <para>
> >+                            This line also runs the
> ><filename>checksettings</filename>
> >+                            command, which configures the location of
> >the Toaster
> >+                            <ulink
> >url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build directory</ulink>.
> >+                            The Toaster root directory
> ><filename>TOASTER_DIR</filename>
> >+                            determines where the Toaster build directory
> >+                            is created on the file system. In the
> >example above,
> >+                            <filename>TOASTER_DIR</filename> is set to
> >+                            <literallayout class="monospaced">
> >+     /var/wwww/toaster/poky
> >+                            </literallayout>
> >+                            This means that the Toaster build directory
> >will be
> >+                            set to
> >+                            <literallayout class="monospaced">
> >+     /var/www/toaster/poky/build
> >+                            </literallayout>
> >+                        </para>
> >+
> >+                        <para>
> >                             Finally, the
> ><filename>collectstatic</filename> command
> >                             is a Django framework command that collects
> >all the
> >                             statically served files into a designated
> >directory to
> >--
> >2.5.4 (Apple Git-61)
> >
> >--
> >_______________________________________________
> >toaster mailing list
> >toaster@yoctoproject.org
> >https://lists.yoctoproject.org/listinfo/toaster
> >
> >
> >
> >
> >
>
>

[-- Attachment #2: Type: text/html, Size: 7498 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [review-request] [PATCH] toaster-manual: Improve the explanation of TOASTER_DIR and checksettings
  2016-02-03 15:07     ` Scott Rifenbark
@ 2016-02-04 11:20       ` Barros Pena, Belen
  0 siblings, 0 replies; 5+ messages in thread
From: Barros Pena, Belen @ 2016-02-04 11:20 UTC (permalink / raw)
  To: Scott Rifenbark; +Cc: Belen Barros Pena, toaster



On 03/02/2016 15:07, "Scott Rifenbark" <srifenbark@gmail.com> wrote:

>Belen, 
>
>
>I back-ported this into Jethro.

Thanks!

Belén

> You can see it at
>http://www.yoctoproject.org/docs/2.0/toaster-manual/toaster-manual.html#to
>aster-installation-steps
><http://www.yoctoproject.org/docs/2.0/toaster-manual/toaster-manual.html#t
>oaster-installation-steps>.
>
>
>Thanks
>
>
>On Wed, Feb 3, 2016 at 12:37 AM, Barros Pena, Belen
><belen.barros.pena@intel.com> wrote:
>
>
>
>On 03/02/2016 00:34, "toaster-bounces@yoctoproject.org on behalf of Scott
>Rifenbark" <toaster-bounces@yoctoproject.org on behalf of
>srifenbark@gmail.com> wrote:
>
>>Patch applied to version 2.1 of the Toaster Manual.
>
>Thanks Scott! This also applies to the 2.0 manual. Any chance it could be
>applied to that one as well? Apologies, I should probably have mentioned
>this when I submitted the patch.
>
>Cheers
>
>Belén
>
>> See
>>http://www.yoctoproject.org/docs/2.1/toaster-manual/toaster-manual.html#t
>>o
>>aster-installation-steps
>><http://www.yoctoproject.org/docs/2.1/toaster-manual/toaster-manual.html#
>>t
>>oaster-installation-steps> for the changes.
>>
>>
>>Scott
>>
>>
>>On Tue, Feb 2, 2016 at 9:28 AM, Belen Barros Pena
>><belen.barros.pena@linux.intel.com> wrote:
>>
>>From: Belen Barros Pena <belen.barros.pena@intel.com>
>>
>>In section 3.6 of the manual about setting up a production instance of
>>Toaster, explain that TOASTER_DIR determines the location of the build
>>directory, and that the checksettings command configures the build
>>environment for Toaster.
>>
>>Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
>>---
>> .../toaster-manual-setup-and-use.xml               | 31
>>++++++++++++++++++----
>> 1 file changed, 26 insertions(+), 5 deletions(-)
>>
>>diff --git
>>a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
>>b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
>>index 3ac1654..447984f 100644
>>--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
>>+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
>>@@ -328,15 +328,36 @@
>>
>>                         <para>
>>                             The next line sets the Toaster root
>>directory
>>-                            <filename>TOASTER_DIR</filename>, and the
>>location of
>>-                            the Toaster configuration file
>><filename>TOASTER_CONF</filename>,
>>-                            relative to the root directory. For more
>>information on the
>>-                            Toaster configuration file see the
>>-                            "<link linkend='toaster-json-files'>JSON
>>Files</link>"
>>+                            <filename>TOASTER_DIR</filename> and the
>>location of
>>+                            the Toaster configuration file
>>+                            <filename>TOASTER_CONF</filename>, which is
>>+                            relative to the Toaster root directory
>>+                            <filename>TOASTER_DIR</filename>. For more
>>+                            information on the Toaster configuration
>>file
>>+                            <filename>TOASTER_CONF</filename> see the
>>+                            <link linkend='toaster-json-files'>JSON
>>Files</link>
>>                             section of this manual.
>>                         </para>
>>
>>                         <para>
>>+                            This line also runs the
>><filename>checksettings</filename>
>>+                            command, which configures the location of
>>the Toaster
>>+                            <ulink
>>url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build directory</ulink>.
>>+                            The Toaster root directory
>><filename>TOASTER_DIR</filename>
>>+                            determines where the Toaster build directory
>>+                            is created on the file system. In the
>>example above,
>>+                            <filename>TOASTER_DIR</filename> is set to
>>+                            <literallayout class="monospaced">
>>+     /var/wwww/toaster/poky
>>+                            </literallayout>
>>+                            This means that the Toaster build directory
>>will be
>>+                            set to
>>+                            <literallayout class="monospaced">
>>+     /var/www/toaster/poky/build
>>+                            </literallayout>
>>+                        </para>
>>+
>>+                        <para>
>>                             Finally, the
>><filename>collectstatic</filename> command
>>                             is a Django framework command that collects
>>all the
>>                             statically served files into a designated
>>directory to
>>--
>>2.5.4 (Apple Git-61)
>>
>>--
>>_______________________________________________
>>toaster mailing list
>>toaster@yoctoproject.org
>>https://lists.yoctoproject.org/listinfo/toaster
>>
>>
>>
>>
>>
>
>
>
>
>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-04 11:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-02 17:28 [review-request] [PATCH] toaster-manual: Improve the explanation of TOASTER_DIR and checksettings Belen Barros Pena
2016-02-03  0:34 ` Scott Rifenbark
2016-02-03  8:37   ` Barros Pena, Belen
2016-02-03 15:07     ` Scott Rifenbark
2016-02-04 11:20       ` Barros Pena, Belen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.