All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix CROPS about link
@ 2020-03-28  9:21 alhe
  2020-03-28  9:21 ` [PATCH 1/3] dev-manual: Fix CROPS link alhe
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: alhe @ 2020-03-28  9:21 UTC (permalink / raw)
  To: docs; +Cc: richard.purdie

The CROPS link was outdated in several parts of the
documentation, there is not a lot to say about this
other than I updated it to the most reasonable link
I could find, and Scott seemed to use separate commits
for each different document, I'd be fine squashing
this into one commit but I tried keeping up with
what he was doing.

Alejandro Hernandez Samaniego (3):
  dev-manual: Fix CROPS link
  overview-manual-development-environment: Fix CROPS link
  overview-manual-yp-intro: Fix CROPS link

 documentation/dev-manual/dev-manual-start.xml                 | 4 ++--
 .../overview-manual-development-environment.xml               | 2 +-
 documentation/overview-manual/overview-manual-yp-intro.xml    | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.17.1


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

* [PATCH 1/3] dev-manual: Fix CROPS link
  2020-03-28  9:21 [PATCH 0/3] Fix CROPS about link alhe
@ 2020-03-28  9:21 ` alhe
  2020-03-28 18:53   ` [docs] " akuster
  2020-03-28  9:21 ` [PATCH 2/3] overview-manual-development-environment: " alhe
  2020-03-28  9:21 ` [PATCH 3/3] overview-manual-yp-intro: " alhe
  2 siblings, 1 reply; 6+ messages in thread
From: alhe @ 2020-03-28  9:21 UTC (permalink / raw)
  To: docs; +Cc: richard.purdie

The link used in the documentation points to a file
that no longer exists on the crops repository.

Use the poky-container repo instead since it is more
accurate and updated

Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com>
---
 documentation/dev-manual/dev-manual-start.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 59ffa49bb6..8d2f316f52 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -396,7 +396,7 @@
         for development using the Yocto Project.
         Your build host can be a native Linux machine (recommended) or it can
         be a machine (Linux, Mac, or Windows) that uses
-        <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/crops/about/'>CROPS</ulink>,
+        <ulink url='https://github.com/crops/poky-container'>CROPS</ulink>,
         which leverages
         <ulink url='https://www.docker.com/'>Docker Containers</ulink>.
         <note>
@@ -517,7 +517,7 @@
 
         <para>
             With
-            <ulink url='https://github.com/crops/crops/blob/master/README.md'>CROPS</ulink>,
+            <ulink url='https://github.com/crops/poky-container'>CROPS</ulink>,
             which leverages
             <ulink url='https://www.docker.com/'>Docker Containers</ulink>,
             you can create a Yocto Project development environment that
-- 
2.17.1


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

* [PATCH 2/3] overview-manual-development-environment: Fix CROPS link
  2020-03-28  9:21 [PATCH 0/3] Fix CROPS about link alhe
  2020-03-28  9:21 ` [PATCH 1/3] dev-manual: Fix CROPS link alhe
@ 2020-03-28  9:21 ` alhe
  2020-03-28  9:21 ` [PATCH 3/3] overview-manual-yp-intro: " alhe
  2 siblings, 0 replies; 6+ messages in thread
From: alhe @ 2020-03-28  9:21 UTC (permalink / raw)
  To: docs; +Cc: richard.purdie

The link used in the documentation points to a file
that no longer exists on the crops repository.

Use the poky-container repo instead since it is more
accurate and updated.

Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com>
---
 .../overview-manual/overview-manual-development-environment.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/overview-manual/overview-manual-development-environment.xml b/documentation/overview-manual/overview-manual-development-environment.xml
index 2f1bd1610d..36ebf8a321 100644
--- a/documentation/overview-manual/overview-manual-development-environment.xml
+++ b/documentation/overview-manual/overview-manual-development-environment.xml
@@ -87,7 +87,7 @@
         as its operating system as your development host.
         When you have a Mac or Windows-based system, you can set it up
         as the development host by using
-        <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/crops/about/'>CROPS</ulink>,
+        <ulink url='https://github.com/crops/poky-container'>CROPS</ulink>,
         which leverages
         <ulink url='https://www.docker.com/'>Docker Containers</ulink>.
         Once you take the steps to set up a CROPS machine, you effectively
-- 
2.17.1


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

* [PATCH 3/3] overview-manual-yp-intro: Fix CROPS link
  2020-03-28  9:21 [PATCH 0/3] Fix CROPS about link alhe
  2020-03-28  9:21 ` [PATCH 1/3] dev-manual: Fix CROPS link alhe
  2020-03-28  9:21 ` [PATCH 2/3] overview-manual-development-environment: " alhe
@ 2020-03-28  9:21 ` alhe
  2 siblings, 0 replies; 6+ messages in thread
From: alhe @ 2020-03-28  9:21 UTC (permalink / raw)
  To: docs; +Cc: richard.purdie

The link used in the documentation points to a file
that no longer exists on the crops repository.

Use the poky-container repo instead since it is more
accurate and updated.

Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com>
---
 documentation/overview-manual/overview-manual-yp-intro.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/overview-manual/overview-manual-yp-intro.xml b/documentation/overview-manual/overview-manual-yp-intro.xml
index dbf62cc162..30a8ff3320 100644
--- a/documentation/overview-manual/overview-manual-yp-intro.xml
+++ b/documentation/overview-manual/overview-manual-yp-intro.xml
@@ -437,7 +437,7 @@
                 <itemizedlist>
                     <listitem><para id='gs-crops-overview'>
                         <emphasis>CROPS:</emphasis>
-                        <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/crops/about/'>CROPS</ulink>
+                        <ulink url='https://github.com/crops/poky-container/'>CROPS</ulink>
                         is an open source, cross-platform development framework
                         that leverages
                         <ulink url='https://www.docker.com/'>Docker Containers</ulink>.
@@ -883,7 +883,7 @@
                 <listitem><para>
                     <emphasis>CROss PlatformS (CROPS):</emphasis>
                     Typically, you use
-                    <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/crops/about/'>CROPS</ulink>,
+                    <ulink url='https://github.com/crops/poky-container/'>CROPS</ulink>,
                     which leverages
                     <ulink url='https://www.docker.com/'>Docker Containers</ulink>,
                     to set up a Build Host that is not running Linux (e.g.
-- 
2.17.1


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

* Re: [docs] [PATCH 1/3] dev-manual: Fix CROPS link
  2020-03-28  9:21 ` [PATCH 1/3] dev-manual: Fix CROPS link alhe
@ 2020-03-28 18:53   ` akuster
  2020-03-28 21:16     ` alhe
  0 siblings, 1 reply; 6+ messages in thread
From: akuster @ 2020-03-28 18:53 UTC (permalink / raw)
  To: docs; +Cc: richard.purdie

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



On 3/28/20 2:21 AM, alhe@linux.microsoft.com wrote:
> The link used in the documentation points to a file
> that no longer exists on the crops repository.
>
> Use the poky-container repo instead since it is more
> accurate and updated
>
> Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org>
> Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com>
> ---
>  documentation/dev-manual/dev-manual-start.xml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
> index 59ffa49bb6..8d2f316f52 100644
> --- a/documentation/dev-manual/dev-manual-start.xml
> +++ b/documentation/dev-manual/dev-manual-start.xml
> @@ -396,7 +396,7 @@
>          for development using the Yocto Project.
>          Your build host can be a native Linux machine (recommended) or it can
>          be a machine (Linux, Mac, or Windows) that uses
> -        <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/crops/about/'>CROPS</ulink>,
> +        <ulink url='https://github.com/crops/poky-container'>CROPS</ulink>,

So what is "https://git.yoctoproject.org/git/crops"
<https://git.yoctoproject.org/git/crops>

used for then. If its wrong, we should either link it or remove that
repo from YP git.

- armin
<https://git.yoctoproject.org/git/crops>
>          which leverages
>          <ulink url='https://www.docker.com/'>Docker Containers</ulink>.
>          <note>
> @@ -517,7 +517,7 @@
>  
>          <para>
>              With
> -            <ulink url='https://github.com/crops/crops/blob/master/README.md'>CROPS</ulink>,
> +            <ulink url='https://github.com/crops/poky-container'>CROPS</ulink>,
>              which leverages
>              <ulink url='https://www.docker.com/'>Docker Containers</ulink>,
>              you can create a Yocto Project development environment that
>
> 


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

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

* Re: [docs] [PATCH 1/3] dev-manual: Fix CROPS link
  2020-03-28 18:53   ` [docs] " akuster
@ 2020-03-28 21:16     ` alhe
  0 siblings, 0 replies; 6+ messages in thread
From: alhe @ 2020-03-28 21:16 UTC (permalink / raw)
  To: docs; +Cc: richard.purdie

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

Hey Armin,

On 3/28/20 12:53 PM, akuster wrote:
>
>
> On 3/28/20 2:21 AM, alhe@linux.microsoft.com wrote:
>> The link used in the documentation points to a file
>> that no longer exists on the crops repository.
>>
>> Use the poky-container repo instead since it is more
>> accurate and updated
>>
>> Signed-off-by: Alejandro Hernandez Samaniego<alejandro@enedino.org>
>> Signed-off-by: Alejandro Hernandez Samaniego<alhe@linux.microsoft.com>
>> ---
>>   documentation/dev-manual/dev-manual-start.xml | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
>> index 59ffa49bb6..8d2f316f52 100644
>> --- a/documentation/dev-manual/dev-manual-start.xml
>> +++ b/documentation/dev-manual/dev-manual-start.xml
>> @@ -396,7 +396,7 @@
>>           for development using the Yocto Project.
>>           Your build host can be a native Linux machine (recommended) or it can
>>           be a machine (Linux, Mac, or Windows) that uses
>> -        <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/crops/about/'>CROPS</ulink>,
>> +        <ulink url='https://github.com/crops/poky-container'>CROPS</ulink>,
>
> So what is "https://git.yoctoproject.org/git/crops" 
> <https://git.yoctoproject.org/git/crops>
>
> used for then. If its wrong, we should either link it or remove that 
> repo from YP git.
>
> - armin


As far as I could tell, its the same as https://github.com/crops/crops 
which has been archived on github, and it says its deprecated, neither 
of them have been updated in 4 years.

Alejandro

>>           which leverages
>>           <ulink url='https://www.docker.com/'>Docker Containers</ulink>.
>>           <note>
>> @@ -517,7 +517,7 @@
>>   
>>           <para>
>>               With
>> -            <ulink url='https://github.com/crops/crops/blob/master/README.md'>CROPS</ulink>,
>> +            <ulink url='https://github.com/crops/poky-container'>CROPS</ulink>,
>>               which leverages
>>               <ulink url='https://www.docker.com/'>Docker Containers</ulink>,
>>               you can create a Yocto Project development environment that
>>
>
>
> 

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

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

end of thread, other threads:[~2020-03-28 21:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-28  9:21 [PATCH 0/3] Fix CROPS about link alhe
2020-03-28  9:21 ` [PATCH 1/3] dev-manual: Fix CROPS link alhe
2020-03-28 18:53   ` [docs] " akuster
2020-03-28 21:16     ` alhe
2020-03-28  9:21 ` [PATCH 2/3] overview-manual-development-environment: " alhe
2020-03-28  9:21 ` [PATCH 3/3] overview-manual-yp-intro: " alhe

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.