* [PATCH 0/1] dev-manual: fix instructions for enabling ptest
@ 2013-06-05 8:32 ` Jesse Zhang
0 siblings, 0 replies; 8+ messages in thread
From: Jesse Zhang @ 2013-06-05 7:29 UTC (permalink / raw)
To: poky
The following changes since commit a62aed41f2d8f874f7ae24d0e5be5dbc66ea2199:
lrzsz: check locale.h in configure (2013-06-04 15:55:46 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib szhang/doc
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=szhang/doc
Jesse Zhang (1):
dev-manual: fix instructions for enabling ptest
documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
1.7.11.7
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 0/1] dev-manual: fix instructions for enabling ptest
@ 2013-06-05 8:32 ` Jesse Zhang
0 siblings, 0 replies; 8+ messages in thread
From: Jesse Zhang @ 2013-06-05 8:32 UTC (permalink / raw)
To: yocto
(Resent from the poky list)
The following changes since commit a62aed41f2d8f874f7ae24d0e5be5dbc66ea2199:
lrzsz: check locale.h in configure (2013-06-04 15:55:46 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib szhang/doc
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=szhang/doc
Jesse Zhang (1):
dev-manual: fix instructions for enabling ptest
documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
1.7.11.7
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/1] dev-manual: fix instructions for enabling ptest
2013-06-05 8:32 ` Jesse Zhang
@ 2013-06-05 8:32 ` Jesse Zhang
-1 siblings, 0 replies; 8+ messages in thread
From: Jesse Zhang @ 2013-06-05 7:29 UTC (permalink / raw)
To: poky
The IMAGE_FEATURE and DISTRO_FEATURE are exchanged.
Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
---
documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index ebd12d7..1cf6969 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3619,8 +3619,8 @@
which is found in the
<link linkend='build-directory'>Build Directory</link>:
<literallayout class='monospaced'>
- EXTRA_IMAGE_FEATURES += "ptest"
- DISTRO_FEATURES_append = " ptest-pkgs"
+ DISTRO_FEATURES_append = " ptest"
+ EXTRA_IMAGE_FEATURES += "ptest-pkgs"
</literallayout>
Once your build is complete, the ptest files are installed
into the <filename>/usr/lib/<package>/ptest</filename>
--
1.7.11.7
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 1/1] dev-manual: fix instructions for enabling ptest
@ 2013-06-05 8:32 ` Jesse Zhang
0 siblings, 0 replies; 8+ messages in thread
From: Jesse Zhang @ 2013-06-05 8:32 UTC (permalink / raw)
To: yocto
The IMAGE_FEATURE and DISTRO_FEATURE are exchanged.
Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
---
documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index ebd12d7..1cf6969 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3619,8 +3619,8 @@
which is found in the
<link linkend='build-directory'>Build Directory</link>:
<literallayout class='monospaced'>
- EXTRA_IMAGE_FEATURES += "ptest"
- DISTRO_FEATURES_append = " ptest-pkgs"
+ DISTRO_FEATURES_append = " ptest"
+ EXTRA_IMAGE_FEATURES += "ptest-pkgs"
</literallayout>
Once your build is complete, the ptest files are installed
into the <filename>/usr/lib/<package>/ptest</filename>
--
1.7.11.7
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH 1/1] dev-manual: fix instructions for enabling ptest
2013-06-05 8:32 ` Jesse Zhang
(?)
@ 2013-06-05 8:18 ` Paul Eggleton
2013-06-05 8:28 ` Jesse Zhang
-1 siblings, 1 reply; 8+ messages in thread
From: Paul Eggleton @ 2013-06-05 8:18 UTC (permalink / raw)
To: Jesse Zhang; +Cc: poky
Hi Jesse,
On Wednesday 05 June 2013 15:29:11 Jesse Zhang wrote:
> The IMAGE_FEATURE and DISTRO_FEATURE are exchanged.
>
> Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
> ---
> documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml
> b/documentation/dev-manual/dev-manual-common-tasks.xml index
> ebd12d7..1cf6969 100644
> --- a/documentation/dev-manual/dev-manual-common-tasks.xml
> +++ b/documentation/dev-manual/dev-manual-common-tasks.xml
> @@ -3619,8 +3619,8 @@
> which is found in the
> <link linkend='build-directory'>Build Directory</link>:
> <literallayout class='monospaced'>
> - EXTRA_IMAGE_FEATURES += "ptest"
> - DISTRO_FEATURES_append = " ptest-pkgs"
> + DISTRO_FEATURES_append = " ptest"
> + EXTRA_IMAGE_FEATURES += "ptest-pkgs"
> </literallayout>
> Once your build is complete, the ptest files are
> installed into the <filename>/usr/lib/<package>/ptest</filename>
Good catch! However, patches against the documentation need to be sent to the
yocto@yoctoproject.org mailing list, preferably CCing Scott Rifenbark
<scott.m.rifenbark@intel.com> as well. Would you mind re-sending to there?
Thanks,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/1] dev-manual: fix instructions for enabling ptest
2013-06-05 8:18 ` Paul Eggleton
@ 2013-06-05 8:28 ` Jesse Zhang
2013-06-05 8:27 ` Rifenbark, Scott M
0 siblings, 1 reply; 8+ messages in thread
From: Jesse Zhang @ 2013-06-05 8:28 UTC (permalink / raw)
To: Paul Eggleton; +Cc: poky
On 06/05/2013 04:18 PM, Paul Eggleton wrote:
> Good catch! However, patches against the documentation need to be sent to the
> yocto@yoctoproject.org mailing list, preferably CCing Scott Rifenbark
> <scott.m.rifenbark@intel.com> as well. Would you mind re-sending to there?
No problem. Thanks for pointing it out. I'm still learning which list is
for what ;)
jesse
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/1] dev-manual: fix instructions for enabling ptest
2013-06-05 8:28 ` Jesse Zhang
@ 2013-06-05 8:27 ` Rifenbark, Scott M
0 siblings, 0 replies; 8+ messages in thread
From: Rifenbark, Scott M @ 2013-06-05 8:27 UTC (permalink / raw)
To: Jesse Zhang, Paul Eggleton; +Cc: poky@yoctoproject.org
I tried working some steps to apply the patch you sent previously to poky@yoctoproject.org but it failed. Can you resend that one to yocto@yoctoproject.org?
Thanks,
Scott
>-----Original Message-----
>From: poky-bounces@yoctoproject.org [mailto:poky-
>bounces@yoctoproject.org] On Behalf Of Jesse Zhang
>Sent: Wednesday, June 05, 2013 1:29 AM
>To: Paul Eggleton
>Cc: poky@yoctoproject.org
>Subject: Re: [poky] [PATCH 1/1] dev-manual: fix instructions for
>enabling ptest
>
>On 06/05/2013 04:18 PM, Paul Eggleton wrote:
>> Good catch! However, patches against the documentation need to be sent
>to the
>> yocto@yoctoproject.org mailing list, preferably CCing Scott Rifenbark
>> <scott.m.rifenbark@intel.com> as well. Would you mind re-sending to
>there?
>
>No problem. Thanks for pointing it out. I'm still learning which list is
>for what ;)
>
>jesse
>_______________________________________________
>poky mailing list
>poky@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/1] dev-manual: fix instructions for enabling ptest
2013-06-05 8:32 ` Jesse Zhang
(?)
(?)
@ 2013-06-05 8:55 ` Rifenbark, Scott M
-1 siblings, 0 replies; 8+ messages in thread
From: Rifenbark, Scott M @ 2013-06-05 8:55 UTC (permalink / raw)
To: Jesse Zhang, yocto@yoctoproject.org; +Cc: Purdie, Richard, Eggleton, Paul
Jesse,
Thanks for resending. I have applied this patch to both the master and Dylan branches of the yocto-docs repository. You can see the change on the website here:
* http://www.yoctoproject.org/docs/1.5/dev-manual/dev-manual.html#adding-ptest-to-your-build
* http://www.yoctoproject.org/docs/1.4.1/dev-manual/dev-manual.html#adding-ptest-to-your-build
Thanks for catching this.
Scott
>-----Original Message-----
>From: yocto-bounces@yoctoproject.org [mailto:yocto-
>bounces@yoctoproject.org] On Behalf Of Jesse Zhang
>Sent: Wednesday, June 05, 2013 1:32 AM
>To: yocto@yoctoproject.org
>Subject: [yocto] [PATCH 1/1] dev-manual: fix instructions for enabling
>ptest
>
>The IMAGE_FEATURE and DISTRO_FEATURE are exchanged.
>
>Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
>---
> documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml
>b/documentation/dev-manual/dev-manual-common-tasks.xml
>index ebd12d7..1cf6969 100644
>--- a/documentation/dev-manual/dev-manual-common-tasks.xml
>+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
>@@ -3619,8 +3619,8 @@
> which is found in the
> <link linkend='build-directory'>Build
>Directory</link>:
> <literallayout class='monospaced'>
>- EXTRA_IMAGE_FEATURES += "ptest"
>- DISTRO_FEATURES_append = " ptest-pkgs"
>+ DISTRO_FEATURES_append = " ptest"
>+ EXTRA_IMAGE_FEATURES += "ptest-pkgs"
> </literallayout>
> Once your build is complete, the ptest files are
>installed
> into the
><filename>/usr/lib/<package>/ptest</filename>
>--
>1.7.11.7
>
>_______________________________________________
>yocto mailing list
>yocto@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-06-05 8:55 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05 7:29 [PATCH 0/1] dev-manual: fix instructions for enabling ptest Jesse Zhang
2013-06-05 8:32 ` Jesse Zhang
2013-06-05 7:29 ` [PATCH 1/1] " Jesse Zhang
2013-06-05 8:32 ` Jesse Zhang
2013-06-05 8:18 ` Paul Eggleton
2013-06-05 8:28 ` Jesse Zhang
2013-06-05 8:27 ` Rifenbark, Scott M
2013-06-05 8:55 ` Rifenbark, Scott M
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.