* [PATCH 1/5] documentation/adt-manual/adt-eclipse.xml: Updated repo URL for Eclipse Plug-in
2011-04-15 12:44 [PATCH 0/5] [DOCS] ADT Manual Updates Scott Rifenbark
@ 2011-04-15 12:44 ` Scott Rifenbark
2011-04-15 12:44 ` [PATCH 2/5] documentation/adt-manual/Makefile: Added PDF file to the tarball Scott Rifenbark
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Scott Rifenbark @ 2011-04-15 12:44 UTC (permalink / raw)
To: poky
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1216 bytes --]
From: Scott Rifenbark <scott.m.rifenbark@intel.com>
Updated the URL that points to the Yocto Eclipse Plug-in to
http://www.yoctoproject.org/downloads/eclipse-plugin/1.0.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
---
documentation/adt-manual/adt-eclipse.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 7c0ee06..3e1596d 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -103,7 +103,7 @@
Expand the items under “Linux Tools” and select “Autotools support for
CDT (Incubation)”.</para></listitem>
<listitem><para><emphasis>Yocto Plug-in</emphasis> –
- <ulink url='http://www.yoctoproject.org/downloads/eclipse-plugin/'></ulink>:
+ <ulink url='http://www.yoctoproject.org/downloads/eclipse-plugin/1.0'></ulink>:
Check the box next to “Development tools & SDKs for Yocto Linux”
to select all the items.</para></listitem>
</orderedlist>
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread* [PATCH 2/5] documentation/adt-manual/Makefile: Added PDF file to the tarball
2011-04-15 12:44 [PATCH 0/5] [DOCS] ADT Manual Updates Scott Rifenbark
2011-04-15 12:44 ` [PATCH 1/5] documentation/adt-manual/adt-eclipse.xml: Updated repo URL for Eclipse Plug-in Scott Rifenbark
@ 2011-04-15 12:44 ` Scott Rifenbark
2011-04-15 12:44 ` [PATCH 3/5] documentation/adt-manual/adt-eclipse.xml: Fixed link to autotools Scott Rifenbark
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Scott Rifenbark @ 2011-04-15 12:44 UTC (permalink / raw)
To: poky
From: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
---
documentation/adt-manual/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/documentation/adt-manual/Makefile b/documentation/adt-manual/Makefile
index ec19bce..74e35bc 100644
--- a/documentation/adt-manual/Makefile
+++ b/documentation/adt-manual/Makefile
@@ -27,7 +27,7 @@ html:
xsltproc $(XSLTOPTS) -o adt-manual.html adt-manual-customization.xsl adt-manual.xml
tarball: html
- tar -cvzf adt-manual.tgz adt-manual.html style.css figures/adt-title.png figures/yocto-project-transp.png
+ tar -cvzf adt-manual.tgz adt-manual.html adt-manual.pdf style.css figures/adt-title.png figures/yocto-project-transp.png
validate:
xmllint --postvalid --xinclude --noout adt-manual.xml
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread* [PATCH 3/5] documentation/adt-manual/adt-eclipse.xml: Fixed link to autotools.
2011-04-15 12:44 [PATCH 0/5] [DOCS] ADT Manual Updates Scott Rifenbark
2011-04-15 12:44 ` [PATCH 1/5] documentation/adt-manual/adt-eclipse.xml: Updated repo URL for Eclipse Plug-in Scott Rifenbark
2011-04-15 12:44 ` [PATCH 2/5] documentation/adt-manual/Makefile: Added PDF file to the tarball Scott Rifenbark
@ 2011-04-15 12:44 ` Scott Rifenbark
2011-04-15 12:44 ` [PATCH 4/5] documentation/adt-manual/adt-prepare.xml: Fixed URL for nightly builds Scott Rifenbark
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Scott Rifenbark @ 2011-04-15 12:44 UTC (permalink / raw)
To: poky
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1371 bytes --]
From: Scott Rifenbark <scott.m.rifenbark@intel.com>
The link to autotools was incorrect. It had 'www' in the URL
when it should not have. it is now
'http://download.eclipse.org/technology/linuxtools/update/'
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
---
documentation/adt-manual/adt-eclipse.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 3e1596d..a81929b 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -99,7 +99,7 @@
“Remote System Explorer Extended SDK”, “Remote System Explorer User Actions”,
“RSE Core”, “RSE Terminals UI”, and “Target Management Terminal”.</para></listitem>
<listitem><para><emphasis>Autotools</emphasis> –
- <ulink url='http://www.download.eclipse.org/technology/linuxtools/update/'></ulink>:
+ <ulink url='http://download.eclipse.org/technology/linuxtools/update/'></ulink>:
Expand the items under “Linux Tools” and select “Autotools support for
CDT (Incubation)”.</para></listitem>
<listitem><para><emphasis>Yocto Plug-in</emphasis> –
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread* [PATCH 4/5] documentation/adt-manual/adt-prepare.xml: Fixed URL for nightly builds
2011-04-15 12:44 [PATCH 0/5] [DOCS] ADT Manual Updates Scott Rifenbark
` (2 preceding siblings ...)
2011-04-15 12:44 ` [PATCH 3/5] documentation/adt-manual/adt-eclipse.xml: Fixed link to autotools Scott Rifenbark
@ 2011-04-15 12:44 ` Scott Rifenbark
2011-04-15 12:44 ` [PATCH 5/5] documentation/adt-manual/adt-eclipse.xml: Fixed URL with pokylinux.org Scott Rifenbark
2011-04-18 21:48 ` [PATCH 0/5] [DOCS] ADT Manual Updates Saul Wold
5 siblings, 0 replies; 7+ messages in thread
From: Scott Rifenbark @ 2011-04-15 12:44 UTC (permalink / raw)
To: poky
From: Scott Rifenbark <scott.m.rifenbark@intel.com>
There was a stray "0.9" in an URL for the Yocto source downloads.
I changed it to 1.0.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
---
documentation/adt-manual/adt-prepare.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 1733141..f27f603 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -232,7 +232,7 @@
architectures (x86, x86-64, mips, powerpc, and arm) that can be used
unaltered in the QEMU emulator.
These kernels and filesystem images reside in the Yocto Project release
- area - <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-0.9/'></ulink>
+ area - <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0/'></ulink>
and are ideal for experimentation within Yocto Project.
</note>
</para>
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread* [PATCH 5/5] documentation/adt-manual/adt-eclipse.xml: Fixed URL with pokylinux.org
2011-04-15 12:44 [PATCH 0/5] [DOCS] ADT Manual Updates Scott Rifenbark
` (3 preceding siblings ...)
2011-04-15 12:44 ` [PATCH 4/5] documentation/adt-manual/adt-prepare.xml: Fixed URL for nightly builds Scott Rifenbark
@ 2011-04-15 12:44 ` Scott Rifenbark
2011-04-18 21:48 ` [PATCH 0/5] [DOCS] ADT Manual Updates Saul Wold
5 siblings, 0 replies; 7+ messages in thread
From: Scott Rifenbark @ 2011-04-15 12:44 UTC (permalink / raw)
To: poky
From: Scott Rifenbark <scott.m.rifenbark@intel.com>
Substituted 'pokylinux.org' with 'yoctoproject.org' in an URL
to locate the OProfile viewer and server.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
---
documentation/adt-manual/adt-eclipse.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index a81929b..ee305fe 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -395,7 +395,7 @@
oprofile-server must be installed on the remote target, respectively, in order
to use.
You can locate both the viewer and server from
- <ulink url='http://git.pokylinux.org/cgit/cgit.cgi/oprofileui/'></ulink>.
+ <ulink url='http://git.yoctoproject.org/cgit/cgit.cgi/oprofileui/'></ulink>.
You need to compile and install the oprofile-viewer from the source code
on your local host machine.
The oprofile-server is installed by default in the image.</para></listitem>
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH 0/5] [DOCS] ADT Manual Updates
2011-04-15 12:44 [PATCH 0/5] [DOCS] ADT Manual Updates Scott Rifenbark
` (4 preceding siblings ...)
2011-04-15 12:44 ` [PATCH 5/5] documentation/adt-manual/adt-eclipse.xml: Fixed URL with pokylinux.org Scott Rifenbark
@ 2011-04-18 21:48 ` Saul Wold
5 siblings, 0 replies; 7+ messages in thread
From: Saul Wold @ 2011-04-18 21:48 UTC (permalink / raw)
To: Scott Rifenbark; +Cc: poky
On 04/15/2011 05:44 AM, Scott Rifenbark wrote:
> From: Scott Rifenbark<scott.m.rifenbark@intel.com>
>
> Several fixes here. Two URLs fixed so they don't have 'pokylinux.org'
> and now have 'yoctoproject.org'. The URL for the Yocto Eclipse Plug-in
> further specified with a '1.0' on the end. The Makefile updated to
> include the PDF version of the manual in the tarball.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: srifenbark/adt-work
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=srifenbark/adt-work
>
> Thanks,
> Scott Rifenbark<scott.m.rifenbark@intel.com>
> ---
>
>
> Scott Rifenbark (5):
> documentation/adt-manual/adt-eclipse.xml: Updated repo URL for
> Eclipse Plug-in
> documentation/adt-manual/Makefile: Added PDF file to the tarball
These 2 patches need to be rebased to the updated oe-core (or master)
> documentation/adt-manual/adt-eclipse.xml: Fixed link to autotools.
> documentation/adt-manual/adt-prepare.xml: Fixed URL for nightly
> builds
> documentation/adt-manual/adt-eclipse.xml: Fixed URL with
> pokylinux.org
>
These have been pulled into oe-core and master
Thanks
Sau!
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
^ permalink raw reply [flat|nested] 7+ messages in thread