All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 00/10] Make dd text in READMEs consistent
  2014-01-06 17:55 [PATCH 00/10] Make dd text in READMEs consistent tom.zanussi
@ 2014-01-06 16:54 ` Tom Zanussi
  2014-01-06 17:55 ` [PATCH 01/10] meta-chiefriver: Use the symlink to the actual image in README tom.zanussi
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Tom Zanussi @ 2014-01-06 16:54 UTC (permalink / raw)
  To: yocto

Oops, sorry, wrong list, please ignore..

Tom

On Mon, 2014-01-06 at 11:55 -0600, tom.zanussi@intel.com wrote:
> From: Tom Zanussi <tom.zanussi@intel.com>
> 
> This updates all the top-level meta-intel BSPs with consistent
> text for the dd step.
> 
> The following changes since commit f707b6c67909ccd84cb2070bdc15777573833461:
> 
>   meta-fri2: Use the symlink to the actual image in README (2014-01-06 11:34:28 -0600)
> 
> are available in the git repository at:
> 
>   git://git.yoctoproject.org/meta-intel-contrib.git tzanussi/consistify-README-dd-text
>   http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/consistify-README-dd-text
> 
> Tom Zanussi (10):
>   meta-chiefriver: Use the symlink to the actual image in README
>   meta-crownbay: Use the symlink to the actual image in README
>   meta-crystalforest: Use the symlink to the actual image in README
>   meta-emenlow: Use the symlink to the actual image in README
>   meta-jasperforest: Use the symlink to the actual image in README
>   meta-n450: Use the symlink to the actual image in README
>   meta-nuc: Use the symlink to the actual image in README
>   meta-romley: Use the symlink to the actual image in README
>   meta-sugarbay: Use the symlink to the actual image in README
>   meta-sys940x: Use the symlink to the actual image in README
> 
>  meta-chiefriver/README    |    2 +-
>  meta-crownbay/README      |    2 +-
>  meta-crystalforest/README |    4 ++--
>  meta-emenlow/README       |    2 +-
>  meta-jasperforest/README  |    2 +-
>  meta-n450/README          |    2 +-
>  meta-nuc/README           |    2 +-
>  meta-romley/README        |    2 +-
>  meta-sugarbay/README      |    2 +-
>  meta-sys940x/README       |    2 +-
>  10 files changed, 11 insertions(+), 11 deletions(-)
> 




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

* [PATCH 01/10] meta-chiefriver: Use the symlink to the actual image in README
  2014-01-06 17:55 [PATCH 00/10] Make dd text in READMEs consistent tom.zanussi
  2014-01-06 16:54 ` Tom Zanussi
@ 2014-01-06 17:55 ` tom.zanussi
  2014-01-06 17:55 ` [PATCH 02/10] meta-crownbay: " tom.zanussi
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tom.zanussi @ 2014-01-06 17:55 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Using the image symlink when dd'ing is more convenient for the user -
update the documentation to reflect that.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-chiefriver/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-chiefriver/README b/meta-chiefriver/README
index 925abaa..f846be6 100644
--- a/meta-chiefriver/README
+++ b/meta-chiefriver/README
@@ -132,7 +132,7 @@ Under Linux, insert a USB flash drive.  Assuming the USB flash drive
 takes device /dev/sdf, use dd to copy the live image to it.  For
 example:
 
-# dd if=core-image-sato-chiefriver-20101207053738.hddimg of=/dev/sdf
+# dd if=core-image-sato-chiefriver.hddimg of=/dev/sdf
 # sync
 # eject /dev/sdf
 
-- 
1.7.9.5



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

* [PATCH 02/10] meta-crownbay: Use the symlink to the actual image in README
  2014-01-06 17:55 [PATCH 00/10] Make dd text in READMEs consistent tom.zanussi
  2014-01-06 16:54 ` Tom Zanussi
  2014-01-06 17:55 ` [PATCH 01/10] meta-chiefriver: Use the symlink to the actual image in README tom.zanussi
@ 2014-01-06 17:55 ` tom.zanussi
  2014-01-06 17:55 ` [PATCH 03/10] meta-crystalforest: " tom.zanussi
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tom.zanussi @ 2014-01-06 17:55 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Using the image symlink when dd'ing is more convenient for the user -
update the documentation to reflect that.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-crownbay/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-crownbay/README b/meta-crownbay/README
index 3912f31..af8931b 100644
--- a/meta-crownbay/README
+++ b/meta-crownbay/README
@@ -153,7 +153,7 @@ Under Linux, insert a USB flash drive.  Assuming the USB flash drive
 takes device /dev/sdf, use dd to copy the live image to it.  For
 example:
 
-# dd if=core-image-sato-crownbay-20101207053738.hddimg of=/dev/sdf
+# dd if=core-image-sato-crownbay.hddimg of=/dev/sdf
 # sync
 # eject /dev/sdf
 
-- 
1.7.9.5



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

* [PATCH 03/10] meta-crystalforest: Use the symlink to the actual image in README
  2014-01-06 17:55 [PATCH 00/10] Make dd text in READMEs consistent tom.zanussi
                   ` (2 preceding siblings ...)
  2014-01-06 17:55 ` [PATCH 02/10] meta-crownbay: " tom.zanussi
@ 2014-01-06 17:55 ` tom.zanussi
  2014-01-06 17:55 ` [PATCH 04/10] meta-emenlow: " tom.zanussi
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tom.zanussi @ 2014-01-06 17:55 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Using the image symlink when dd'ing is more convenient for the user -
update the documentation to reflect that.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-crystalforest/README |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-crystalforest/README b/meta-crystalforest/README
index c0841cf..67de39d 100644
--- a/meta-crystalforest/README
+++ b/meta-crystalforest/README
@@ -134,13 +134,13 @@ example:
 
 To boot the Gladden Platform:
 
-# dd if=core-image-sato-crystalforest-gladden-20120829033154.hddimg of=/dev/sdf
+# dd if=core-image-sato-crystalforest-gladden.hddimg of=/dev/sdf
 # sync
 # eject /dev/sdf
 
 To boot the Server Platform:
 
-# dd if=core-image-sato-crystalforest-server-20120829044852.hddimg of=/dev/sdf
+# dd if=core-image-sato-crystalforest-server.hddimg of=/dev/sdf
 # sync
 # eject /dev/sdf
 
-- 
1.7.9.5



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

* [PATCH 04/10] meta-emenlow: Use the symlink to the actual image in README
  2014-01-06 17:55 [PATCH 00/10] Make dd text in READMEs consistent tom.zanussi
                   ` (3 preceding siblings ...)
  2014-01-06 17:55 ` [PATCH 03/10] meta-crystalforest: " tom.zanussi
@ 2014-01-06 17:55 ` tom.zanussi
  2014-01-06 17:55 ` [PATCH 05/10] meta-jasperforest: " tom.zanussi
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tom.zanussi @ 2014-01-06 17:55 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Using the image symlink when dd'ing is more convenient for the user -
update the documentation to reflect that.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-emenlow/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-emenlow/README b/meta-emenlow/README
index 01398f1..15f8ddb 100644
--- a/meta-emenlow/README
+++ b/meta-emenlow/README
@@ -159,7 +159,7 @@ Under Linux, insert a USB flash drive.  Assuming the USB flash drive
 takes device /dev/sdf, use dd to copy the live image to it.  For
 example:
 
-# dd if=core-image-sato-emenlow-20101207053738.hddimg of=/dev/sdf
+# dd if=core-image-sato-emenlow.hddimg of=/dev/sdf
 # sync
 # eject /dev/sdf
 
-- 
1.7.9.5



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

* [PATCH 05/10] meta-jasperforest: Use the symlink to the actual image in README
  2014-01-06 17:55 [PATCH 00/10] Make dd text in READMEs consistent tom.zanussi
                   ` (4 preceding siblings ...)
  2014-01-06 17:55 ` [PATCH 04/10] meta-emenlow: " tom.zanussi
@ 2014-01-06 17:55 ` tom.zanussi
  2014-01-06 17:55 ` [PATCH 06/10] meta-n450: " tom.zanussi
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tom.zanussi @ 2014-01-06 17:55 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Using the image symlink when dd'ing is more convenient for the user -
update the documentation to reflect that.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-jasperforest/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-jasperforest/README b/meta-jasperforest/README
index 6fe43b0..12c4ace 100644
--- a/meta-jasperforest/README
+++ b/meta-jasperforest/README
@@ -111,7 +111,7 @@ Under Linux, insert a USB flash drive.  Assuming the USB flash drive
 takes device /dev/sdf, use dd to copy the live image to it.  For
 example:
 
-# dd if=core-image-sato-jasperforest-20101207053738.hddimg of=/dev/sdf
+# dd if=core-image-sato-jasperforest.hddimg of=/dev/sdf
 # sync
 # eject /dev/sdf
 
-- 
1.7.9.5



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

* [PATCH 06/10] meta-n450: Use the symlink to the actual image in README
  2014-01-06 17:55 [PATCH 00/10] Make dd text in READMEs consistent tom.zanussi
                   ` (5 preceding siblings ...)
  2014-01-06 17:55 ` [PATCH 05/10] meta-jasperforest: " tom.zanussi
@ 2014-01-06 17:55 ` tom.zanussi
  2014-01-06 17:55 ` [PATCH 07/10] meta-nuc: " tom.zanussi
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tom.zanussi @ 2014-01-06 17:55 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Using the image symlink when dd'ing is more convenient for the user -
update the documentation to reflect that.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-n450/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-n450/README b/meta-n450/README
index 80aabaf..2f652db 100644
--- a/meta-n450/README
+++ b/meta-n450/README
@@ -108,7 +108,7 @@ Under Linux, insert a USB flash drive.  Assuming the USB flash drive
 takes device /dev/sdf, use dd to copy the live image to it.  For
 example:
 
-# dd if=core-image-sato-n450-20101207053738.hddimg of=/dev/sdf
+# dd if=core-image-sato-n450.hddimg of=/dev/sdf
 # sync
 # eject /dev/sdf
 
-- 
1.7.9.5



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

* [PATCH 07/10] meta-nuc: Use the symlink to the actual image in README
  2014-01-06 17:55 [PATCH 00/10] Make dd text in READMEs consistent tom.zanussi
                   ` (6 preceding siblings ...)
  2014-01-06 17:55 ` [PATCH 06/10] meta-n450: " tom.zanussi
@ 2014-01-06 17:55 ` tom.zanussi
  2014-01-06 17:55 ` [PATCH 08/10] meta-romley: " tom.zanussi
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tom.zanussi @ 2014-01-06 17:55 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Using the image symlink when dd'ing is more convenient for the user -
update the documentation to reflect that.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-nuc/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-nuc/README b/meta-nuc/README
index c0087bb..605de5d 100644
--- a/meta-nuc/README
+++ b/meta-nuc/README
@@ -130,7 +130,7 @@ Under Linux, insert a USB flash drive.  Assuming the USB flash drive
 takes device /dev/sdf, use dd to copy the live image to it.  For
 example:
 
-# dd if=core-image-sato-nuc-20101207053738.hddimg of=/dev/sdf
+# dd if=core-image-sato-nuc.hddimg of=/dev/sdf
 # sync
 # eject /dev/sdf
 
-- 
1.7.9.5



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

* [PATCH 00/10] Make dd text in READMEs consistent
@ 2014-01-06 17:55 tom.zanussi
  2014-01-06 16:54 ` Tom Zanussi
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: tom.zanussi @ 2014-01-06 17:55 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This updates all the top-level meta-intel BSPs with consistent
text for the dd step.

The following changes since commit f707b6c67909ccd84cb2070bdc15777573833461:

  meta-fri2: Use the symlink to the actual image in README (2014-01-06 11:34:28 -0600)

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel-contrib.git tzanussi/consistify-README-dd-text
  http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/consistify-README-dd-text

Tom Zanussi (10):
  meta-chiefriver: Use the symlink to the actual image in README
  meta-crownbay: Use the symlink to the actual image in README
  meta-crystalforest: Use the symlink to the actual image in README
  meta-emenlow: Use the symlink to the actual image in README
  meta-jasperforest: Use the symlink to the actual image in README
  meta-n450: Use the symlink to the actual image in README
  meta-nuc: Use the symlink to the actual image in README
  meta-romley: Use the symlink to the actual image in README
  meta-sugarbay: Use the symlink to the actual image in README
  meta-sys940x: Use the symlink to the actual image in README

 meta-chiefriver/README    |    2 +-
 meta-crownbay/README      |    2 +-
 meta-crystalforest/README |    4 ++--
 meta-emenlow/README       |    2 +-
 meta-jasperforest/README  |    2 +-
 meta-n450/README          |    2 +-
 meta-nuc/README           |    2 +-
 meta-romley/README        |    2 +-
 meta-sugarbay/README      |    2 +-
 meta-sys940x/README       |    2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

-- 
1.7.9.5



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

* [PATCH 08/10] meta-romley: Use the symlink to the actual image in README
  2014-01-06 17:55 [PATCH 00/10] Make dd text in READMEs consistent tom.zanussi
                   ` (7 preceding siblings ...)
  2014-01-06 17:55 ` [PATCH 07/10] meta-nuc: " tom.zanussi
@ 2014-01-06 17:55 ` tom.zanussi
  2014-01-06 17:55 ` [PATCH 09/10] meta-sugarbay: " tom.zanussi
  2014-01-06 17:55 ` [PATCH 10/10] meta-sys940x: " tom.zanussi
  10 siblings, 0 replies; 12+ messages in thread
From: tom.zanussi @ 2014-01-06 17:55 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Using the image symlink when dd'ing is more convenient for the user -
update the documentation to reflect that.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-romley/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-romley/README b/meta-romley/README
index b8c089b..a5041d8 100644
--- a/meta-romley/README
+++ b/meta-romley/README
@@ -124,7 +124,7 @@ Under Linux, insert a USB flash drive.  Assuming the USB flash drive
 takes device /dev/sdf, use dd to copy the live image to it.  For
 example:
 
-# dd if=core-image-sato-romley-20111007220323.hddimg of=/dev/sdf
+# dd if=core-image-sato-romley.hddimg of=/dev/sdf
 # sync
 # eject /dev/sdf
 
-- 
1.7.9.5



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

* [PATCH 09/10] meta-sugarbay: Use the symlink to the actual image in README
  2014-01-06 17:55 [PATCH 00/10] Make dd text in READMEs consistent tom.zanussi
                   ` (8 preceding siblings ...)
  2014-01-06 17:55 ` [PATCH 08/10] meta-romley: " tom.zanussi
@ 2014-01-06 17:55 ` tom.zanussi
  2014-01-06 17:55 ` [PATCH 10/10] meta-sys940x: " tom.zanussi
  10 siblings, 0 replies; 12+ messages in thread
From: tom.zanussi @ 2014-01-06 17:55 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Using the image symlink when dd'ing is more convenient for the user -
update the documentation to reflect that.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-sugarbay/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-sugarbay/README b/meta-sugarbay/README
index 6c87930..5b71a24 100644
--- a/meta-sugarbay/README
+++ b/meta-sugarbay/README
@@ -132,7 +132,7 @@ Under Linux, insert a USB flash drive.  Assuming the USB flash drive
 takes device /dev/sdf, use dd to copy the live image to it.  For
 example:
 
-# dd if=core-image-sato-sugarbay-20101207053738.hddimg of=/dev/sdf
+# dd if=core-image-sato-sugarbay.hddimg of=/dev/sdf
 # sync
 # eject /dev/sdf
 
-- 
1.7.9.5



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

* [PATCH 10/10] meta-sys940x: Use the symlink to the actual image in README
  2014-01-06 17:55 [PATCH 00/10] Make dd text in READMEs consistent tom.zanussi
                   ` (9 preceding siblings ...)
  2014-01-06 17:55 ` [PATCH 09/10] meta-sugarbay: " tom.zanussi
@ 2014-01-06 17:55 ` tom.zanussi
  10 siblings, 0 replies; 12+ messages in thread
From: tom.zanussi @ 2014-01-06 17:55 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Using the image symlink when dd'ing is more convenient for the user -
update the documentation to reflect that.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-sys940x/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-sys940x/README b/meta-sys940x/README
index f63d3c9..57f64f2 100644
--- a/meta-sys940x/README
+++ b/meta-sys940x/README
@@ -152,7 +152,7 @@ Under Linux, insert a USB flash drive.  Assuming the USB flash drive
 takes device /dev/sdf, use dd to copy the live image to it.  For
 example:
 
-# dd if=core-image-sato-sys940x-20101207053738.hddimg of=/dev/sdf
+# dd if=core-image-sato-sys940x.hddimg of=/dev/sdf
 # sync
 # eject /dev/sdf
 
-- 
1.7.9.5



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

end of thread, other threads:[~2014-01-06 16:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 17:55 [PATCH 00/10] Make dd text in READMEs consistent tom.zanussi
2014-01-06 16:54 ` Tom Zanussi
2014-01-06 17:55 ` [PATCH 01/10] meta-chiefriver: Use the symlink to the actual image in README tom.zanussi
2014-01-06 17:55 ` [PATCH 02/10] meta-crownbay: " tom.zanussi
2014-01-06 17:55 ` [PATCH 03/10] meta-crystalforest: " tom.zanussi
2014-01-06 17:55 ` [PATCH 04/10] meta-emenlow: " tom.zanussi
2014-01-06 17:55 ` [PATCH 05/10] meta-jasperforest: " tom.zanussi
2014-01-06 17:55 ` [PATCH 06/10] meta-n450: " tom.zanussi
2014-01-06 17:55 ` [PATCH 07/10] meta-nuc: " tom.zanussi
2014-01-06 17:55 ` [PATCH 08/10] meta-romley: " tom.zanussi
2014-01-06 17:55 ` [PATCH 09/10] meta-sugarbay: " tom.zanussi
2014-01-06 17:55 ` [PATCH 10/10] meta-sys940x: " tom.zanussi

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.